|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.engines.scale.JaiScaleEngine
class JaiScaleEngine
Abstract class for all scale engines
Constructor Summary | |
JaiScaleEngine()
|
Method Summary | |
---|---|
BufferedImage
|
execute(ImageFile loadedImage, int width, int height)
Execute image scaling |
protected def
|
scaleImage(def image, def width, def height)
Start scaling transformation |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
JaiScaleEngine()
Method Detail |
---|
public BufferedImage execute(ImageFile loadedImage, int width, int height)
protected def scaleImage(def image, def width, def height)
Groovy Documentation