Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
Modifier and Type | Method and Description |
---|---|
static ShapeNodeShape |
ShapeNodeShape.fromOrdinal(int ordinal) |
protected ShapeNodeShape |
ShapeNodeStyleRenderer.getShape()
Get the shape that is currently used by this renderer.
|
ShapeNodeShape |
ShapeNodeStyle.getShape()
Gets the shape for this style.
|
static ShapeNodeShape |
ShapeNodeShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeNodeShape[] |
ShapeNodeShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeNodeStyle.setShape(ShapeNodeShape value)
Sets the shape for this style.
|