Class GFillGradient

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class GFillGradient
    extends GFill
    Gradient fill for a shape with a close relation to dojox/gfx.LinearGradient and dojox/gfx.RadialGradient.
    Author:
    Christopher Mindus
    • Constructor Detail

      • GFillGradient

        public GFillGradient​(GGradient gradient)
        Creates a solid fill from a color.
    • Method Detail

      • getGradient

        public GGradient getGradient()
        Gets the gradient.
      • equals

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

        public GFillGradient clone()
        Clones this instance.
        Specified by:
        clone in class GFill
        Returns:
        As GFillGradient 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.