Package org.graffiti.attributes
Class ArrowShapeAttribute
java.lang.Object
org.graffiti.attributes.AbstractAttribute
org.graffiti.attributes.StringAttribute
org.graffiti.attributes.ArrowShapeAttribute
- All Implemented Interfaces:
Attribute
,DeepCopy
,Displayable
public class ArrowShapeAttribute extends StringAttribute
- Author:
- klukas
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ArrowShapeAttribute()
ArrowShapeAttribute(String id, String value)
-
Method Summary
Methods inherited from class org.graffiti.attributes.StringAttribute
copy, getString, getTypedStringAttribute, getTypedStringAttribute, getValue, putAttributeType, setDefaultValue, setString, toString, toXMLString
Methods inherited from class org.graffiti.attributes.AbstractAttribute
addEdgeAttributeType, addNodeAttributeType, getAttributable, getDescription, getIcon, getId, getName, getParent, getPath, getTypedAttribute, isDeleted, isTypedAttributeFromID, setDeleted, setDescription, setId, setParent, setValue, toString
-
Constructor Details
-
ArrowShapeAttribute
public ArrowShapeAttribute() -
ArrowShapeAttribute
-