protected class mxGraphicsCanvas2D.CanvasState extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected double |
alpha |
protected boolean |
dashed |
protected float[] |
dashPattern |
protected double |
dx |
protected double |
dy |
protected Color |
fillColor |
protected String |
fillColorValue |
protected Color |
fontColor |
protected String |
fontColorValue |
protected String |
fontFamily |
protected double |
fontSize |
protected int |
fontStyle |
protected Graphics2D |
g
Stores the actual state.
|
protected String |
lineCap |
protected String |
lineJoin |
protected double |
miterLimit |
protected Paint |
paint |
protected double |
scale |
protected Color |
strokeColor |
protected String |
strokeColorValue |
protected double |
strokeWidth |
Modifier | Constructor and Description |
---|---|
protected |
mxGraphicsCanvas2D.CanvasState() |
protected double alpha
protected double scale
protected double dx
protected double dy
protected double miterLimit
protected int fontStyle
protected double fontSize
protected String fontFamily
protected String fontColorValue
protected Color fontColor
protected String lineCap
protected String lineJoin
protected double strokeWidth
protected String strokeColorValue
protected Color strokeColor
protected String fillColorValue
protected Color fillColor
protected Paint paint
protected boolean dashed
protected float[] dashPattern
protected transient Graphics2D g
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright (c) 2010 Gaudenz Alder. All rights reserved.