Groovy Documentation

src.groovy.pl.burningice.plugins.image.engines.text
Class TextEngineFactory

java.lang.Object
  src.groovy.pl.burningice.plugins.image.engines.text.TextEngineFactory

class TextEngineFactory

Created by IntelliJ IDEA. User: Gdulus Date: 2010-07-07 Time: 22:55:54 To change this template use File | Settings | File Templates.


Constructor Summary
TextEngineFactory()

 
Method Summary
static TextEngine produceEngine(RenderingEngine engineType, Color color, Font font, ImageFile loadedImage)

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

Constructor Detail

TextEngineFactory

TextEngineFactory()


 
Method Detail

produceEngine

public static TextEngine produceEngine(RenderingEngine engineType, Color color, Font font, ImageFile loadedImage)


 

Groovy Documentation