Class BoxAndWhiskerVisualSet.BoxAndWhiskerVisualElement

java.lang.Object
VisualSet<T>.com.amalgamasimulation.charts.visualsets.VisualSet.VisualElement
com.amalgamasimulation.charts.visualsets.BoxAndWhiskerVisualSet.BoxAndWhiskerVisualElement
All Implemented Interfaces:
IAbstractChartVisualElement<T>
Enclosing class:
BoxAndWhiskerVisualSet<T>

public class BoxAndWhiskerVisualSet.BoxAndWhiskerVisualElement extends VisualSet<T>.VisualElement
  • Constructor Details

    • BoxAndWhiskerVisualElement

      public BoxAndWhiskerVisualElement(T contents)
  • Method Details

    • getVisualSet

      public BoxAndWhiskerVisualSet<T> getVisualSet()
      Description copied from interface: IAbstractChartVisualElement
      Returns the current VisualSet containing this VisualElement.
      Returns:
      the current VisualSet containing this VisualElement
    • getBackgroundColor

      public Color getBackgroundColor()
    • getElementName

      public String getElementName()
    • getMeanValue

      public double getMeanValue()
    • getBoxInterval

      public Interval getBoxInterval()
    • getWhiskerInterval

      public Interval getWhiskerInterval()