Package com.mxgraph.canvas
Class mxGraphicsCanvas2D.CanvasState
- java.lang.Object
-
- com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- mxGraphicsCanvas2D
protected class mxGraphicsCanvas2D.CanvasState extends java.lang.Object implements java.lang.Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description protected doublealphaprotected booleandashedprotected float[]dashPatternprotected doubledxprotected doubledyprotected doublefillAlphaprotected java.awt.ColorfillColorprotected java.lang.StringfillColorValueprotected booleanfixDashprotected booleanflipHprotected booleanflipVprotected java.awt.ColorfontBackgroundColorprotected java.lang.StringfontBackgroundColorValueprotected java.awt.ColorfontBorderColorprotected java.lang.StringfontBorderColorValueprotected java.awt.ColorfontColorprotected java.lang.StringfontColorValueprotected java.lang.StringfontFamilyprotected doublefontSizeprotected intfontStyleprotected java.awt.Graphics2DgStores the actual state.protected java.awt.PaintgradientPaintprotected java.lang.StringlineCapprotected java.lang.StringlineJoinprotected doublemiterLimitprotected doublerotationCxprotected doublerotationCyprotected doublescaleprotected booleanshadowprotected doubleshadowAlphaprotected java.awt.ColorshadowColorprotected java.lang.StringshadowColorValueprotected doubleshadowOffsetXprotected doubleshadowOffsetYprotected doublestrokeAlphaprotected java.awt.ColorstrokeColorprotected java.lang.StringstrokeColorValueprotected doublestrokeWidthprotected doubletheta
-
Constructor Summary
Constructors Modifier Constructor Description protectedCanvasState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()
-
-
-
Field Detail
-
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
protected java.lang.String fontFamily
-
fontColorValue
protected java.lang.String fontColorValue
-
fontColor
protected java.awt.Color fontColor
-
fontBackgroundColorValue
protected java.lang.String fontBackgroundColorValue
-
fontBackgroundColor
protected java.awt.Color fontBackgroundColor
-
fontBorderColorValue
protected java.lang.String fontBorderColorValue
-
fontBorderColor
protected java.awt.Color fontBorderColor
-
lineCap
protected java.lang.String lineCap
-
lineJoin
protected java.lang.String lineJoin
-
strokeWidth
protected double strokeWidth
-
strokeColorValue
protected java.lang.String strokeColorValue
-
strokeColor
protected java.awt.Color strokeColor
-
fillColorValue
protected java.lang.String fillColorValue
-
fillColor
protected java.awt.Color fillColor
-
gradientPaint
protected java.awt.Paint gradientPaint
-
dashed
protected boolean dashed
-
fixDash
protected boolean fixDash
-
dashPattern
protected float[] dashPattern
-
shadow
protected boolean shadow
-
shadowColorValue
protected java.lang.String shadowColorValue
-
shadowColor
protected java.awt.Color shadowColor
-
shadowAlpha
protected double shadowAlpha
-
shadowOffsetX
protected double shadowOffsetX
-
shadowOffsetY
protected double shadowOffsetY
-
g
protected transient java.awt.Graphics2D g
Stores the actual state.
-
-