protected class mxStencilShape.svgShape extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
currentXScale
Holds the current value to which the shape is scaled in X
|
protected double |
currentYScale
Holds the current value to which the shape is scaled in Y
|
Shape |
shape |
protected Map<String,Object> |
style
Contains an array of key, value pairs that represent the style of the
cell.
|
List<mxStencilShape.svgShape> |
subShapes |
Constructor and Description |
---|
mxStencilShape.svgShape(Shape shape,
Map<String,Object> style) |
Modifier and Type | Method and Description |
---|---|
double |
getCurrentXScale() |
double |
getCurrentYScale() |
void |
setCurrentXScale(double currentXScale) |
void |
setCurrentYScale(double currentYScale) |
public Shape shape
protected Map<String,Object> style
public List<mxStencilShape.svgShape> subShapes
protected double currentXScale
protected double currentYScale
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.