Package com.iizix.prop
Class GFillGradient
java.lang.Object
com.iizix.prop.GFill
com.iizix.prop.GFillGradient
- All Implemented Interfaces:
- Cloneable
Gradient fill for a shape with a close relation to dojox/gfx.LinearGradient and dojox/gfx.RadialGradient.
- Author:
- Christopher Mindus
- Nested Class Summary- Nested classes/interfaces inherited from class com.iizix.prop.GFill- GFill.Type
- Field Summary
- Constructor SummaryConstructors
- Method Summary
- Constructor Details- GFillGradientCreates a solid fill from a color.
 
- Method Details- getGradientGets the gradient.
- getTypeGets the fill type.
- equalsChecks if two fill objects are equal.
- cloneClones this instance.
- paramStringReturns the parameter string representing the state of this event. This string is useful for debugging. Subclasses adds extra information to the string by preceding it with a comma followed by the extra information.- Returns:
- the parameter string of this event.