|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CameraModel
Handles the internals that drive the Camera display.
Method Summary | |
---|---|
void |
addListener(CameraModelListener l)
|
void |
center()
Calls centerOn(getObserver()) |
void |
centerOn(Thing t)
Set the camera's location such that t is at center. |
Board |
getBoard()
|
RLRectangle |
getBounds()
|
Camera |
getCamera()
Retrieve the camera. |
RLPoint |
getCameraLocation()
The camera's location, in the board coordinate system. |
Thing |
getObserver()
Retrieve the observer. |
PlayPerspective |
getPerspective()
|
RLDimension |
getTileSize()
Retrieve the tile size. |
RLDimension |
getViewportSize()
The size in grids of the viewport. |
boolean |
isKnown(Thing t)
Is it known? Something is known if the observer is aware of it, whether or not it is actually drawn by the camera. |
java.util.TreeSet<Thing> |
knownThings(RLPoint boardLoc)
All known Objects at a board location in the following order: player, npc, item, terrain. |
void |
removeListener(CameraModelListener l)
|
void |
setBoard(Board b)
|
void |
setCamera(Camera c)
Set the camera. |
void |
setCameraLocation(RLPoint loc)
Set the camera's location, in the board coordinate system. |
void |
setObserver(Thing t)
Set the observer. |
void |
setPerspective(PlayPerspective pp)
|
void |
setTileSize(RLDimension d)
Set the tile size. |
void |
uninstall()
Uninstall this CameraModel. |
void |
updateObserverFieldOfView()
Update the observer's field of view |
Methods inherited from interface rle.core.vm.PlugIn |
---|
config, getContext, paramMap, setConfig, setParameters |
Methods inherited from interface rle.core.board.BoardListener |
---|
thingInsert, thingRemove |
Method Detail |
---|
void uninstall()
void setPerspective(PlayPerspective pp)
PlayPerspective getPerspective()
void setCamera(Camera c)
Camera getCamera()
void setObserver(Thing t)
Thing getObserver()
RLRectangle getBounds()
RLDimension getTileSize()
void setTileSize(RLDimension d)
void center()
void centerOn(Thing t)
RLPoint getCameraLocation()
RLDimension getViewportSize()
void setCameraLocation(RLPoint loc)
loc
- java.util.TreeSet<Thing> knownThings(RLPoint boardLoc)
boolean isKnown(Thing t)
void updateObserverFieldOfView()
void setBoard(Board b)
Board getBoard()
void addListener(CameraModelListener l)
void removeListener(CameraModelListener l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |