org.openjump.core.ui.plot
Class BarPlotOJ

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


Field Summary
 boolean draw_dot
           
 
Fields inherited from class org.math.plot.plots.Plot
color, layers, name, note_precision, noted, visible
 
Constructor Summary
BarPlotOJ(java.lang.String n, java.awt.Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void plot(org.math.plot.render.AbstractDrawer draw, java.awt.Color c)
           
 
Methods inherited from class org.openjump.core.ui.plot.ScatterPlotOJ
isSelected
 
Methods inherited from class org.math.plot.plots.ScatterPlot
getData, setData, setDotPattern, setDotPattern
 
Methods inherited from class org.math.plot.plots.Plot
addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, edit, editnote, getColor, getName, getVisible, note, plot, plotLayerPlots, setColor, setName, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

draw_dot

public boolean draw_dot
Constructor Detail

BarPlotOJ

public BarPlotOJ(java.lang.String n,
                 java.awt.Color c,
                 double[][] _XY,
                 int[] featureID,
                 PlugInContext context,
                 Layer layer)
Method Detail

plot

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

main

public static void main(java.lang.String[] args)