Class GradientFill

java.lang.Object
com.independentsoft.office.spreadsheet.styles.GradientFill

public class GradientFill extends Object
The Class GradientFill.
  • Constructor Details

    • GradientFill

      public GradientFill()
      Instantiates a new gradient fill.
  • Method Details

    • clone

      public GradientFill clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStops

      public List<GradientStop> getStops()
      Gets the stops.
      Returns:
      the stops
    • getBottom

      public double getBottom()
      Gets the bottom.
      Returns:
      the bottom
    • setBottom

      public void setBottom(double bottom)
      Sets the bottom.
      Parameters:
      bottom - the new bottom
    • getDegree

      public double getDegree()
      Gets the degree.
      Returns:
      the degree
    • setDegree

      public void setDegree(double degree)
      Sets the degree.
      Parameters:
      degree - the new degree
    • getLeft

      public double getLeft()
      Gets the left.
      Returns:
      the left
    • setLeft

      public void setLeft(double left)
      Sets the left.
      Parameters:
      left - the new left
    • getRight

      public double getRight()
      Gets the right.
      Returns:
      the right
    • setRight

      public void setRight(double right)
      Sets the right.
      Parameters:
      right - the new right
    • getTop

      public double getTop()
      Gets the top.
      Returns:
      the top
    • setTop

      public void setTop(double top)
      Sets the top.
      Parameters:
      top - the new top
    • getType

      public GradientType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(GradientType type)
      Sets the type.
      Parameters:
      type - the new type