Class BarPlotOJ

java.lang.Object
org.math.plot.plots.Plot
org.math.plot.plots.ScatterPlot
org.openjump.core.ui.plot.ScatterPlotOJ
org.openjump.core.ui.plot.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
     

    Fields inherited from class org.math.plot.plots.Plot

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

    Constructors
    Constructor
    Description
    BarPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    plot(org.math.plot.render.AbstractDrawer draw, Color c)
     

    Methods inherited from class ScatterPlotOJ

    isSelected

    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

    Methods inherited from class Object

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

    • draw_dot

      public boolean draw_dot
  • Constructor Details

  • Method Details

    • 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)