类 ParticleGraphics
- java.lang.Object
-
- org.meteoinfo.shape.Graphic
-
- org.meteoinfo.shape.GraphicCollection
-
- org.meteoinfo.chart.plot3d.GraphicCollection3D
-
- org.meteoinfo.chart.jogl.ParticleGraphics
-
- 所有已实现的接口:
java.util.Iterator
public class ParticleGraphics extends GraphicCollection3D
-
-
字段概要
-
从类继承的字段 org.meteoinfo.chart.plot3d.GraphicCollection3D
allConvexPolygon, allQuads, allTriangle
-
从类继承的字段 org.meteoinfo.shape.GraphicCollection
legendBreak, legendScheme, singleLegend
-
-
构造器概要
构造器 构造器 说明 ParticleGraphics()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddParticle(int key, org.meteoinfo.chart.jogl.ParticleGraphics.Particle particle)Add a particlejava.util.List<java.util.Map.Entry<java.lang.Integer,java.util.List>>getParticleList()Get sorted particle listjava.util.HashMap<java.lang.Integer,java.util.List>getParticles()Get particlesfloatgetPointSize()Get point sizevoidsetParticles(java.util.HashMap<java.lang.Integer,java.util.List> value)Set particlesvoidsetPointSize(float value)Set point size-
从类继承的方法 org.meteoinfo.chart.plot3d.GraphicCollection3D
getSEPoint, getZDir, getZValue, is3D, isAllConvexPolygon, isAllQuads, isAllTriangle, isFixZ, setAllConvexPolygon, setAllQuads, setAllTriangle, setFixZ, setSEPoint, setZDir, setZValue
-
从类继承的方法 org.meteoinfo.shape.GraphicCollection
add, add, addAll, addLabel, addLabels, addLabelsContourDynamic, clear, clip, contains, get, getArrowZoom, getExtent, getGraphicN, getGraphics, getLabelPoints, getLabelSet, getLegend, getLegendBreak, getLegendScheme, getNumGraphics, getShapes, getShapeType, hasNext, indexOf, isCollection, isEmpty, isSingleLegend, join, next, remove, remove, removeAll, selectGraphics, setExtent, setGraphics, setLabelPoints, setLabelSet, setLegendBreak, setLegendScheme, setSingleLegend, size, updateExtent
-
从类继承的方法 org.meteoinfo.shape.Graphic
addLegend, addShape, exportToXML, getResizeAbility, getShape, importFromXML, loadLegend, loadShape, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
-
-
-
-
方法详细资料
-
getPointSize
public float getPointSize()
Get point size- 返回:
- Size Single point size
-
setPointSize
public void setPointSize(float value)
Set point size- 参数:
value- Single point size
-
getParticles
public java.util.HashMap<java.lang.Integer,java.util.List> getParticles()
Get particles- 返回:
- Particles
-
setParticles
public void setParticles(java.util.HashMap<java.lang.Integer,java.util.List> value)
Set particles- 参数:
value- Particles
-
addParticle
public void addParticle(int key, org.meteoinfo.chart.jogl.ParticleGraphics.Particle particle)Add a particle- 参数:
particle- The particle
-
getParticleList
public java.util.List<java.util.Map.Entry<java.lang.Integer,java.util.List>> getParticleList()
Get sorted particle list- 返回:
- Particle list
-
-