Package experimenting

Class BoxPlot

java.lang.Object
experimenting.BoxPlot

public class BoxPlot
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.util.HashMap<java.lang.Integer,​java.util.ArrayList<java.lang.Double>> m_dataCategories  
  • Constructor Summary

    Constructors 
    Constructor Description
    BoxPlot()  
  • Method Summary

    Modifier and Type Method Description
    void addData​(double a_value, int a_id, int a_color)  
    void clearData()  
    void doPlot​(ImGuiWrapper a_imgui)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • m_dataCategories

      java.util.HashMap<java.lang.Integer,​java.util.ArrayList<java.lang.Double>> m_dataCategories
  • Constructor Details

  • Method Details