Class mxStencilShape.svgShape

java.lang.Object
com.mxgraph.shape.mxStencilShape.svgShape
Enclosing class:
mxStencilShape

protected class mxStencilShape.svgShape extends Object
  • Field Details

    • shape

      public Shape shape
    • style

      protected Map<String,Object> style
      Contains an array of key, value pairs that represent the style of the cell.
    • subShapes

      public List<mxStencilShape.svgShape> subShapes
    • currentXScale

      protected double currentXScale
      Holds the current value to which the shape is scaled in X
    • currentYScale

      protected double currentYScale
      Holds the current value to which the shape is scaled in Y
  • Constructor Details

  • Method Details

    • getCurrentXScale

      public double getCurrentXScale()
    • setCurrentXScale

      public void setCurrentXScale(double currentXScale)
    • getCurrentYScale

      public double getCurrentYScale()
    • setCurrentYScale

      public void setCurrentYScale(double currentYScale)