| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart.plot | |
| org.meteoinfo.legend | |
| org.meteoinfo.map | |
| org.meteoinfo.shape |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ColorBreak |
SeriesLegend.getLegendBreak() |
Get a legend break
|
ColorBreak |
SeriesLegend.getLegendBreak(int idx) |
Get a legend break
|
ColorBreak |
XY1DPlot.getLegendBreak(int seriesIdx) |
Get legend break
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
SeriesLegend.addLegendBreak(ColorBreak cb) |
Add a legend break
|
static GraphicCollection |
GraphicFactory.createBox(List<ucar.ma2.Array> xdata,
List<Number> positions,
List<Number> widths,
boolean showcaps,
boolean showfliers,
boolean showmeans,
PolygonBreak boxBreak,
PolylineBreak medianBreak,
PolylineBreak whiskerBreak,
PolylineBreak capBreak,
ColorBreak meanBreak,
PointBreak flierBreak) |
Create box graphics
|
static GraphicCollection |
GraphicFactory.createErrorLineString_bak(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ucar.ma2.Array xError,
ucar.ma2.Array yError,
ColorBreak cb) |
Create error LineString graphic
|
static GraphicCollection |
GraphicFactory.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,
Double capSize) |
Create error LineString graphic
|
static GraphicCollection |
GraphicFactory.createGraphics(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ColorBreak cb) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createLineString(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ColorBreak cb) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ColorBreak cb,
boolean iscurve) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString3D(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ucar.ma2.Array zdata,
ColorBreak cb) |
Create 3D LineString graphic
|
static GraphicCollection |
GraphicFactory.createPoints3D(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ucar.ma2.Array zdata,
ColorBreak cb) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createStepLineString(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ColorBreak cb,
String where) |
Create step LineString graphic
|
void |
SeriesLegend.setLegendBreak(int idx,
ColorBreak cb) |
Set legend break
|
void |
SeriesLegend.setLegendBreak(ColorBreak cb) |
Set legend break
|
void |
XY1DPlot.setLegendBreak(int seriesIdx,
ColorBreak cb) |
Set legend break
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static GraphicCollection |
GraphicFactory.createLineString(XYListDataset data,
List<ColorBreak> cbs) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
List<ColorBreak> cbs,
boolean iscurve) |
Create LineString graphic
|
static GraphicCollection |
GraphicFactory.createLineString3D(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ucar.ma2.Array zdata,
List<ColorBreak> cbs) |
Create 3D LineString graphic
|
static GraphicCollection |
GraphicFactory.createPoints(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
List<ColorBreak> cbs) |
Create graphics
|
static GraphicCollection |
GraphicFactory.createPoints3D(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ucar.ma2.Array zdata,
List<ColorBreak> cbs) |
Create graphics
|
static GraphicCollection[] |
GraphicFactory.createStems3D(ucar.ma2.Array xdata,
ucar.ma2.Array ydata,
ucar.ma2.Array zdata,
List<ColorBreak> cbs,
PolylineBreak plb,
double bottom,
boolean sameStemColor) |
Create 3D stem graphics
|
| 构造器 | 说明 |
|---|---|
SeriesLegend(ColorBreak cb) |
Constructor
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ArrowBreak |
|
class |
ArrowLineBreak |
|
class |
ArrowPolygonBreak |
|
class |
BarBreak |
|
class |
ChartBreak |
Chart break class
|
class |
ColorBreakCollection |
|
class |
LabelBreak |
Label break class
|
class |
PointBreak |
|
class |
PolygonBreak |
Polygon break class
|
class |
PolylineBreak |
Polyline break class
|
class |
VectorBreak |
Vector break class
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ColorBreak |
LegendScheme.findLegendBreak(double v) |
Find legend break by value
|
ColorBreak |
ColorBreakCollection.get(int idx) |
Get a color break by index
|
ColorBreak |
LegendNode.getLegendBreak() |
Get legend break
|
ColorBreak |
LegendScheme.getLegendBreak(int i) |
Get legend break by index
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
List<ColorBreak> |
LegendScheme.findBreaks(List<Double> values) |
Find breaks
|
List<ColorBreak> |
LegendScheme.getLegendBreaks() |
Get legend breaks
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
ColorBreakCollection.add(int idx,
ColorBreak cb) |
Add a color break
|
void |
ColorBreakCollection.add(ColorBreak cb) |
Add a color break
|
void |
LegendScheme.addLegendBreak(ColorBreak lb) |
Add a legend break
|
void |
FrmColorSymbolSet.setColorBreak(ColorBreak cb) |
|
void |
LegendNode.setLegendBreak(ColorBreak aCB) |
Set legend break
|
void |
LegendScheme.setLegendBreak(int i,
ColorBreak value) |
Set a legendBreak
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
LegendScheme.addLegendBreak(List<ColorBreak> lb) |
Add a legend breaks
|
void |
LegendScheme.setLegendBreaks(List<ColorBreak> breaks) |
Set legend breaks
|
| 构造器 | 说明 |
|---|---|
ColorBreakCollection(List<ColorBreak> cbs) |
Constructor
|
LegendScheme(List<ColorBreak> lbs) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
MapView.resizeShapeOnScreen(Shape aShape,
ColorBreak legend,
Rectangle newRect) |
Resize shape on screen
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ColorBreak |
Graphic.getLegend() |
Get legend
|
ColorBreak |
GraphicCollection.getLegend() |
Get legend
|
ColorBreak |
GraphicCollection.getLegendBreak() |
Get legend break
|
protected ColorBreak |
Graphic.loadLegend(Node legendNode,
ShapeTypes shapeType) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
protected void |
Graphic.addLegend(Document doc,
Element parent,
ColorBreak aLegend,
ShapeTypes shapeType) |
Add legend to XML document
|
void |
Graphic.setLegend(ColorBreak legend) |
|
void |
GraphicCollection.setLegendBreak(ColorBreak value) |
Set legend break
|
| 构造器 | 说明 |
|---|---|
Graphic(Shape shape,
ColorBreak legend) |
Constructor
|
Copyright © 2019. All rights reserved.