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

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

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

Methods in org.jzy3d.plot3d.rendering.view that return ViewportConfiguration
static ViewportConfiguration ViewportBuilder.cell(ICanvas canvas, float left, float right, float bottom, float top)
           
static ViewportConfiguration ViewportBuilder.cell(int width, int height, float left, float right, float bottom, float top)
           
static ViewportConfiguration ViewportBuilder.column(ICanvas canvas, float left, float right)
           
static ViewportConfiguration ViewportBuilder.column(int width, int height, float left, float right)
           
 ViewportConfiguration IImageViewport.getLastViewPort()
           
 

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

Uses of ViewportConfiguration in org.jzy3d.plot3d.rendering.view.layout
 

Fields in org.jzy3d.plot3d.rendering.view.layout declared as ViewportConfiguration
protected  ViewportConfiguration ColorbarViewportLayout.backgroundViewPort
           
protected  ViewportConfiguration ColorbarViewportLayout.sceneViewPort
           
 



Copyright © 2013. All rights reserved.