类 Point2DGraphicCollection
- java.lang.Object
-
- org.meteoinfo.geometry.graphic.Artist
-
- org.meteoinfo.geometry.graphic.Graphic
-
- org.meteoinfo.geometry.graphic.GraphicCollection
-
- org.meteoinfo.geometry.graphic.Point2DGraphicCollection
-
- 所有已实现的接口:
Iterator
public class Point2DGraphicCollection extends GraphicCollection
-
-
字段概要
-
从类继承的字段 org.meteoinfo.geometry.graphic.GraphicCollection
avoidCollision, extent, graphics, index, labelPoints, labelSet, legendBreak, legendScheme, singleLegend
-
-
构造器概要
构造器 构造器 说明 Point2DGraphicCollection()ConstructorPoint2DGraphicCollection(List<Point2DGraphic> graphics)ConstructorPoint2DGraphicCollection(Array xData, Array yData, List<ColorBreak> cbs)ConstructorPoint2DGraphicCollection(Array xData, Array yData, PointBreak pointBreak)ConstructorPoint2DGraphicCollection(Array xData, Array yData, Array cData, LegendScheme ls)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ArraygetColorData()Get color dataArraygetXData()Get x dataArraygetYData()Get y databooleanhasColorData()Return has color data array or notvoidsetData(Array xData, Array yData)Set x and y datavoidsetXData(Array xData)Set x datavoidsetYData(Array yData)Set y dataprotected voidupdateGraphics()protected voidupdateGraphics(List<ColorBreak> cbs)protected voidupdateGraphics(LegendScheme ls)protected voidupdateGraphics(PointBreak pointBreak)protected voidupdateShape()-
从类继承的方法 org.meteoinfo.geometry.graphic.GraphicCollection
add, add, addAll, addLabel, addLabels, addLabelsByColor, addLabelsContourDynamic, clear, clip, contains, get, getArrowZoom, getExtent, getGraphicN, getGraphics, getLabel, getLabelPoints, getLabelSet, getLegend, getLegendBreak, getLegends, getLegendScheme, getNumGraphics, getShape, getShape, getShapes, getShapeType, hasNext, indexOf, is3D, isAvoidCollision, isCollection, isEmpty, isSingleLegend, join, moveLabel, moveLabel, next, remove, remove, removeAll, removeLabels, selectGraphics, setAvoidCollision, setExtent, setGraphicN, setGraphics, setLabelPoints, setLabelSet, setLegendBreak, setLegendScheme, setSingleLegend, size, updateExtent, xShift, xShiftCopy
-
从类继承的方法 org.meteoinfo.geometry.graphic.Graphic
addLegend, addShape, doTransform, exportToXML, getClipGraphic, getClipPath, getHandle, getResizeAbility, getTransform, importFromXML, isClip, loadLegend, loadShape, setClipGraphic, setClipPath, setClipPath, setHandle, setLegend, setShape, setTransform, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
-
从类继承的方法 org.meteoinfo.geometry.graphic.Artist
isAntiAlias, isVisible, setAntiAlias, setVisible
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.util.Iterator
forEachRemaining, remove
-
-
-
-
构造器详细资料
-
Point2DGraphicCollection
public Point2DGraphicCollection()
Constructor
-
Point2DGraphicCollection
public Point2DGraphicCollection(List<Point2DGraphic> graphics)
Constructor- 参数:
graphics- Graphics
-
Point2DGraphicCollection
public Point2DGraphicCollection(Array xData, Array yData, PointBreak pointBreak)
Constructor- 参数:
xData- X datayData- Y datapointBreak- Point break
-
Point2DGraphicCollection
public Point2DGraphicCollection(Array xData, Array yData, List<ColorBreak> cbs)
Constructor- 参数:
xData- X datayData- Y datapointBreak- Point break
-
Point2DGraphicCollection
public Point2DGraphicCollection(Array xData, Array yData, Array cData, LegendScheme ls)
Constructor- 参数:
xData- X datayData- Y datacData- Color datals- Legend scheme
-
-
方法详细资料
-
hasColorData
public boolean hasColorData()
Return has color data array or not- 返回:
- Has color data array of not
-
getXData
public Array getXData()
Get x data- 返回:
- X data
-
setXData
public void setXData(Array xData)
Set x data- 参数:
xData- X data
-
getYData
public Array getYData()
Get y data- 返回:
- Y data
-
setYData
public void setYData(Array yData)
Set y data- 参数:
yData- Y data
-
getColorData
public Array getColorData()
Get color data- 返回:
- Color data
-
updateShape
protected void updateShape()
-
updateGraphics
protected void updateGraphics()
-
updateGraphics
protected void updateGraphics(PointBreak pointBreak)
-
updateGraphics
protected void updateGraphics(List<ColorBreak> cbs)
-
updateGraphics
protected void updateGraphics(LegendScheme ls)
-
-