jadex.application.space.envsupport.observer.graphics.layer
Class GridLayer

java.lang.Object
  extended by jadex.application.space.envsupport.observer.graphics.layer.Layer
      extended by jadex.application.space.envsupport.observer.graphics.layer.GridLayer

public class GridLayer
extends Layer

A layer for displaying a grid.


Field Summary
 
Fields inherited from class jadex.application.space.envsupport.observer.graphics.layer.Layer
LAYER_TYPE_COLOR, LAYER_TYPE_GRID, LAYER_TYPE_TILED
 
Constructor Summary
GridLayer(IVector2 gridSize, Object c)
          Creates a new gridlayer.
 
Method Summary
 IVector2 getGridSize()
           
 
Methods inherited from class jadex.application.space.envsupport.observer.graphics.layer.Layer
flushRenderInfo, getColor, getRenderInfo, getType, setColor, setRenderInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridLayer

public GridLayer(IVector2 gridSize,
                 Object c)
Creates a new gridlayer.

Parameters:
gridSize - size of each grid rectangle
c - color or color binding of the grid
Method Detail

getGridSize

public IVector2 getGridSize()


Copyright © 2010. All Rights Reserved.