Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.scale
Class ScaleEngineFactory

java.lang.Object
  src.groovy.pl.burningice.plugins.image.engines.scale.ScaleEngineFactory

class ScaleEngineFactory

Class that allows to produce scaling engine

author:
pawel.gdula@burningice.pl


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

ScaleEngineFactory()


 
Method Detail

produceAccurateEngine

public static ScaleEngine produceAccurateEngine(RenderingEngine engineType)


produceApproximateEngine

public static ScaleEngine produceApproximateEngine(RenderingEngine engineType)


 

Groovy Documentation