com.mxgraph.canvas
Class mxGraphicsCanvas2D.CanvasState
java.lang.Object
com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- mxGraphicsCanvas2D
protected class mxGraphicsCanvas2D.CanvasState
- extends Object
- implements Cloneable
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
protected String fontFamily
fontColorValue
protected String fontColorValue
fontColor
protected Color fontColor
fontBackgroundColorValue
protected String fontBackgroundColorValue
fontBackgroundColor
protected Color fontBackgroundColor
fontBorderColorValue
protected String fontBorderColorValue
fontBorderColor
protected Color fontBorderColor
lineCap
protected String lineCap
lineJoin
protected String lineJoin
strokeWidth
protected double strokeWidth
strokeColorValue
protected String strokeColorValue
strokeColor
protected Color strokeColor
fillColorValue
protected String fillColorValue
fillColor
protected Color fillColor
gradientPaint
protected Paint gradientPaint
dashed
protected boolean dashed
dashPattern
protected float[] dashPattern
shadow
protected boolean shadow
shadowColorValue
protected String shadowColorValue
shadowColor
protected Color shadowColor
shadowAlpha
protected double shadowAlpha
shadowOffsetX
protected double shadowOffsetX
shadowOffsetY
protected double shadowOffsetY
g
protected transient Graphics2D g
- Stores the actual state.
mxGraphicsCanvas2D.CanvasState
protected mxGraphicsCanvas2D.CanvasState()
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.