Uses of Class
org.meteoinfo.legend.ColorBreak
-
Packages that use ColorBreak Package Description org.meteoinfo.chart.plot org.meteoinfo.legend org.meteoinfo.map org.meteoinfo.shape -
-
Uses of ColorBreak in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return ColorBreak Modifier and Type Method Description ColorBreakSeriesLegend. getLegendBreak()Get a legend breakColorBreakSeriesLegend. getLegendBreak(int idx)Get a legend breakColorBreakXY1DPlot. getLegendBreak(int seriesIdx)Get legend breakMethods in org.meteoinfo.chart.plot with parameters of type ColorBreak Modifier and Type Method Description voidSeriesLegend. addLegendBreak(ColorBreak cb)Add a legend breakstatic GraphicCollectionGraphicFactory. createBox(java.util.List<ucar.ma2.Array> xdata, java.util.List<java.lang.Number> positions, java.util.List<java.lang.Number> widths, boolean showcaps, boolean showfliers, boolean showmeans, PolygonBreak boxBreak, PolylineBreak medianBreak, PolylineBreak whiskerBreak, PolylineBreak capBreak, ColorBreak meanBreak, PointBreak flierBreak)Create box graphicsstatic GraphicCollectionGraphicFactory. createErrorLineString_bak(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array xError, ucar.ma2.Array yError, ColorBreak cb)Create error LineString graphicstatic GraphicCollectionGraphicFactory. createErrorLineString_bak1(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array xErrorLeft, ucar.ma2.Array xErrorRight, ucar.ma2.Array yErrorBottom, ucar.ma2.Array yErrorUp, ColorBreak cb, ColorBreak ecb, java.lang.Double capSize)Create error LineString graphicstatic GraphicCollectionGraphicFactory. createGraphics(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ColorBreak cb)Create graphicsstatic GraphicCollectionGraphicFactory. createLineString(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ColorBreak cb)Create LineString graphicstatic GraphicCollectionGraphicFactory. createLineString(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ColorBreak cb, boolean iscurve)Create LineString graphicstatic GraphicCollectionGraphicFactory. createLineString3D(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array zdata, ColorBreak cb)Create 3D LineString graphicstatic GraphicCollectionGraphicFactory. createPoints3D(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array zdata, ColorBreak cb)Create graphicsstatic GraphicCollectionGraphicFactory. createStepLineString(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ColorBreak cb, java.lang.String where)Create step LineString graphicvoidSeriesLegend. setLegendBreak(int idx, ColorBreak cb)Set legend breakvoidSeriesLegend. setLegendBreak(ColorBreak cb)Set legend breakvoidXY1DPlot. setLegendBreak(int seriesIdx, ColorBreak cb)Set legend breakMethod parameters in org.meteoinfo.chart.plot with type arguments of type ColorBreak Modifier and Type Method Description static GraphicCollectionGraphicFactory. createLineString(XYListDataset data, java.util.List<ColorBreak> cbs)Create LineString graphicstatic GraphicCollectionGraphicFactory. createLineString(ucar.ma2.Array xdata, ucar.ma2.Array ydata, java.util.List<ColorBreak> cbs, boolean iscurve)Create LineString graphicstatic GraphicCollectionGraphicFactory. createLineString3D(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array zdata, java.util.List<ColorBreak> cbs)Create 3D LineString graphicstatic GraphicCollectionGraphicFactory. createPoints(ucar.ma2.Array xdata, ucar.ma2.Array ydata, java.util.List<ColorBreak> cbs)Create graphicsstatic GraphicCollectionGraphicFactory. createPoints3D(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array zdata, java.util.List<ColorBreak> cbs)Create graphicsstatic GraphicCollection[]GraphicFactory. createStems3D(ucar.ma2.Array xdata, ucar.ma2.Array ydata, ucar.ma2.Array zdata, java.util.List<ColorBreak> cbs, PolylineBreak plb, double bottom, boolean sameStemColor)Create 3D stem graphicsConstructors in org.meteoinfo.chart.plot with parameters of type ColorBreak Constructor Description SeriesLegend(ColorBreak cb)Constructor -
Uses of ColorBreak in org.meteoinfo.legend
Subclasses of ColorBreak in org.meteoinfo.legend Modifier and Type Class Description classBarBreakclassChartBreakChart break classclassColorBreakCollectionclassLabelBreakLabel break classclassPointBreakclassPolygonBreakPolygon break classclassPolylineBreakPolyline break classclassVectorBreakVector break classMethods in org.meteoinfo.legend that return ColorBreak Modifier and Type Method Description ColorBreakLegendScheme. findLegendBreak(double v)Find legend break by valueColorBreakColorBreakCollection. get(int idx)Get a color break by indexColorBreakLegendNode. getLegendBreak()Get legend breakColorBreakLegendScheme. getLegendBreak(int i)Get legend break by indexMethods in org.meteoinfo.legend that return types with arguments of type ColorBreak Modifier and Type Method Description java.util.List<ColorBreak>LegendScheme. findBreaks(java.util.List<java.lang.Double> values)Find breaksjava.util.List<ColorBreak>LegendScheme. getLegendBreaks()Get legend breaksMethods in org.meteoinfo.legend with parameters of type ColorBreak Modifier and Type Method Description voidColorBreakCollection. add(int idx, ColorBreak cb)Add a color breakvoidColorBreakCollection. add(ColorBreak cb)Add a color breakvoidLegendScheme. addLegendBreak(ColorBreak lb)Add a legend breakvoidFrmColorSymbolSet. setColorBreak(ColorBreak cb)voidLegendNode. setLegendBreak(ColorBreak aCB)Set legend breakMethod parameters in org.meteoinfo.legend with type arguments of type ColorBreak Modifier and Type Method Description voidLegendScheme. addLegendBreak(java.util.List<ColorBreak> lb)Add a legend breaksvoidLegendScheme. setLegendBreaks(java.util.List<ColorBreak> breaks)Set legend breaksConstructor parameters in org.meteoinfo.legend with type arguments of type ColorBreak Constructor Description ColorBreakCollection(java.util.List<ColorBreak> cbs)ConstructorLegendScheme(java.util.List<ColorBreak> lbs)Constructor -
Uses of ColorBreak in org.meteoinfo.map
Methods in org.meteoinfo.map with parameters of type ColorBreak Modifier and Type Method Description voidMapView. resizeShapeOnScreen(Shape aShape, ColorBreak legend, java.awt.Rectangle newRect)Resize shape on screen -
Uses of ColorBreak in org.meteoinfo.shape
Methods in org.meteoinfo.shape that return ColorBreak Modifier and Type Method Description ColorBreakGraphic. getLegend()Get legendColorBreakGraphicCollection. getLegend()Get legendColorBreakGraphicCollection. getLegendBreak()Get legend breakprotected ColorBreakGraphic. loadLegend(org.w3c.dom.Node legendNode, ShapeTypes shapeType)Methods in org.meteoinfo.shape with parameters of type ColorBreak Modifier and Type Method Description protected voidGraphic. addLegend(org.w3c.dom.Document doc, org.w3c.dom.Element parent, ColorBreak aLegend, ShapeTypes shapeType)Add legend to XML documentvoidGraphic. setLegend(ColorBreak legend)voidGraphicCollection. setLegendBreak(ColorBreak value)Set legend breakConstructors in org.meteoinfo.shape with parameters of type ColorBreak Constructor Description Graphic(Shape shape, ColorBreak legend)Constructor
-