| Constructor and Description |
|---|
Config(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColorFrom() |
Color |
getBackgroundColorTo() |
BackgroundProducer |
getBackgroundImpl() |
Color |
getBorderColor() |
int |
getBorderThickness() |
int |
getHeight() |
Color |
getNoiseColor() |
NoiseProducer |
getNoiseImpl() |
GimpyEngine |
getObscurificatorImpl() |
Producer |
getProducerImpl() |
Properties |
getProperties() |
String |
getSessionDate()
Allows one to override the date name which is stored in the
users HttpSession.
|
String |
getSessionKey()
Allows one to override the key name which is stored in the users
HttpSession.
|
int |
getTextProducerCharLength() |
int |
getTextProducerCharSpace() |
char[] |
getTextProducerCharString() |
Color |
getTextProducerFontColor() |
Font[] |
getTextProducerFonts(int fontSize) |
int |
getTextProducerFontSize() |
TextProducer |
getTextProducerImpl() |
int |
getWidth() |
WordRenderer |
getWordRendererImpl() |
boolean |
isBorderDrawn() |
public Config(Properties properties)
public boolean isBorderDrawn()
public Color getBorderColor()
public int getBorderThickness()
public Producer getProducerImpl()
public TextProducer getTextProducerImpl()
public char[] getTextProducerCharString()
public int getTextProducerCharLength()
public Font[] getTextProducerFonts(int fontSize)
public int getTextProducerFontSize()
public Color getTextProducerFontColor()
public int getTextProducerCharSpace()
public NoiseProducer getNoiseImpl()
public Color getNoiseColor()
public GimpyEngine getObscurificatorImpl()
public WordRenderer getWordRendererImpl()
public BackgroundProducer getBackgroundImpl()
public Color getBackgroundColorFrom()
public Color getBackgroundColorTo()
public int getWidth()
public int getHeight()
public String getSessionKey()
public String getSessionDate()
public Properties getProperties()
Copyright © 2013. All rights reserved.