Package org.jzy3d.plot2d.primitive
Interface AWTImageGenerator
-
- All Known Implementing Classes:
AWTAbstractImageGenerator,AWTColorbarImageGenerator
public interface AWTImageGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontgetAWTFont()ColorgetBackgroundColor()FontgetFont()ColorgetForegroundColor()booleanhasBackground()voidsetAWTFont(Font font)voidsetBackgroundColor(Color backgroundColor)voidsetFont(Font font)voidsetForegroundColor(Color foregroundColor)voidsetHasBackground(boolean hasBackground)BufferedImagetoImage(int width, int height)
-
-
-
Method Detail
-
toImage
BufferedImage toImage(int width, int height)
-
hasBackground
boolean hasBackground()
-
setHasBackground
void setHasBackground(boolean hasBackground)
-
getBackgroundColor
Color getBackgroundColor()
-
setBackgroundColor
void setBackgroundColor(Color backgroundColor)
-
getForegroundColor
Color getForegroundColor()
-
setForegroundColor
void setForegroundColor(Color foregroundColor)
-
getAWTFont
Font getAWTFont()
-
setAWTFont
void setAWTFont(Font font)
-
setFont
void setFont(Font font)
-
getFont
Font getFont()
-
-