类 ParticleGraphics

  • 所有已实现的接口:
    java.util.Iterator

    public class ParticleGraphics
    extends GraphicCollection3D
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addParticle​(int key, org.meteoinfo.chart.jogl.ParticleGraphics.Particle particle)
      Add a particle
      java.util.List<java.util.Map.Entry<java.lang.Integer,​java.util.List>> getParticleList()
      Get sorted particle list
      java.util.HashMap<java.lang.Integer,​java.util.List> getParticles()
      Get particles
      float getPointSize()
      Get point size
      void setParticles​(java.util.HashMap<java.lang.Integer,​java.util.List> value)
      Set particles
      void setPointSize​(float value)
      Set point size
      • 从类继承的方法 org.meteoinfo.geometry.graphic.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.geometry.graphic.Graphic

        addLegend, addShape, exportToXML, getResizeAbility, getShape, importFromXML, loadLegend, loadShape, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.Iterator

        forEachRemaining, remove
    • 构造器详细资料

      • ParticleGraphics

        public ParticleGraphics()
        Constructor
    • 方法详细资料

      • 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