|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewport | |
---|---|
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
Uses of Viewport in org.j3d.aviatrix3d |
---|
Subclasses of Viewport in org.j3d.aviatrix3d | |
---|---|
class |
CompositeViewport
An viewport that may, itself contain a large collection of layers. |
class |
MultipassViewport
A viewport that contains a single scene, with no internal layering and is rendered using multipass techniques. |
class |
SimpleViewport
A viewport that contains a single scene, with no internal layering. |
class |
Viewport2D
A viewport that contains a single scene, with no internal layering and is restricted to 2D rendering only. |
Methods in org.j3d.aviatrix3d that return Viewport | |
---|---|
Viewport |
SimpleLayer.getViewport()
Get the currently set viewport instance. |
Viewport |
CompositeLayer.getViewport(int num)
Get the currently set viewport instance at a specific index. |
Viewport |
CompositeLayer.removeViewport(int num)
Remove the given viewport at the specified index from this layer. |
Methods in org.j3d.aviatrix3d with parameters of type Viewport | |
---|---|
void |
CompositeLayer.addViewport(Viewport vp)
Add a new viewport to be used by this layer. |
void |
CompositeLayer.insertViewport(Viewport vp,
int index)
Add a new viewport to be used by this layer at a specified position in the array of viewpor. |
void |
CompositeLayer.removeViewport(Viewport vp)
Remove the given viewport from this layer. |
void |
SimpleLayer.setViewport(Viewport vp)
Set a new viewport instance to be used by this layer. |
Uses of Viewport in org.j3d.aviatrix3d.pipeline.graphics |
---|
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type Viewport | |
---|---|
void |
ViewportResizeManager.addManagedViewport(Viewport view)
Add a viewport to be managed. |
void |
ViewportResizeManager.removeManagedViewport(Viewport view)
Remove a viewport that is being managed. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |