Class SecondPiePoint

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

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

    • SecondPiePoint

      public SecondPiePoint()
      Instantiates a new second pie point.
    • SecondPiePoint

      public SecondPiePoint(int value)
      Instantiates a new second pie point.
      Parameters:
      value - the value
  • Method Details

    • clone

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

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

      public int getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(int value)
      Sets the value.
      Parameters:
      value - the new value