|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.jdic.screensaver.ScreensaverBase
org.jdesktop.jdic.screensaver.SimpleScreensaver
org.jdesktop.jdic.screensaver.bouncingline.Test2
public class Test2
Constructor Summary | |
---|---|
Test2()
|
Method Summary | |
---|---|
void |
init()
Subclasses can optionally override this method to perform any initialization. |
static void |
main(java.lang.String[] args)
|
void |
paint(java.awt.Graphics g)
Override this method in your subclasses to paint a single frame. |
Methods inherited from class org.jdesktop.jdic.screensaver.SimpleScreensaver |
---|
renderFrame |
Methods inherited from class org.jdesktop.jdic.screensaver.ScreensaverBase |
---|
baseDestroy, baseInit, getContext |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Test2()
Method Detail |
---|
public void init()
ScreensaverBase
public void paint(java.awt.Graphics g)
SimpleScreensaver
paint
in class SimpleScreensaver
g
- Graphics context used to draw to the screensaver window.public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |