protected class mxGraphicsCanvas2D.CanvasState
extends java.lang.Object
implements java.lang.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 java.awt.Color |
fillColor |
protected java.lang.String |
fillColorValue |
protected boolean |
fixDash |
protected boolean |
flipH |
protected boolean |
flipV |
protected java.awt.Color |
fontBackgroundColor |
protected java.lang.String |
fontBackgroundColorValue |
protected java.awt.Color |
fontBorderColor |
protected java.lang.String |
fontBorderColorValue |
protected java.awt.Color |
fontColor |
protected java.lang.String |
fontColorValue |
protected java.lang.String |
fontFamily |
protected double |
fontSize |
protected int |
fontStyle |
protected java.awt.Graphics2D |
g
Stores the actual state.
|
protected java.awt.Paint |
gradientPaint |
protected java.lang.String |
lineCap |
protected java.lang.String |
lineJoin |
protected double |
miterLimit |
protected double |
rotationCx |
protected double |
rotationCy |
protected double |
scale |
protected boolean |
shadow |
protected double |
shadowAlpha |
protected java.awt.Color |
shadowColor |
protected java.lang.String |
shadowColorValue |
protected double |
shadowOffsetX |
protected double |
shadowOffsetY |
protected double |
strokeAlpha |
protected java.awt.Color |
strokeColor |
protected java.lang.String |
strokeColorValue |
protected double |
strokeWidth |
protected double |
theta |
Modifier | Constructor and Description |
---|---|
protected |
CanvasState() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
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 java.lang.String fontFamily
protected java.lang.String fontColorValue
protected java.awt.Color fontColor
protected java.lang.String fontBackgroundColorValue
protected java.awt.Color fontBackgroundColor
protected java.lang.String fontBorderColorValue
protected java.awt.Color fontBorderColor
protected java.lang.String lineCap
protected java.lang.String lineJoin
protected double strokeWidth
protected java.lang.String strokeColorValue
protected java.awt.Color strokeColor
protected java.lang.String fillColorValue
protected java.awt.Color fillColor
protected java.awt.Paint gradientPaint
protected boolean dashed
protected boolean fixDash
protected float[] dashPattern
protected boolean shadow
protected java.lang.String shadowColorValue
protected java.awt.Color shadowColor
protected double shadowAlpha
protected double shadowOffsetX
protected double shadowOffsetY
protected transient java.awt.Graphics2D g
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.