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 double
protected boolean
protected float[]
protected double
protected double
protected double
protected Color
protected String
protected boolean
protected boolean
protected boolean
protected Color
protected String
protected Color
protected String
protected Color
protected String
protected String
protected double
protected int
protected Graphics2D
Stores the actual state.protected Paint
protected String
protected String
protected double
protected double
protected double
protected double
protected boolean
protected double
protected Color
protected String
protected double
protected double
protected double
protected Color
protected String
protected double
protected double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alpha
protected double alpha -
fillAlpha
protected double fillAlpha -
strokeAlpha
protected double strokeAlpha -
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 -
fixDash
protected boolean fixDash -
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:
clone
in classObject
- Throws:
CloneNotSupportedException
-