Package com.mxgraph.shape
Class mxStencilShape.svgShape
- java.lang.Object
-
- com.mxgraph.shape.mxStencilShape.svgShape
-
- Enclosing class:
- mxStencilShape
protected class mxStencilShape.svgShape extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected double
currentXScale
Holds the current value to which the shape is scaled in Xprotected double
currentYScale
Holds the current value to which the shape is scaled in Yjava.awt.Shape
shape
protected java.util.Map<java.lang.String,java.lang.Object>
style
Contains an array of key, value pairs that represent the style of the cell.java.util.List<mxStencilShape.svgShape>
subShapes
-
Constructor Summary
Constructors Constructor Description svgShape(java.awt.Shape shape, java.util.Map<java.lang.String,java.lang.Object> style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCurrentXScale()
double
getCurrentYScale()
void
setCurrentXScale(double currentXScale)
void
setCurrentYScale(double currentYScale)
-
-
-
Field Detail
-
shape
public java.awt.Shape shape
-
style
protected java.util.Map<java.lang.String,java.lang.Object> style
Contains an array of key, value pairs that represent the style of the cell.
-
subShapes
public java.util.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
-
-