Package org.graffiti.graphics
Class SourceDockingAttribute
java.lang.Object
org.graffiti.attributes.AbstractAttribute
org.graffiti.attributes.StringAttribute
org.graffiti.graphics.SourceDockingAttribute
- All Implemented Interfaces:
Attribute
,DeepCopy
,Displayable
public class SourceDockingAttribute extends StringAttribute
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SourceDockingAttribute()
SourceDockingAttribute(String id, String value)
-
Method Summary
Methods inherited from class org.graffiti.attributes.StringAttribute
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
-
SourceDockingAttribute
-
SourceDockingAttribute
public SourceDockingAttribute()
-
-
Method Details
-
copy
Description copied from class:StringAttribute
Returns a deep copy of this instance.- Specified by:
copy
in interfaceDeepCopy
- Overrides:
copy
in classStringAttribute
- Returns:
- a deep copy of this instance.
-