mxGraph 1.10.4.0


com.mxgraph.canvas
Class mxGraphicsCanvas2D.CanvasState

java.lang.Object
  extended by com.mxgraph.canvas.mxGraphicsCanvas2D.CanvasState
All Implemented Interfaces:
Cloneable
Enclosing class:
mxGraphicsCanvas2D

protected class mxGraphicsCanvas2D.CanvasState
extends Object
implements Cloneable


Field Summary
protected  double alpha
           
protected  boolean dashed
           
protected  float[] dashPattern
           
protected  double dx
           
protected  double dy
           
protected  Color fillColor
           
protected  String fillColorValue
           
protected  Color fontColor
           
protected  String fontColorValue
           
protected  String fontFamily
           
protected  double fontSize
           
protected  int fontStyle
           
protected  Graphics2D g
          Stores the actual state.
protected  String lineCap
           
protected  String lineJoin
           
protected  double miterLimit
           
protected  Paint paint
           
protected  double scale
           
protected  Color strokeColor
           
protected  String strokeColorValue
           
protected  double strokeWidth
           
 
Constructor Summary
protected mxGraphicsCanvas2D.CanvasState()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

mxGraphicsCanvas2D.CanvasState

protected mxGraphicsCanvas2D.CanvasState()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.