|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.slick.particles.ConfigurableEmitter.ColorRecord
public class ConfigurableEmitter.ColorRecord
A single element in the colour range of this emitter
| Field Summary | |
|---|---|
Color |
col
The color at this position |
float |
pos
The position in the life cycle |
| Constructor Summary | |
|---|---|
ConfigurableEmitter.ColorRecord(float pos,
Color col)
Create a new record |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float pos
public Color col
| Constructor Detail |
|---|
public ConfigurableEmitter.ColorRecord(float pos,
Color col)
pos - The position in the life cycle (0 = start, 1 = end)col - The color applied at this position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||