|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.groovy.pl.burningice.plugins.image.engines.scale.ScaleEngineFactory
class ScaleEngineFactory
Class that allows to produce scaling engine
Constructor Summary | |
ScaleEngineFactory()
|
Method Summary | |
---|---|
static ScaleEngine
|
produceAccurateEngine(RenderingEngine engineType)
|
static ScaleEngine
|
produceApproximateEngine(RenderingEngine engineType)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
ScaleEngineFactory()
Method Detail |
---|
public static ScaleEngine produceAccurateEngine(RenderingEngine engineType)
public static ScaleEngine produceApproximateEngine(RenderingEngine engineType)
Groovy Documentation