Class FillImpl

  • All Implemented Interfaces:
    Fill, java.io.Serializable

    public class FillImpl
    extends java.lang.Object
    implements java.io.Serializable, Fill
    The type Fill.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FillImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getColor1()
      Gets the color 1.
      double getColor2()
      Gets the color 2.
      double getColor3()
      Gets the color 3.
      double getColor4()
      Gets the color 4.
      java.lang.String getName()
      Gets the name.
      java.lang.String getSpace()
      Gets the space.
      double getTint()
      Gets the tint.
      void setColor1​(double color1)
      Sets the color 1.
      void setColor2​(double color2)
      Sets the color 2.
      void setColor3​(double color3)
      Sets the color 3.
      void setColor4​(double color4)
      Sets the color 4.
      void setName​(java.lang.String name)
      Sets the name.
      void setSpace​(java.lang.String space)
      Sets the space.
      void setTint​(double tint)
      Sets the tint.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FillImpl

        public FillImpl()
    • Method Detail

      • getSpace

        public java.lang.String getSpace()
        Description copied from interface: Fill
        Gets the space.
        Specified by:
        getSpace in interface Fill
        Returns:
        the space
      • setSpace

        public void setSpace​(java.lang.String space)
        Description copied from interface: Fill
        Sets the space.
        Specified by:
        setSpace in interface Fill
        Parameters:
        space - the new space
      • getName

        public java.lang.String getName()
        Description copied from interface: Fill
        Gets the name.
        Specified by:
        getName in interface Fill
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: Fill
        Sets the name.
        Specified by:
        setName in interface Fill
        Parameters:
        name - the new name
      • getColor1

        public double getColor1()
        Description copied from interface: Fill
        Gets the color 1.
        Specified by:
        getColor1 in interface Fill
        Returns:
        the color 1
      • setColor1

        public void setColor1​(double color1)
        Description copied from interface: Fill
        Sets the color 1.
        Specified by:
        setColor1 in interface Fill
        Parameters:
        color1 - the new color 1
      • getColor2

        public double getColor2()
        Description copied from interface: Fill
        Gets the color 2.
        Specified by:
        getColor2 in interface Fill
        Returns:
        the color 2
      • setColor2

        public void setColor2​(double color2)
        Description copied from interface: Fill
        Sets the color 2.
        Specified by:
        setColor2 in interface Fill
        Parameters:
        color2 - the new color 2
      • getColor3

        public double getColor3()
        Description copied from interface: Fill
        Gets the color 3.
        Specified by:
        getColor3 in interface Fill
        Returns:
        the color 3
      • setColor3

        public void setColor3​(double color3)
        Description copied from interface: Fill
        Sets the color 3.
        Specified by:
        setColor3 in interface Fill
        Parameters:
        color3 - the new color 3
      • getColor4

        public double getColor4()
        Description copied from interface: Fill
        Gets the color 4.
        Specified by:
        getColor4 in interface Fill
        Returns:
        the color 4
      • setColor4

        public void setColor4​(double color4)
        Description copied from interface: Fill
        Sets the color 4.
        Specified by:
        setColor4 in interface Fill
        Parameters:
        color4 - the new color 4
      • getTint

        public double getTint()
        Description copied from interface: Fill
        Gets the tint.
        Specified by:
        getTint in interface Fill
        Returns:
        the tint
      • setTint

        public void setTint​(double tint)
        Description copied from interface: Fill
        Sets the tint.
        Specified by:
        setTint in interface Fill
        Parameters:
        tint - the new tint