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, 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
-
GradientFillAttribute
-
GradientFillAttribute
-
GradientFillAttribute
-
-
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.
-