public interface EdgeStyle
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the name of the color.
|
String |
getDefaultStyle()
Gets the default arrow style for non-reference subresources.
|
String |
getReferenceStyle()
Gets the style that arrows are drawn for references.
|
void |
setColor(String color)
Sets the color to a new name.
|
void |
setDefaultStyle(String style)
Sets the plot style for non-reference sub-resources.
|
void |
setReferenceStyle(String style)
Sets the plotstyle for references
|
String getColor()
void setColor(String color)
String getReferenceStyle()
void setReferenceStyle(String style)
String getDefaultStyle()
void setDefaultStyle(String style)
Copyright © 2018. All rights reserved.