Package | Description |
---|---|
de.uni_due.inf.ti.graph.io |
Modifier and Type | Method and Description |
---|---|
DotStyle.Color |
DotStyle.getColor()
Returns the color of this style.
|
static DotStyle.Color |
DotStyle.Color.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotStyle.Color[] |
DotStyle.Color.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.getColorStyle(DotStyle.Color color)
Returns a style which represents a certain color.
|
DotStyle |
DotStyle.getSubStyle(DotStyle.Color color)
Returns a style which is equal to this style, except for the color.
|
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.
|