Uses of Class
org.meteoinfo.legend.BarBreak
-
Packages that use BarBreak Package Description org.meteoinfo.chart.plot -
-
Uses of BarBreak in org.meteoinfo.chart.plot
Method parameters in org.meteoinfo.chart.plot with type arguments of type BarBreak Modifier and Type Method Description static GraphicCollectionGraphicFactory. createBars(ucar.ma2.Array xdata, ucar.ma2.Array ydata, boolean autoWidth, ucar.ma2.Array widths, boolean drawError, ucar.ma2.Array error, boolean drawBottom, ucar.ma2.Array bottom, java.util.List<BarBreak> bbs)Create bar graphicsstatic GraphicCollectionGraphicFactory. createBars_bak(ucar.ma2.Array xdata, ucar.ma2.Array ydata, boolean autoWidth, double width, boolean drawError, ucar.ma2.Array error, boolean drawBottom, ucar.ma2.Array bottom, java.util.List<BarBreak> bbs)Create bar graphicsstatic GraphicCollectionGraphicFactory. createBars1(ucar.ma2.Array xdata, ucar.ma2.Array ydata, boolean autoWidth, ucar.ma2.Array widths, boolean drawError, ucar.ma2.Array error, boolean drawBottom, ucar.ma2.Array bottom, java.util.List<BarBreak> bbs)Create bar graphicsstatic GraphicCollectionGraphicFactory. createHBars(ucar.ma2.Array ydata, ucar.ma2.Array xdata, boolean autoHeight, ucar.ma2.Array heights, boolean drawError, ucar.ma2.Array error, boolean drawLeft, ucar.ma2.Array left, java.util.List<BarBreak> bbs)Create horizontal bar graphicsstatic GraphicCollectionGraphicFactory. createHistBars(ucar.ma2.Array data, int bins, java.util.List<BarBreak> bbs)Create histogram bar graphicsstatic GraphicCollectionGraphicFactory. createHistBars(ucar.ma2.Array data, ucar.ma2.Array bins, java.util.List<BarBreak> bbs)Create histogram bar graphicsstatic GraphicCollectionGraphicFactory. createHistBars(ucar.ma2.Array data, ucar.ma2.Array xdata, ucar.ma2.Array ydata, java.util.List<BarBreak> bbs)Create histogram bar graphics
-