public final class SynchronizationStyle extends Object
Constructor and Description |
---|
SynchronizationStyle()
Creates the default style.
|
SynchronizationStyle(String creationColor,
String updatateColor,
String deletionColor)
Creates a custom Synchronization style.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreationColor()
Returns the hex color of newly created nodes.
|
String |
getDeletionColor()
Returns the hex color of deleted nodes.
|
String |
getUpdateColor()
Returns the hex color of newly updated nodes.
|
void |
setCreationColor(String creationColor)
Sets the color for newly created nodes.
|
void |
setDeletionColor(String deletionColor)
Sets the color for deleted nodes.
|
void |
setUpdateColor(String updateColor)
Sets the color for newly updated nodes.
|
public String getCreationColor()
public void setCreationColor(String creationColor)
creationColor
- a color in hexpublic String getUpdateColor()
public void setUpdateColor(String updateColor)
updateColor
- a color in hexpublic String getDeletionColor()
public void setDeletionColor(String deletionColor)
deletionColor
- a color in hex