Uses of Class
jadex.application.space.envsupport.observer.graphics.layer.Layer

Packages that use Layer
jadex.application.space.envsupport.observer.graphics   
jadex.application.space.envsupport.observer.graphics.java2d   
jadex.application.space.envsupport.observer.graphics.layer   
jadex.application.space.envsupport.observer.perspective   
 

Uses of Layer in jadex.application.space.envsupport.observer.graphics
 

Fields in jadex.application.space.envsupport.observer.graphics declared as Layer
protected  Layer[] AbstractViewport.postLayers_
          Layers applied after drawable rendering
protected  Layer[] AbstractViewport.preLayers_
          Layers applied before drawable rendering
 

Methods in jadex.application.space.envsupport.observer.graphics with parameters of type Layer
 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.
 

Uses of Layer in jadex.application.space.envsupport.observer.graphics.java2d
 

Methods in jadex.application.space.envsupport.observer.graphics.java2d with parameters of type Layer
 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.
 

Uses of Layer in jadex.application.space.envsupport.observer.graphics.layer
 

Subclasses of Layer in jadex.application.space.envsupport.observer.graphics.layer
 class GridLayer
          A layer for displaying a grid.
 class TiledLayer
          A layer consisting of image tiles.
 

Uses of Layer in jadex.application.space.envsupport.observer.perspective
 

Fields in jadex.application.space.envsupport.observer.perspective declared as Layer
protected  Layer[] Perspective2D.postlayers
          The postlayers
protected  Layer[] Perspective2D.prelayers
          The prelayers
 

Methods in jadex.application.space.envsupport.observer.perspective that return Layer
 Layer[] Perspective2D.getPostlayers()
          Returns the Postlayers.
 Layer[] Perspective2D.getPrelayers()
          Returns the prelayers.
 

Methods in jadex.application.space.envsupport.observer.perspective with parameters of type Layer
 void Perspective2D.setPostlayers(Layer[] postlayers)
          Sets the Postlayers.
 void Perspective2D.setPrelayers(Layer[] prelayers)
          Sets the prelayers.
 



Copyright © 2010. All Rights Reserved.