Interface Fill

All Superinterfaces:
Serializable
All Known Implementing Classes:
FillImpl

public interface Fill extends Serializable
The Interface Fill.
  • Method Details

    • getSpace

      String getSpace()
      Gets the space.
      Returns:
      the space
    • setSpace

      void setSpace(String space)
      Sets the space.
      Parameters:
      space - the new space
    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getColor1

      double getColor1()
      Gets the color 1.
      Returns:
      the color 1
    • setColor1

      void setColor1(double color1)
      Sets the color 1.
      Parameters:
      color1 - the new color 1
    • getColor2

      double getColor2()
      Gets the color 2.
      Returns:
      the color 2
    • setColor2

      void setColor2(double color2)
      Sets the color 2.
      Parameters:
      color2 - the new color 2
    • getColor3

      double getColor3()
      Gets the color 3.
      Returns:
      the color 3
    • setColor3

      void setColor3(double color3)
      Sets the color 3.
      Parameters:
      color3 - the new color 3
    • getColor4

      double getColor4()
      Gets the color 4.
      Returns:
      the color 4
    • setColor4

      void setColor4(double color4)
      Sets the color 4.
      Parameters:
      color4 - the new color 4
    • getTint

      double getTint()
      Gets the tint.
      Returns:
      the tint
    • setTint

      void setTint(double tint)
      Sets the tint.
      Parameters:
      tint - the new tint