Package | Description |
---|---|
de.uni_due.inf.ti.graph.io |
Modifier and Type | Method and Description |
---|---|
DotStyle.Shape |
DotStyle.getShape()
Returns the shape of this style.
|
static DotStyle.Shape |
DotStyle.Shape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotStyle.Shape[] |
DotStyle.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DotStyle |
DotStyle.getShapeStyle(DotStyle.Shape shape)
Returns a style which represents a certain shape.
|
DotStyle |
DotStyle.getSubStyle(DotStyle.Shape shape)
Returns a style which is equal to this style, except for the shape.
|
Constructor and Description |
---|
DotStyle(DotStyle.Shape shape,
DotStyle.Color color,
DotStyle.LineStyle lineStyle)
Creates a new style object with a given shape, color and line style.
|