Class BarPlotOJ

  • All Implemented Interfaces:
    org.math.plot.plotObjects.Editable, org.math.plot.plotObjects.Noteable, org.math.plot.plotObjects.Plotable

    public class BarPlotOJ
    extends ScatterPlotOJ
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.math.plot.plots.Plot

        org.math.plot.plots.Plot.DefaultDataPanel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean draw_dot  
      • Fields inherited from class org.math.plot.plots.Plot

        color, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(String[] args)  
      void plot​(org.math.plot.render.AbstractDrawer draw, Color c)  
      • Methods inherited from class org.math.plot.plots.ScatterPlot

        getBounds, getData, noteCoord, setData, setDotPattern, setDotPattern, setTags
      • Methods inherited from class org.math.plot.plots.Plot

        addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, clearLayers, edit, editnote, getBounds, getColor, getDataPanel, getName, getVisible, note, plot, plotLayerPlots, setColor, setName, setVisible
    • Field Detail

      • draw_dot

        public boolean draw_dot
    • Method Detail

      • plot

        public void plot​(org.math.plot.render.AbstractDrawer draw,
                         Color c)
        Overrides:
        plot in class org.math.plot.plots.ScatterPlot
      • main

        public static void main​(String[] args)