Documentation of 'org.jzy3d.plot3d.primitives.ScatterPoint' Java class
ScatterPoint
org.jzy3d.plot3d.primitives

Class ScatterPoint

    • Field Detail

      • points

        public java.util.List<LightPoint> points
      • width

        public float width
    • Constructor Detail

      • ScatterPoint

        public ScatterPoint()
      • ScatterPoint

        public ScatterPoint(java.util.List<LightPoint> points,
                            float width)
    • Method Detail

      • clear

        public void clear()
      • draw

        public void draw(com.jogamp.opengl.GL gl,
                         com.jogamp.opengl.glu.GLU glu,
                         Camera cam)
        Description copied from class: AbstractDrawable
        Call OpenGL2 routines for rendering the object.
        Specified by:
        draw in interface IGLRenderer
        Specified by:
        draw in class AbstractDrawable
        Parameters:
        gl - GL2 context
        glu - GLU context
        cam - a reference to a shooting Camera.
      • drawGLES2

        public void drawGLES2()
      • drawGL2

        public void drawGL2(com.jogamp.opengl.GL gl)
      • setPoints

        public void setPoints(java.util.List<LightPoint> points)
      • getData

        public java.util.List<LightPoint> getData()
      • setWidth

        public void setWidth(float width)
        Set the width of the point.
        Parameters:
        width - point's width

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.