Package org.jzy3d.plot2d.primitive
Class AWTAbstractImageGenerator
java.lang.Object
org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
- All Implemented Interfaces:
AWTImageGenerator
- Direct Known Subclasses:
AWTColorbarImageGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureText(Graphics2D graphic) protected voiddrawBackground(int width, int height, Graphics2D graphic) protected voiddrawBorder(Graphics2D graphic, int width, int height) getFont()booleanvoidsetAWTFont(Font font) voidsetBackgroundColor(Color backgroundColor) voidvoidsetForegroundColor(Color foregroundColor) voidsetHasBackground(boolean hasBackground) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jzy3d.plot2d.primitive.AWTImageGenerator
toImage
-
Field Details
-
awtFont
-
font
-
textSize
protected int textSize -
hasBackground
protected boolean hasBackground -
backgroundColor
-
foregroundColor
-
-
Constructor Details
-
AWTAbstractImageGenerator
public AWTAbstractImageGenerator()
-
-
Method Details
-
configureText
-
drawBackground
-
drawBorder
-
setFont
- Specified by:
setFontin interfaceAWTImageGenerator
-
getFont
- Specified by:
getFontin interfaceAWTImageGenerator
-
hasBackground
public boolean hasBackground()- Specified by:
hasBackgroundin interfaceAWTImageGenerator
-
setHasBackground
public void setHasBackground(boolean hasBackground) - Specified by:
setHasBackgroundin interfaceAWTImageGenerator
-
getBackgroundColor
- Specified by:
getBackgroundColorin interfaceAWTImageGenerator
-
setBackgroundColor
- Specified by:
setBackgroundColorin interfaceAWTImageGenerator
-
getForegroundColor
- Specified by:
getForegroundColorin interfaceAWTImageGenerator
-
setForegroundColor
- Specified by:
setForegroundColorin interfaceAWTImageGenerator
-
getAWTFont
- Specified by:
getAWTFontin interfaceAWTImageGenerator
-
setAWTFont
- Specified by:
setAWTFontin interfaceAWTImageGenerator
-