Class GFillSolid

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class GFillSolid
    extends GFill
    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

      Constructors 
      ConstructorDescription
      GFillSolid​(GColor color)
      Creates a solid fill from a color.
    • Constructor Detail

      • GFillSolid

        public GFillSolid​(GColor color)
        Creates a solid fill from a color.
    • Method Detail

      • getColor

        public GColor getColor()
        Gets the color.
      • equals

        public boolean equals​(java.lang.Object o)
        Checks if two fill objects are equal.
        Specified by:
        equals in class GFill
      • clone

        public GFillSolid clone()
        Clones this instance.
        Specified by:
        clone in class GFill
        Returns:
        As GFillPattern is immutable, cloning will return "this".
      • paramString

        protected java.lang.String 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.