public class Attributes2D extends Attributes
Modifier and Type | Field and Description |
---|---|
protected Graphics2D |
graphics2d |
BasicStroke |
stroke |
antiAliasing, BASE, BOTTOM, CENTER, color, filled, font, graphics, horizontalTextLayout, LEFT, lineWidth, pointColor, pointOutline, pointRadius, RIGHT, TOP, usePointColor, verticalTextLayout
Constructor and Description |
---|
Attributes2D() |
Modifier and Type | Method and Description |
---|---|
boolean |
getJava2() |
void |
resetGraphics() |
void |
setGraphics(Graphics g) |
void |
setLineWidth(double width) |
clone, getAntiAliasing, getColor, getFilled, getFont, getGraphics, getHorizontalTextLayout, getLineWidth, getPointColor, getPointOutline, getPointRadius, getUsePointColor, getVerticalTextLayout, setAntiAliasing, setColor, setFilled, setFont, setHorizontalTextLayout, setPointColor, setPointOutline, setPointRadius, setUsePointColor, setVerticalTextLayout
protected transient Graphics2D graphics2d
public transient BasicStroke stroke
public boolean getJava2()
getJava2
in class Attributes
public void resetGraphics()
public void setGraphics(Graphics g)
setGraphics
in class Attributes
public void setLineWidth(double width)
setLineWidth
in class Attributes