|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.credits.PartikelEffect
public class PartikelEffect
Erzeugt einen PartikelEffekt für Magische Ereignisse
| Field Summary | |
|---|---|
protected int |
ausdehnungX
TODO Missing Parameter Documentation |
protected int |
ausdehnungY
TODO Missing Parameter Documentation |
protected int |
bogenStaerke
TODO Missing Parameter Documentation |
protected int |
dauer
TODO Missing Parameter Documentation |
protected int |
farbAbweichung
TODO Missing Parameter Documentation |
protected java.awt.Color |
farbe
TODO Missing Parameter Documentation |
protected int |
partikelAnzahl
TODO Missing Parameter Documentation |
protected long |
time
TODO Missing Parameter Documentation |
protected int |
zentrumX
TODO Missing Parameter Documentation |
protected int |
zentrumY
TODO Missing Parameter Documentation |
| Constructor Summary | |
|---|---|
PartikelEffect()
Creates a new PartikelEffect object. |
|
PartikelEffect(int partikelAnzahl,
int zentrumX,
int zentrumY,
int ausdehnungX,
int ausdehnungY,
int dauer,
int bogenStaerke,
int farbAbweichung,
java.awt.Color farbe,
long time)
Creates a new PartikelEffect object. |
|
| Method Summary | |
|---|---|
boolean |
action(int time,
long gesamtZeit)
TODO Missing Method Documentation |
long |
getTime()
TODO Missing Method Documentation |
void |
init()
TODO Missing Method Documentation |
void |
render(java.awt.Graphics g,
int xx,
int yy)
TODO Missing Method Documentation |
void |
setTime(long time)
TODO Missing Method Documentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.awt.Color farbe
protected int ausdehnungX
protected int ausdehnungY
protected int bogenStaerke
protected int dauer
protected int farbAbweichung
protected int partikelAnzahl
protected int zentrumX
protected int zentrumY
protected long time
| Constructor Detail |
|---|
public PartikelEffect(int partikelAnzahl,
int zentrumX,
int zentrumY,
int ausdehnungX,
int ausdehnungY,
int dauer,
int bogenStaerke,
int farbAbweichung,
java.awt.Color farbe,
long time)
partikelAnzahl - TODO Missing Constructuor Parameter DocumentationzentrumX - TODO Missing Constructuor Parameter DocumentationzentrumY - TODO Missing Constructuor Parameter DocumentationausdehnungX - TODO Missing Constructuor Parameter DocumentationausdehnungY - TODO Missing Constructuor Parameter Documentationdauer - TODO Missing Constructuor Parameter DocumentationbogenStaerke - TODO Missing Constructuor Parameter DocumentationfarbAbweichung - TODO Missing Constructuor Parameter Documentationfarbe - TODO Missing Constructuor Parameter Documentationtime - TODO Missing Constructuor Parameter Documentationpublic PartikelEffect()
| Method Detail |
|---|
public final void setTime(long time)
setTime in interface DynamischesObjekttime - TODO Missing Method Parameter Documentationpublic final long getTime()
getTime in interface DynamischesObjekt
public final boolean action(int time,
long gesamtZeit)
action in interface DynamischesObjekttime - TODO Missing Method Parameter DocumentationgesamtZeit - TODO Missing Method Parameter Documentation
public final void init()
public final void render(java.awt.Graphics g,
int xx,
int yy)
render in interface DynamischesObjektg - TODO Missing Method Parameter Documentationxx - TODO Missing Method Parameter Documentationyy - TODO Missing Method Parameter Documentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||