Package org.jzy3d.plot2d.primitive
Interface AWTImageGenerator
- All Known Implementing Classes:
AWTAbstractImageGenerator
,AWTColorbarImageGenerator
public interface AWTImageGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetFont()
boolean
void
setAWTFont
(Font font) void
setBackgroundColor
(Color backgroundColor) void
void
setForegroundColor
(Color foregroundColor) void
setHasBackground
(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()
-