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
  • Field Details

    • alpha

      protected double alpha
    • fillAlpha

      protected double fillAlpha
    • strokeAlpha

      protected double strokeAlpha
    • 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
    • fixDash

      protected boolean fixDash
    • 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.
  • Constructor Details

    • CanvasState

      protected CanvasState()
  • Method Details