Package org.jzy3d.plot2d.primitive
Interface AWTImageGenerator
- All Known Implementing Classes:
AWTAbstractImageGenerator,AWTColorbarImageGenerator
public interface AWTImageGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetFont()booleanvoidsetAWTFont(Font font) voidsetBackgroundColor(Color backgroundColor) voidvoidsetForegroundColor(Color foregroundColor) voidsetHasBackground(boolean hasBackground) toImage(int width, int height)
-
Method Details
-
toImage
-
hasBackground
boolean hasBackground() -
setHasBackground
void setHasBackground(boolean hasBackground) -
getBackgroundColor
Color getBackgroundColor() -
setBackgroundColor
-
getForegroundColor
Color getForegroundColor() -
setForegroundColor
-
getAWTFont
Font getAWTFont() -
setAWTFont
-
setFont
-
getFont
Font getFont()
-