类的使用
org.meteoinfo.legend.BarBreak
-
使用BarBreak的程序包 程序包 说明 org.meteoinfo.chart.plot -
-
org.meteoinfo.chart.plot中BarBreak的使用
类型变量类型为BarBreak的org.meteoinfo.chart.plot中的方法参数 修饰符和类型 方法 说明 static GraphicCollectionGraphicFactory. createBars(Array xdata, Array ydata, boolean autoWidth, Array widths, boolean drawError, Array error, boolean drawBottom, Array bottom, java.util.List<BarBreak> bbs)Create bar graphicsstatic GraphicCollectionGraphicFactory. createBars1(Array xdata, Array ydata, boolean autoWidth, Array widths, boolean drawError, Array error, boolean drawBottom, Array bottom, java.util.List<BarBreak> bbs)Create bar graphicsstatic GraphicCollectionGraphicFactory. createBars3D(Array xdata, Array ydata, Array zdata, boolean autoWidth, Array widths, Array bottom, java.util.List<BarBreak> bbs)Create 3D bar graphicsstatic GraphicCollectionGraphicFactory. createCylinderBars3D(Array xdata, Array ydata, Array zdata, boolean autoWidth, Array widths, Array bottom, java.util.List<BarBreak> bbs)Create 3D cylinder bar graphicsstatic GraphicCollectionGraphicFactory. createHBars(Array ydata, Array xdata, boolean autoHeight, Array heights, boolean drawError, Array error, boolean drawLeft, Array left, java.util.List<BarBreak> bbs)Create horizontal bar graphicsstatic GraphicCollectionGraphicFactory. createHistBars(Array data, int bins, java.util.List<BarBreak> bbs)Create histogram bar graphicsstatic GraphicCollectionGraphicFactory. createHistBars(Array data, Array bins, java.util.List<BarBreak> bbs)Create histogram bar graphicsstatic GraphicCollectionGraphicFactory. createHistBars(Array data, Array xdata, Array ydata, java.util.List<BarBreak> bbs)Create histogram bar graphics
-