| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
mam.agent.pluginAgentRes.Drawer | +--CleanSweep.CleanSweep
Inner Class Summary | |
public class | CleanSweep.JavaFilter |
Field Summary | |
protected ProxyGLPoint | camera |
int | currFileCount |
(package private) boolean | down |
GLFileRocks | fileRocks |
(package private) final static String | FR_HIT |
protected GLUTFunc | glut |
GLHeatSeekGroup | heatseekers |
GLIPShip | ipShip |
protected long | last |
(package private) boolean | left |
(package private) float[] | LightAmbient |
(package private) float[] | LightDiffuse |
(package private) float[] | LightPosition |
private Collection | m_listeners |
int | maxFileCount |
(package private) boolean | menu |
private int | mousex |
private int | mousey |
private JavaFilter | myFilter |
protected long | now |
protected int | printFps |
private Random | rand |
long | reload |
(package private) boolean | right |
int | score |
long | seekerstart |
(package private) final static String | SHIP_BONUS |
(package private) final static String | SHIP_DEATH |
(package private) final static String | SHIP_FIRE |
(package private) final static String | SHIP_SEEKER |
(package private) final static String | SHIP_THRUST |
(package private) int | shipBonus |
(package private) String | text |
(package private) long | textTime |
File[] | totalFiles |
int | type |
(package private) boolean | up |
Fields inherited from class mam.agent.pluginAgentRes.Drawer |
canvas, gl, glu, height, width |
Constructor Summary | |
CleanSweep() renderCanvas(int w, int h) Constructor. |
Method Summary | |
void | addFiles(String url, long size, int type) |
void | checkKeys() |
private void | concatFileList(File[] listToAdd) |
void | construct(int w, int h, PluginGLCanvas cnvs) |
void | display() void display() Draw to the canvas. |
private float | getRandom(boolean signed, float begin, float end) |
private void | grabFiles(File fileToRecurse) |
void | init() void init() Called just AFTER the GL-Context is created. |
void | initFiles() |
void | keyPressed(KeyEvent e) void keyPressed(KeyEvent e) Invoked when a key has been pressed. |
void | keyReleased(KeyEvent e) void keyReleased(KeyEvent e) Invoked when a key has been released. |
void | keyTyped(KeyEvent e) void keyTyped(KeyEvent e) Invoked when a key has been typed. |
protected void | playTraitedEventSound(String eventSoundName) |
void | preInit() void preInit() Called just BEFORE the GL-Context is created. |
void | removeFile(String url) |
void | reshape(int width, int height) void reshape(int width, int height) Called after the first paint command. |
private void | setFiles() |
void | showFPS() |
Methods inherited from class mam.agent.pluginAgentRes.Drawer |
addKnowAgent, addListener, addMonitorAgent, addSearch, fireEvent, monitorUpdate, mooDeath, removeKnowAgent, removeMonitorAgent |
Field Detail |
protected ProxyGLPoint camera
public int currFileCount
boolean down
public GLFileRocks fileRocks
final static String FR_HIT
protected GLUTFunc glut
public GLHeatSeekGroup heatseekers
public GLIPShip ipShip
protected long last
boolean left
float[] LightAmbient
float[] LightDiffuse
float[] LightPosition
private Collection m_listeners
public int maxFileCount
boolean menu
private int mousex
private int mousey
private JavaFilter myFilter
protected long now
protected int printFps
private Random rand
public long reload
boolean right
public int score
public long seekerstart
final static String SHIP_BONUS
final static String SHIP_DEATH
final static String SHIP_FIRE
final static String SHIP_SEEKER
final static String SHIP_THRUST
int shipBonus
String text
long textTime
public File[] totalFiles
public int type
boolean up
Constructor Detail |
public CleanSweep()
Method Detail |
public void addFiles(String url, long size, int type)
public void checkKeys()
private void concatFileList(File[] listToAdd)
public void construct(int w, int h, PluginGLCanvas cnvs)
public void display()
private float getRandom(boolean signed, float begin, float end)
private void grabFiles(File fileToRecurse)
public void init()
public void initFiles()
public void keyPressed(KeyEvent e)
public void keyReleased(KeyEvent e)
public void keyTyped(KeyEvent e)
protected void playTraitedEventSound(String eventSoundName)
public void preInit()
public void removeFile(String url)
public void reshape(int width, int height)
private void setFiles()
public void showFPS()
Association Links |
to Class CleanSweep.GLIPShip
to Class CleanSweep.GLFileRocks
to Class CleanSweep.GLHeatSeekGroup
to Class java.lang.String
to Class CleanSweep.ProxyGLPoint
to Class java.util.Collection
to Class java.util.Random
to Class java.io.File
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class CleanSweep.CleanSweep.JavaFilter
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |