|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenarioGraphic
An Interface that describes a map object used in a scenario, with TimeStamp objects.
Method Summary | |
---|---|
void |
addTimeStamp(TimeStamp timeStamp)
Add a location at a time. |
void |
clearTimeStamps()
Clear all time stamps. |
void |
generate(Projection p,
long time,
boolean showTotalScenario)
Prepare the ScenarioPoint to be rendered in its position at a certain time. |
void |
generateTotalScenario(Projection p)
Prepare the ScenarioPoint to display its overall scenario movements. |
boolean |
removeTimeStamp(TimeStamp timeStamp)
Remove a location at a certain time. |
boolean |
thisIsYou(java.lang.String name)
Query the ScenarioGraphic according to it's name. |
Method Detail |
---|
boolean thisIsYou(java.lang.String name)
void addTimeStamp(TimeStamp timeStamp)
boolean removeTimeStamp(TimeStamp timeStamp)
void clearTimeStamps()
void generate(Projection p, long time, boolean showTotalScenario)
void generateTotalScenario(Projection p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |