protected class mxStencilShape.svgShape
extends java.lang.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
|
java.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 and Description |
---|
svgShape(java.awt.Shape shape,
java.util.Map<java.lang.String,java.lang.Object> style) |
Modifier and Type | Method and Description |
---|---|
double |
getCurrentXScale() |
double |
getCurrentYScale() |
void |
setCurrentXScale(double currentXScale) |
void |
setCurrentYScale(double currentYScale) |
public java.awt.Shape shape
protected java.util.Map<java.lang.String,java.lang.Object> style
public java.util.List<mxStencilShape.svgShape> subShapes
protected double currentXScale
protected double currentYScale
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.