Package com.mxgraph.canvas
Class mxGraphicsCanvas2D.CanvasState
java.lang.Object
com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- mxGraphicsCanvas2D
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected booleanprotected float[]protected doubleprotected doubleprotected Colorprotected Stringprotected booleanprotected booleanprotected Colorprotected Stringprotected Colorprotected Stringprotected Colorprotected Stringprotected Stringprotected doubleprotected intprotected Graphics2DStores the actual state.protected Paintprotected Stringprotected Stringprotected doubleprotected doubleprotected doubleprotected doubleprotected booleanprotected doubleprotected Colorprotected Stringprotected doubleprotected doubleprotected Colorprotected Stringprotected doubleprotected double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alpha
protected double alpha -
scale
protected double scale -
dx
protected double dx -
dy
protected double dy -
theta
protected double theta -
rotationCx
protected double rotationCx -
rotationCy
protected double rotationCy -
flipV
protected boolean flipV -
flipH
protected boolean flipH -
miterLimit
protected double miterLimit -
fontStyle
protected int fontStyle -
fontSize
protected double fontSize -
fontFamily
-
fontColorValue
-
fontColor
-
fontBackgroundColorValue
-
fontBackgroundColor
-
fontBorderColorValue
-
fontBorderColor
-
lineCap
-
lineJoin
-
strokeWidth
protected double strokeWidth -
strokeColorValue
-
strokeColor
-
fillColorValue
-
fillColor
-
gradientPaint
-
dashed
protected boolean dashed -
dashPattern
protected float[] dashPattern -
shadow
protected boolean shadow -
shadowColorValue
-
shadowColor
-
shadowAlpha
protected double shadowAlpha -
shadowOffsetX
protected double shadowOffsetX -
shadowOffsetY
protected double shadowOffsetY -
g
Stores the actual state.
-
-
Constructor Details
-
CanvasState
protected CanvasState()
-
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-