Package org.graffiti.graphics
Class ThicknessAttribute
java.lang.Object
org.graffiti.attributes.AbstractAttribute
org.graffiti.attributes.DoubleAttribute
org.graffiti.graphics.ThicknessAttribute
- All Implemented Interfaces:
Attribute,DeepCopy,Displayable
public class ThicknessAttribute extends DoubleAttribute
-
Field Summary
Fields inherited from class org.graffiti.attributes.DoubleAttribute
value -
Constructor Summary
Constructors Constructor Description ThicknessAttribute(String id)ThicknessAttribute(String id, double value)ThicknessAttribute(String id, Double value) -
Method Summary
Methods inherited from class org.graffiti.attributes.DoubleAttribute
getDouble, getValue, setDefaultValue, setDouble, 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, toString
-
Constructor Details
-
ThicknessAttribute
-
ThicknessAttribute
-
ThicknessAttribute
-
-
Method Details
-
copy
Description copied from class:DoubleAttributeReturns a deep copy of this instance.- Specified by:
copyin interfaceDeepCopy- Overrides:
copyin classDoubleAttribute- Returns:
- a deep copy of this instance.
-