net.jinx.video
Class CartesianGrid

java.lang.Object
  extended by net.jinx.video.DisplayList
      extended by net.jinx.video.CartesianGrid
All Implemented Interfaces:
Visible

public class CartesianGrid
extends DisplayList


Constructor Summary
CartesianGrid()
           
 
Method Summary
 float getGridSpace()
           
 float getLength()
           
 float getWidth()
           
 void setGridSpace(float gridSpace)
           
 void setLength(float length)
           
 void setWidth(float width)
           
 void subDraw(Context opt)
          The OpenGL calls in this method are what get wrapped in the display list.
 
Methods inherited from class net.jinx.video.DisplayList
deinit, dispose, draw, init, isListed, list, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartesianGrid

public CartesianGrid()
Method Detail

setGridSpace

public void setGridSpace(float gridSpace)

getGridSpace

public float getGridSpace()

setLength

public void setLength(float length)

getLength

public float getLength()

setWidth

public void setWidth(float width)

getWidth

public float getWidth()

subDraw

public void subDraw(Context opt)
Description copied from class: DisplayList
The OpenGL calls in this method are what get wrapped in the display list.

Specified by:
subDraw in class DisplayList