| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
private boolean | alreadydraw |
(package private) final static String | BIG_DEATH |
private PluginGLCanvas | canvas |
ProxyGLCube | cube |
private int | drawCount |
GLExplosions | explosions |
private GLFunc | gl |
(package private) final static String | KA_EXPLODE |
private boolean | killall |
Collection | knowInfo |
private long | leveluptimer |
private int | maxKAs |
int | monitorCount |
private Random | rand |
protected float | rot |
protected float | rotSpeed |
private boolean | superdeath |
private int | total |
(package private) final static String | URL_LOAD |
Constructor Summary | |
GLKnowAgents(PluginGLCanvas Plugincanvas, Asteroids prnt) Constructor for the GLKnowAgents object |
Method Summary | |
private void | checkDraw() Description of the Method |
String | detectCollision(ProxyGLPoint bullet, double dx, double dy, boolean Urlview) Description of the Method |
void | draw() Description of the Method |
int | getCurrDrawn() Gets the CurrDrawn attribute of the GLKnowAgents object |
private float | getRandom(boolean signed, float begin, float end) Gets the Random attribute of the GLKnowAgents object |
protected void | playTraitedEventSound(String eventSoundName) Description of the Method |
void | removeAgent(MamId mamid) Description of the Method |
void | removeAgent(String url) Description of the Method |
void | removeAll() Description of the Method |
private boolean | setDraw() Sets the Draw attribute of the GLKnowAgents object |
void | setRotSpeed(float setRot) Sets the RotSpeed attribute of the GLKnowAgents object |
void | setTotalAgents(int num, MamId id, String nurl) Sets the TotalAgents attribute of the GLKnowAgents object |
void | setTotalAgents(String nurl, float x, float y) Sets the TotalAgents attribute of the GLKnowAgents object |
Field Detail |
private boolean alreadydraw
final static String BIG_DEATH
private PluginGLCanvas canvas
public ProxyGLCube cube
private int drawCount
public GLExplosions explosions
private GLFunc gl
final static String KA_EXPLODE
private boolean killall
public Collection knowInfo
private long leveluptimer
private int maxKAs
public int monitorCount
private Random rand
protected float rot
protected float rotSpeed
private boolean superdeath
private int total
final static String URL_LOAD
Constructor Detail |
public GLKnowAgents(PluginGLCanvas Plugincanvas, Asteroids prnt)
Method Detail |
private void checkDraw()
public String detectCollision(ProxyGLPoint bullet, double dx, double dy, boolean Urlview)
public void draw()
public int getCurrDrawn()
private float getRandom(boolean signed, float begin, float end)
protected void playTraitedEventSound(String eventSoundName)
public void removeAgent(MamId mamid)
public void removeAgent(String url)
public void removeAll()
private boolean setDraw()
public void setRotSpeed(float setRot)
public void setTotalAgents(int num, MamId id, String nurl)
public void setTotalAgents(String nurl, float x, float y)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |