|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsource.ucregents.playground.physics.BaseEntity
source.ucregents.playground.samplegame.Terrain
public abstract class Terrain
Constructor Summary | |
---|---|
Terrain()
|
|
Terrain(double x_loc,
double y_loc,
double width,
double height)
|
|
Terrain(double x_loc,
double y_loc,
double width,
double height,
float orientation)
|
Method Summary | |
---|---|
float |
getAlphaTransparency()
|
void |
setAlphaTransparency(float value)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Terrain()
public Terrain(double x_loc, double y_loc, double width, double height)
public Terrain(double x_loc, double y_loc, double width, double height, float orientation)
Method Detail |
---|
public final float getAlphaTransparency()
public final void setAlphaTransparency(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |