Class ErrorBarImpl

java.lang.Object
io.keikai.model.impl.chart.ErrorBarImpl
All Implemented Interfaces:
SErrorBar, Serializable

public class ErrorBarImpl extends Object implements SErrorBar, Serializable
Default implementation of SErrorBar.
Since:
7.0.0
See Also:
  • Constructor Details

  • Method Details

    • getDirection

      public SErrorBar.Direction getDirection()
      Description copied from interface: SErrorBar
      Returns the direction (X or Y) of this error bar.
      Specified by:
      getDirection in interface SErrorBar
    • getBarType

      public SErrorBar.BarType getBarType()
      Description copied from interface: SErrorBar
      Returns the bar type (PLUS, MINUS, or BOTH).
      Specified by:
      getBarType in interface SErrorBar
    • getValueType

      public SErrorBar.ValueType getValueType()
      Description copied from interface: SErrorBar
      Returns how the error value is calculated.
      Specified by:
      getValueType in interface SErrorBar
    • getFixedValue

      public double getFixedValue()
      Description copied from interface: SErrorBar
      Returns the fixed value used when SErrorBar.getValueType() is FIXED or PERCENTAGE.
      Specified by:
      getFixedValue in interface SErrorBar
    • setFixedValue

      public void setFixedValue(double value)
      Description copied from interface: SErrorBar
      Sets the fixed value used when the value type is FIXED or PERCENTAGE.
      Specified by:
      setFixedValue in interface SErrorBar
    • getCustomPlusRef

      public String getCustomPlusRef()
      Description copied from interface: SErrorBar
      Returns the formula reference for custom plus error values, or null if not using custom values.
      Specified by:
      getCustomPlusRef in interface SErrorBar
    • setCustomPlusRef

      public void setCustomPlusRef(String customPlusRef)
      Sets the formula reference for custom plus error values.
    • getCustomMinusRef

      public String getCustomMinusRef()
      Description copied from interface: SErrorBar
      Returns the formula reference for custom minus error values, or null if not using custom values.
      Specified by:
      getCustomMinusRef in interface SErrorBar
    • setCustomMinusRef

      public void setCustomMinusRef(String customMinusRef)
      Sets the formula reference for custom minus error values.