Class mxGraphicsCanvas2D.CanvasState

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    mxGraphicsCanvas2D

    protected class mxGraphicsCanvas2D.CanvasState
    extends java.lang.Object
    implements java.lang.Cloneable
    • Field Detail

      • 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 java.lang.String fontFamily
      • fontColorValue

        protected java.lang.String fontColorValue
      • fontColor

        protected java.awt.Color fontColor
      • fontBackgroundColorValue

        protected java.lang.String fontBackgroundColorValue
      • fontBackgroundColor

        protected java.awt.Color fontBackgroundColor
      • fontBorderColorValue

        protected java.lang.String fontBorderColorValue
      • fontBorderColor

        protected java.awt.Color fontBorderColor
      • lineCap

        protected java.lang.String lineCap
      • lineJoin

        protected java.lang.String lineJoin
      • strokeWidth

        protected double strokeWidth
      • strokeColorValue

        protected java.lang.String strokeColorValue
      • strokeColor

        protected java.awt.Color strokeColor
      • fillColorValue

        protected java.lang.String fillColorValue
      • fillColor

        protected java.awt.Color fillColor
      • gradientPaint

        protected java.awt.Paint gradientPaint
      • dashed

        protected boolean dashed
      • fixDash

        protected boolean fixDash
      • dashPattern

        protected float[] dashPattern
      • shadow

        protected boolean shadow
      • shadowColorValue

        protected java.lang.String shadowColorValue
      • shadowColor

        protected java.awt.Color shadowColor
      • shadowAlpha

        protected double shadowAlpha
      • shadowOffsetX

        protected double shadowOffsetX
      • shadowOffsetY

        protected double shadowOffsetY
      • g

        protected transient java.awt.Graphics2D g
        Stores the actual state.
    • Constructor Detail

      • CanvasState

        protected CanvasState()
    • Method Detail

      • clone

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