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