Package org.graffiti.graphics
Class TargetDockingAttribute
java.lang.Object
org.graffiti.attributes.AbstractAttribute
org.graffiti.attributes.StringAttribute
org.graffiti.graphics.TargetDockingAttribute
- All Implemented Interfaces:
Attribute
,DeepCopy
,Displayable
public class TargetDockingAttribute extends StringAttribute
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TargetDockingAttribute()
TargetDockingAttribute(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
-
TargetDockingAttribute
-
TargetDockingAttribute
public TargetDockingAttribute()
-
-
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.
-