Uses of Class
org.jzy3d.plot3d.rendering.view.ViewPort

Packages that use ViewPort
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
 

Uses of ViewPort in org.jzy3d.plot3d.rendering.view
 

Methods in org.jzy3d.plot3d.rendering.view that return ViewPort
static ViewPort ViewPort.slice(int width, int height, float left, float right)
           
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewPort
protected  void View.correctCameraPositionForIncludingTextLabels(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, ViewPort viewport)
           
 void View.renderBackground(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, ViewPort viewport)
           
 void View.renderOverlay(javax.media.opengl.GL2 gl, ViewPort viewport)
          Renders all provided Tooltips and Renderer2ds on top of the scene.
 void View.renderScene(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, ViewPort viewport)
           
 void View.updateCamera(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, ViewPort viewport, BoundingBox3d boundsScaled)
           
 void View.updateCamera(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, ViewPort viewport, BoundingBox3d boundsScaled, float sceneRadiusScaled)