| 程序包 | 说明 |
|---|---|
| org.meteoinfo.chart.plot | |
| org.meteoinfo.drawing | |
| org.meteoinfo.layout | |
| org.meteoinfo.legend | |
| org.meteoinfo.map |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Graphic |
MapPlot.addCircle(float x,
float y,
float radius,
PolygonBreak pgb) |
Add a circle
|
Graphic |
MapPlot.addPolygon(List<Number> lat,
List<Number> lon,
PolygonBreak pgb) |
Add polygon
|
static GraphicCollection |
GraphicFactory.createBox(List<Array> xdata,
List<Number> positions,
List<Number> widths,
boolean showcaps,
boolean showfliers,
boolean showmeans,
boolean showmedians,
PolygonBreak boxBreak,
ColorBreak medianBreak,
PolylineBreak whiskerBreak,
PolylineBreak capBreak,
ColorBreak meanBreak,
PointBreak flierBreak) |
Create box graphics
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygons(Array xdata,
Array y1data,
Array y2data,
Array where,
PolygonBreak pb) |
Create fill between polygons
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygons(Array xdata,
Array y1data,
Array y2data,
Array where,
PolygonBreak pb,
double offset,
String zdir) |
Create fill between polygons
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygons(Array xdata,
Array ydata,
Array y1data,
Array y2data,
Array where,
PolygonBreak pb,
double offset,
String zdir) |
Create fill between polygons
|
static GraphicCollection |
GraphicFactory.createFillBetweenPolygonsX(Array ydata,
Array x1data,
Array x2data,
Array where,
PolygonBreak pb) |
Create fill between polygons - X direction
|
static GraphicCollection |
GraphicFactory.createPolygons(Array xa,
Array ya,
PolygonBreak pgb) |
Add polygons
|
static Graphic |
GraphicFactory.createRectangle(List<Number> pos,
List<Number> curvature,
PolygonBreak pgb) |
Create rectangle graphic
|
void |
MapPlot.setBoundaryProp(PolygonBreak pb) |
Set boundary property
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
Draw.drawBar(PointF aPoint,
float width,
float height,
PolygonBreak aPGB,
Graphics2D g,
boolean isView3D,
int thickness) |
Draw bar chart symbol
|
static void |
Draw.drawBar(PointF aPoint,
int width,
int height,
PolygonBreak aPGB,
Graphics2D g,
boolean isView3D,
int thickness) |
Draw bar chart symbol
|
static void |
Draw.drawCircle(PointF[] points,
PolygonBreak aPGB,
Graphics2D g) |
Draw circle
|
static void |
Draw.drawCurvePolygon(PointF[] points,
PolygonBreak aPGB,
Graphics2D g) |
Draw curve polygon
|
static void |
Draw.drawEllipse(PointF[] points,
float angle,
PolygonBreak aPGB,
Graphics2D g) |
Draw ellipse
|
static void |
Draw.drawEllipse(PointF[] points,
PolygonBreak aPGB,
Graphics2D g) |
Draw ellipse
|
static void |
Draw.drawPie(PointF aPoint,
float width,
float height,
float startAngle,
float sweepAngle,
PolygonBreak aPGB,
float wedgeWidth,
Graphics2D g) |
Draw pie
|
static void |
Draw.drawPie(PointF aPoint,
float width,
float height,
float startAngle,
float sweepAngle,
PolygonBreak aPGB,
Graphics2D g) |
Draw pie
|
static void |
Draw.drawPolygon(PointD[] points,
PolygonBreak aPGB,
Graphics2D g) |
Draw polygon
|
static void |
Draw.drawPolygon(PointF[] points,
PolygonBreak aPGB,
Graphics2D g) |
Draw polygon
|
static void |
Draw.drawPolygon(Polygon aPG,
PolygonBreak aPGB,
Graphics2D g) |
Draw polygon with screen coordinate
|
static void |
Draw.drawPolygonShape(PolygonShape pgs,
PolygonBreak pgb,
Graphics2D g) |
Draw polygon shape with screen coordinates
|
static void |
Draw.drawPolygonSymbol(double x,
double y,
double width,
double height,
PolygonBreak aPGB,
Graphics2D g) |
Draw polygon symbol
|
static void |
Draw.drawPolygonSymbol(PointF aP,
float width,
float height,
PolygonBreak aPGB,
Graphics2D g) |
Draw polygon symbol
|
static void |
Draw.drawRectangle(PointF aPoint,
float width,
float height,
PolygonBreak aPGB,
Graphics2D g) |
Draw rectangle
|
static void |
Draw.fillPolygon(PointD[] points,
Graphics2D g,
PolygonBreak aPGB) |
Fill polygon
|
static void |
Draw.fillPolygon(PointF[] points,
Graphics2D g,
PolygonBreak aPGB) |
Fill polygon
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
PolygonBreak |
MapLayout.getDefPolygonBreak() |
Get default polygon break
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
MapLayout.setDefPolygonBreak(PolygonBreak pb) |
Set default polygon break
|
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ArrowPolygonBreak |
|
class |
BarBreak |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
FrmPolygonSymbolSet.setPolygonBreak(PolygonBreak pgb) |
Set polygon break
|
| 构造器 | 说明 |
|---|---|
ArrowPolygonBreak(PolygonBreak pb) |
Constructor with a PolylgonBreak
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
PolygonBreak |
MapView.getDefPolygonBreak() |
Get default polygon break
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
MapView.setDefPolygonBreak(PolygonBreak pb) |
Set default polygon break
|
Copyright © 2019. All rights reserved.