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 and Description ColorgetBackgroundColor()java.awt.FontgetFont()ColorgetForegroundColor()booleanhasBackground()voidsetBackgroundColor(Color backgroundColor)voidsetFont(java.awt.Font font)voidsetForegroundColor(Color foregroundColor)voidsetHasBackground(boolean hasBackground)java.awt.image.BufferedImagetoImage(int width, int height)
-
-
-
Method Detail
-
toImage
java.awt.image.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)
-
getFont
java.awt.Font getFont()
-
setFont
void setFont(java.awt.Font font)
-
-
DMelt 3.0 © DataMelt by jWork.ORG