public class GraphImage extends GraphMember
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_VALUE |
children, name, PROPERTY_NAME| Constructor and Description |
|---|
GraphImage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
GraphImage |
with(java.lang.String name)
Set the name of Element
|
GraphMember |
withParent(GraphNode value) |
check, getAnnotation, getModifier, getName, setParentNode, withAnnotaion, withChildren, withoutpublic static final java.lang.String PROPERTY_VALUE
public GraphImage with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic GraphMember withParent(GraphNode value)
public java.lang.String toString()
toString in class java.lang.Object