Class DisplayUnits

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

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

    • DisplayUnits

      public DisplayUnits()
      Instantiates a new display units.
  • Method Details

    • clone

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

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

      public BuiltInUnit getUnit()
      Gets the unit.
      Returns:
      the unit
    • setUnit

      public void setUnit(BuiltInUnit unit)
      Sets the unit.
      Parameters:
      unit - the new unit
    • getCustomUnit

      public double getCustomUnit()
      Gets the custom unit.
      Returns:
      the custom unit
    • setCustomUnit

      public void setCustomUnit(double customUnit)
      Sets the custom unit.
      Parameters:
      customUnit - the new custom unit
    • getLabel

      public DisplayUnitsLabel getLabel()
      Gets the label.
      Returns:
      the label
    • setLabel

      public void setLabel(DisplayUnitsLabel label)
      Sets the label.
      Parameters:
      label - the new label