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, toXMLStringMethods 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:StringAttributeReturns a deep copy of this instance.- Specified by:
copyin interfaceDeepCopy- Overrides:
copyin classStringAttribute- Returns:
- a deep copy of this instance.
-