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 double |
fillAlpha |
protected Color |
fillColor |
protected String |
fillColorValue |
protected boolean |
flipH |
protected boolean |
flipV |
protected Color |
fontBackgroundColor |
protected String |
fontBackgroundColorValue |
protected Color |
fontBorderColor |
protected String |
fontBorderColorValue |
protected Color |
fontColor |
protected String |
fontColorValue |
protected String |
fontFamily |
protected double |
fontSize |
protected int |
fontStyle |
protected Graphics2D |
g
Stores the actual state.
|
protected Paint |
gradientPaint |
protected String |
lineCap |
protected String |
lineJoin |
protected double |
miterLimit |
protected double |
rotationCx |
protected double |
rotationCy |
protected double |
scale |
protected boolean |
shadow |
protected double |
shadowAlpha |
protected Color |
shadowColor |
protected String |
shadowColorValue |
protected double |
shadowOffsetX |
protected double |
shadowOffsetY |
protected double |
strokeAlpha |
protected Color |
strokeColor |
protected String |
strokeColorValue |
protected double |
strokeWidth |
protected double |
theta |
Modifier | Constructor and Description |
---|---|
protected |
CanvasState() |
protected double alpha
protected double fillAlpha
protected double strokeAlpha
protected double scale
protected double dx
protected double dy
protected double theta
protected double rotationCx
protected double rotationCy
protected boolean flipV
protected boolean flipH
protected double miterLimit
protected int fontStyle
protected double fontSize
protected String fontFamily
protected String fontColorValue
protected Color fontColor
protected String fontBackgroundColorValue
protected Color fontBackgroundColor
protected String fontBorderColorValue
protected Color fontBorderColor
protected String lineCap
protected String lineJoin
protected double strokeWidth
protected String strokeColorValue
protected Color strokeColor
protected String fillColorValue
protected Color fillColor
protected Paint gradientPaint
protected boolean dashed
protected float[] dashPattern
protected boolean shadow
protected String shadowColorValue
protected Color shadowColor
protected double shadowAlpha
protected double shadowOffsetX
protected double shadowOffsetY
protected transient Graphics2D g
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.