|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.video.DisplayList net.jinx.video.CartesianGrid
public class CartesianGrid
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 |
---|
public CartesianGrid()
Method Detail |
---|
public void setGridSpace(float gridSpace)
public float getGridSpace()
public void setLength(float length)
public float getLength()
public void setWidth(float width)
public float getWidth()
public void subDraw(Context opt)
DisplayList
subDraw
in class DisplayList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |