| Modifier and Type | Method and Description | 
|---|---|
IPerspective | 
IViewport3d.getPerspective()
Get the perspective. 
 | 
IPerspective | 
IViewport.getPerspective()
Get the perspective. 
 | 
IPerspective | 
AbstractViewport3d.getPerspective()
Get the perspective. 
 | 
IPerspective | 
AbstractViewport.getPerspective()
Get the perspective. 
 | 
| Constructor and Description | 
|---|
AbstractViewport(IPerspective perspective)  | 
AbstractViewport3d(IPerspective perspective,
                  IVector3 areasize,
                  boolean isGrid)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TiledLayerJ2DRenderer.draw(IPerspective persp,
    Layer layer,
    IVector2 areaSize,
    ViewportJ2D vp)
Draws the layer. 
 | 
void | 
ILayerJ2DRenderer.draw(IPerspective persp,
    Layer layer,
    IVector2 areaSize,
    ViewportJ2D vp)
Draws the layer. 
 | 
void | 
GridLayerJ2DRenderer.draw(IPerspective persp,
    Layer layer,
    IVector2 areaSize,
    ViewportJ2D vp)
Draws the layer. 
 | 
void | 
ColorLayerJ2DRenderer.draw(IPerspective persp,
    Layer layer,
    IVector2 areaSize,
    ViewportJ2D vp)
Draws the layer. 
 | 
| Constructor and Description | 
|---|
ViewportJ2D(IPerspective persp,
           ClassLoader classloader)
Creates a new Viewport. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IPerspective | 
ObserverCenter.getSelectedPerspective()
Returns the selected perspective. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IFuture<Void> | 
ObserverCenter.addPerspective(String name,
              IPerspective perspective)
Adds a perspective. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Perspective2D
Perspective for viewing in 2D. 
 | 
class  | 
Perspective3D
Perspective for viewing in 3D. 
 | 
Copyright © 2012. All Rights Reserved.