public interface AWTImageGenerator
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor() |
Font |
getFont() |
Color |
getForegroundColor() |
boolean |
hasBackground() |
void |
setBackgroundColor(Color backgroundColor) |
void |
setFont(Font font) |
void |
setForegroundColor(Color foregroundColor) |
void |
setHasBackground(boolean hasBackground) |
BufferedImage |
toImage(int width,
int height) |
BufferedImage toImage(int width, int height)
boolean hasBackground()
void setHasBackground(boolean hasBackground)
Color getBackgroundColor()
void setBackgroundColor(Color backgroundColor)
Color getForegroundColor()
void setForegroundColor(Color foregroundColor)
Font getFont()
void setFont(Font font)
Copyright © 2016. All rights reserved.