Class Scaling

java.lang.Object
com.independentsoft.office.charts.Scaling

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

    • Scaling

      public Scaling()
      Instantiates a new scaling.
  • Method Details

    • clone

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

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

      public Orientation getOrientation()
      Gets the orientation.
      Returns:
      the orientation
    • setOrientation

      public void setOrientation(Orientation orientation)
      Sets the orientation.
      Parameters:
      orientation - the new orientation
    • getMinimum

      public double getMinimum()
      Gets the minimum.
      Returns:
      the minimum
    • setMinimum

      public void setMinimum(double minimum)
      Sets the minimum.
      Parameters:
      minimum - the new minimum
    • getMaximum

      public double getMaximum()
      Gets the maximum.
      Returns:
      the maximum
    • setMaximum

      public void setMaximum(double maximum)
      Sets the maximum.
      Parameters:
      maximum - the new maximum
    • getLogarithmicBase

      public int getLogarithmicBase()
      Gets the logarithmic base.
      Returns:
      the logarithmic base
    • setLogarithmicBase

      public void setLogarithmicBase(int logarithmicBase)
      Sets the logarithmic base.
      Parameters:
      logarithmicBase - the new logarithmic base