public class Paint2D extends Object
Modifier and Type | Field and Description |
---|---|
Color |
background |
Color |
brushColor |
int |
brushStyle |
Color |
fontColor |
String |
fontName |
double |
fontSize |
int |
fontStyle |
Color |
penColor |
double |
penHeight |
float |
penMiterLimit |
int |
penStyle |
double |
penWidth |
double[] |
transform |
Constructor and Description |
---|
Paint2D() |
Modifier and Type | Method and Description |
---|---|
double |
getPenThickness() |
void |
setPenThickness(double widthAndHeight) |
public double[] transform
public Color background
public Color brushColor
public int brushStyle
public Color penColor
public int penStyle
public double penWidth
public double penHeight
public float penMiterLimit
public Color fontColor
public String fontName
public int fontStyle
public double fontSize