sdl.test.gui.unit
Class TestGraphics
java.lang.Object
|
+--sdl.test.gui.unit.TestGraphics
- public class TestGraphics
- extends java.lang.Object
for demo gui - unifinished, only shows use of SDLGraphics object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestGraphics
public TestGraphics()
testlines
public void testlines(GUIGraphics g)
- Begin testing methods
testrects
public void testrects(GUIGraphics g)
testfillrects
public void testfillrects(GUIGraphics g)
test3drects
public void test3drects(GUIGraphics g)
testAll
public void testAll(GUIGraphics g)
main
public static void main(java.lang.String[] args)
- MAIN