|
|||||||||
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
source.ucregents.playground.samplegame.BackgroundTerrain
public class BackgroundTerrain
Constructor Summary | |
---|---|
BackgroundTerrain()
|
|
BackgroundTerrain(double x,
double y,
double w,
double h)
|
Method Summary | |
---|---|
java.lang.String |
DefaultImageLocation()
Provides the location of the default image |
boolean |
isCollidable()
Determines whether or not this entity can be collided with by other entities. |
void |
setDefaultImageLocation(java.lang.String nameOfImage)
|
Methods inherited from class source.ucregents.playground.samplegame.Terrain |
---|
getAlphaTransparency, setAlphaTransparency |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BackgroundTerrain()
public BackgroundTerrain(double x, double y, double w, double h)
Method Detail |
---|
public java.lang.String DefaultImageLocation()
BaseEntity
DefaultImageLocation
in class BaseEntity
public boolean isCollidable()
BaseEntity
isCollidable
in class BaseEntity
public void setDefaultImageLocation(java.lang.String nameOfImage)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |