Package | Description |
---|---|
gui |
Modifier and Type | Method and Description |
---|---|
static Line.ColorPolicy |
Line.getColorPolicy()
Return the color policy for painting roads.
|
static Line.ColorPolicy |
Line.ColorPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Line.ColorPolicy[] |
Line.ColorPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Line.setColorPolicy(Line.ColorPolicy policy)
Set the colorPolicy to policy.
|