public interface NodeStyle
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLocation()
Is the location of the resource written?
|
boolean |
addName()
Is the name of the node written?
|
boolean |
addSimpleValues()
Indicates if simple resources are printed with their current value.
|
boolean |
addType()
Is the type of the node written?
|
String |
getActiveColor()
Gets the color used for active nodes.
|
String |
getInactiveColor()
Gets the color used for inactive nodes.
|
String |
getShape()
Gets the shape of the node.
|
void |
setActiveColor(String color)
Sets the color used for active nodes.
|
void |
setAddLocations(boolean flag) |
void |
setAddName(boolean flag) |
void |
setAddSimpleValues(boolean flag) |
void |
setAddType(boolean flag) |
void |
setInactiveColor(String color)
Sets the color used for inactive resources.
|
void |
setShape(String shape)
Sets the shape of the node to a new shape.
|
String getActiveColor()
void setActiveColor(String color)
String getInactiveColor()
void setInactiveColor(String color)
boolean addType()
void setAddType(boolean flag)
boolean addName()
void setAddName(boolean flag)
boolean addLocation()
void setAddLocations(boolean flag)
boolean addSimpleValues()
void setAddSimpleValues(boolean flag)
String getShape()
void setShape(String shape)
Copyright © 2018. All rights reserved.