Package com.mxgraph.shape
Class mxStencilShape.svgShape
java.lang.Object
com.mxgraph.shape.mxStencilShape.svgShape
- Enclosing class:
mxStencilShape
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected double
Holds the current value to which the shape is scaled in Xprotected double
Holds the current value to which the shape is scaled in YContains an array of key, value pairs that represent the style of the cell. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
void
setCurrentXScale
(double currentXScale) void
setCurrentYScale
(double currentYScale)
-
Field Details
-
shape
-
style
Contains an array of key, value pairs that represent the style of the cell. -
subShapes
-
currentXScale
protected double currentXScaleHolds the current value to which the shape is scaled in X -
currentYScale
protected double currentYScaleHolds the current value to which the shape is scaled in Y
-
-
Constructor Details
-
svgShape
-
-
Method Details
-
getCurrentXScale
public double getCurrentXScale() -
setCurrentXScale
public void setCurrentXScale(double currentXScale) -
getCurrentYScale
public double getCurrentYScale() -
setCurrentYScale
public void setCurrentYScale(double currentYScale)
-