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 java.awt.Color |
fillColor |
protected java.lang.String |
fillColorValue |
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.lang.String |
lineCap |
protected java.lang.String |
lineJoin |
protected double |
miterLimit |
protected java.awt.Paint |
paint |
protected double |
scale |
protected java.awt.Color |
strokeColor |
protected java.lang.String |
strokeColorValue |
protected double |
strokeWidth |
Modifier | Constructor and Description |
---|---|
protected |
mxGraphicsCanvas2D.CanvasState() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected double alpha
protected double scale
protected double dx
protected double dy
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 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 paint
protected boolean dashed
protected float[] dashPattern
protected transient java.awt.Graphics2D g
Copyright (c) 2010 Gaudenz Alder. All rights reserved.