Modifier and Type | Method and Description |
---|---|
void |
IViewport.setPostLayers(Layer[] layer)
Sets the layers that are applied after the drawables are drawn.
|
void |
AbstractViewport.setPostLayers(Layer[] layers)
Sets the post-layers for the viewport.
|
void |
IViewport.setPreLayers(Layer[] layer)
Sets the layers that are applied before the drawables are drawn.
|
void |
AbstractViewport.setPreLayers(Layer[] layers)
Sets the pre-layers for the viewport.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GridLayer
A layer for displaying a grid.
|
class |
TiledLayer
A layer consisting of image tiles.
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
Perspective2D.getPostlayers()
Returns the Postlayers.
|
Layer[] |
Perspective2D.getPrelayers()
Returns the prelayers.
|
Modifier and Type | Method and Description |
---|---|
void |
Perspective3D.setPostlayers(Layer[] array) |
void |
Perspective2D.setPostlayers(Layer[] postlayers)
Sets the Postlayers.
|
void |
Perspective3D.setPrelayers(Layer[] array) |
void |
Perspective2D.setPrelayers(Layer[] prelayers)
Sets the prelayers.
|
Copyright © 2013. All Rights Reserved.