|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectShape3D
com.vwp.j3d.utils.geometry.Particles
public abstract class Particles
This is the base class for the particle classes. Here only some definitions are done.
| Field Summary | |
|---|---|
static int |
ENABLE_APPEARANCE_MODIFY
This flag specifies that the objects appearance has to be read- and writeable also after compilation. |
static int |
ENABLE_PICK_REPORTING
This flags makes the object detectable by using picking |
| Constructor Summary | |
|---|---|
Particles()
|
|
| Method Summary | |
|---|---|
abstract Behavior |
getParticleBehavior()
Returns an Behaviour object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ENABLE_APPEARANCE_MODIFY
public static final int ENABLE_PICK_REPORTING
| Constructor Detail |
|---|
public Particles()
| Method Detail |
|---|
public abstract Behavior getParticleBehavior()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||