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
miterLimit
protected double miterLimit
fontStyle
protected int fontStyle
fontSize
protected double fontSize
fontFamily
protected String fontFamily
fontColorValue
protected String fontColorValue
fontColor
protected Color fontColor
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
paint
protected Paint paint
dashed
protected boolean dashed
dashPattern
protected float[] dashPattern
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.