public class GraphLabel extends GraphMember
| Modifier and Type | Field and Description |
|---|---|
static GraphLabel |
CREATE |
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
GraphLabel() |
| Modifier and Type | Method and Description |
|---|---|
static GraphLabel |
create(java.lang.String value) |
static GraphLabel |
create(java.lang.String value,
java.lang.String style) |
java.lang.String |
getStyle() |
GraphLabel |
with(java.lang.String name)
Set the name of Element
|
GraphLabel |
withStyle(java.lang.String style) |
check, getAnnotation, getModifier, getName, setParentNode, withAnnotaion, withChildren, withoutpublic static final GraphLabel CREATE
public GraphLabel with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic static GraphLabel create(java.lang.String value)
public static GraphLabel create(java.lang.String value, java.lang.String style)
public java.lang.String getStyle()
public GraphLabel withStyle(java.lang.String style)