Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.crop
Class JaiCropEngine

java.lang.Object
  src.groovy.pl.burningice.plugins.image.engines.crop.JaiCropEngine

class JaiCropEngine

Engine to cropping image by using JAI rendering engine

author:
pawel.gdula@burningice.pl


Constructor Summary
JaiCropEngine()

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

 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

JaiCropEngine

JaiCropEngine()


 
Method Detail

execute

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


 

Groovy Documentation