Package com.iizix.prop
Class GFillSolid
java.lang.Object
com.iizix.prop.GFill
com.iizix.prop.GFillSolid
- All Implemented Interfaces:
Cloneable
Solid fill using a single color to fill a shape.
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from class com.iizix.prop.GFill
GFill.Type
Field Summary
Constructor Summary
Method Summary
Constructor Details
GFillSolid
Creates a solid fill from a color.
Method Details
getColor
Gets the color.getType
Gets the fill type.equals
Checks if two fill objects are equal.clone
Clones this instance.paramString
Returns 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.