public class GraphImage extends GraphMember
children, name, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_LITERAL, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_PATH, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor | Description |
|---|---|
GraphImage() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
GraphImage |
with(java.lang.String name) |
Set the name of Element
|
GraphMember |
withParent(GraphNode value) |
check, getAnnotation, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, remove, setName, setParentNode, withAnnotation, withModifier, withoutpublic 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