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