Package org.graffiti.attributes
Class EdgeShapeAttribute
java.lang.Object
org.graffiti.attributes.AbstractAttribute
org.graffiti.attributes.StringAttribute
org.graffiti.attributes.EdgeShapeAttribute
- All Implemented Interfaces:
Attribute
,DeepCopy
,Displayable
public class EdgeShapeAttribute extends StringAttribute
"Tagging" class only. To provide special edit component.
- Version:
- $Revision: 1.4 $
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EdgeShapeAttribute(String id, String value)
Creates a new EdgeShapeAttribute object. -
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
-
EdgeShapeAttribute
Creates a new EdgeShapeAttribute object.- Parameters:
id
- DOCUMENT ME!value
- DOCUMENT ME!
-