Documentation of 'org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy' Java class
AbstractOrderingStrategy
org.jzy3d.plot3d.rendering.ordering

Class AbstractOrderingStrategy

    • Constructor Detail

      • AbstractOrderingStrategy

        public AbstractOrderingStrategy()
    • Method Detail

      • score

        public abstract double score(AbstractDrawable drawable)
        Returns a score for ranking this drawable among other drawables of the scenegraph.
      • score

        public abstract double score(Coord3d coord)
      • sort

        public void sort(java.util.List<AbstractDrawable> monotypes,
                         Camera cam)
        Parameters:
        monotypes -
        cam -
        Throws:
        java.lang.IllegalArgumentException: - "Comparison method violates its general contract!" on some JVM. Fix with System.setProperty("java.util.Arrays.useLegacyMergeSort", "true");
      • setAll

        public void setAll(com.jogamp.opengl.GL gl,
                           com.jogamp.opengl.glu.GLU glu,
                           Camera camera,
                           Transform transform)
      • getCamera

        public Camera getCamera()
      • setCamera

        public void setCamera(Camera camera)
      • getTransform

        public Transform getTransform()
      • setTransform

        public void setTransform(Transform transform)
      • getGl

        public com.jogamp.opengl.GL getGl()
      • setGl

        public void setGl(com.jogamp.opengl.GL gl)
      • getGlu

        public com.jogamp.opengl.glu.GLU getGlu()
      • setGlu

        public void setGlu(com.jogamp.opengl.glu.GLU glu)
      • getView

        public View getView()
      • setView

        public void setView(View view)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.