Documentation of 'org.jzy3d.plot3d.primitives.selectable.SelectableScatter' Java class
SelectableScatter
org.jzy3d.plot3d.primitives.selectable

Class SelectableScatter

    • Constructor Detail

      • SelectableScatter

        public SelectableScatter(Coord3d[] coordinates,
                                 Color[] colors)
    • Method Detail

      • 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
        Overrides:
        draw in class Scatter
        Parameters:
        gl - GL2 context
        glu - GLU context
        cam - a reference to a shooting Camera.
      • project

        public void project(com.jogamp.opengl.GL gl,
                            com.jogamp.opengl.glu.GLU glu,
                            Camera cam)
        Specified by:
        project in interface Selectable
      • getProjection

        public Coord3d[] getProjection()
      • getHighlightColor

        public Color getHighlightColor()
      • setHighlightColor

        public void setHighlightColor(Color highlightColor)
      • setHighlighted

        public void setHighlighted(int id,
                                   boolean value)
      • getHighlighted

        public boolean getHighlighted(int id)
      • resetHighlighting

        public void resetHighlighting()
      • setData

        public void setData(Coord3d[] coordinates)
        Set the coordinates of the point.
        Overrides:
        setData in class Scatter
        Parameters:
        xyz - point's coordinates

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.