Class OpenGL3DParallelCoordinates.Instance<O extends NumberVector>

  • Type Parameters:
    O - Object type
    All Implemented Interfaces:
    java.util.EventListener, javax.media.opengl.GLEventListener
    Enclosing class:
    OpenGL3DParallelCoordinates<O extends NumberVector>

    public static class OpenGL3DParallelCoordinates.Instance<O extends NumberVector>
    extends java.lang.Object
    implements javax.media.opengl.GLEventListener
    Visualizer instance.
    Author:
    Erich Schubert
    • Method Detail

      • initLabels

        void initLabels()
      • relayout

        protected void relayout​(java.lang.String parname)
      • startLayoutThread

        private void startLayoutThread()
      • run

        public void run()
      • stop

        public void stop()
      • init

        public void init​(javax.media.opengl.GLAutoDrawable drawable)
        Specified by:
        init in interface javax.media.opengl.GLEventListener
      • reshape

        public void reshape​(javax.media.opengl.GLAutoDrawable drawable,
                            int x,
                            int y,
                            int width,
                            int height)
        Specified by:
        reshape in interface javax.media.opengl.GLEventListener
      • display

        public void display​(javax.media.opengl.GLAutoDrawable drawable)
        Specified by:
        display in interface javax.media.opengl.GLEventListener
      • setLayout

        protected void setLayout​(Layout newlayout)
        Callback from layouting thread.
        Parameters:
        newlayout - New layout.
      • dispose

        public void dispose​(javax.media.opengl.GLAutoDrawable drawable)
        Specified by:
        dispose in interface javax.media.opengl.GLEventListener