Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.crop
Interface CropEngine


interface CropEngine

Interface that specify any rendering engine for image cropping in BI plugin

author:
pawel.gdula@burningice.pl


Method Summary
BufferedImage execute(ImageFile loadedImage, def deltaX, def deltaY, def width, def height)

 

Method Detail

execute

public BufferedImage execute(ImageFile loadedImage, def deltaX, def deltaY, def width, def height)


 

Groovy Documentation