Interface | Description |
---|---|
Function |
Interface for a scenario editing function.
|
Tool |
Interface for a scenario editing tool.
|
Class | Description |
---|---|
AbstractFunction |
Abstract base class for scenario editing functions.
|
AbstractTool |
Abstract base class for scenario editing tools.
|
AgentOverlay |
Overlay for viewing agents in a scenario.
|
ClearAgentsFunction |
Function for removing all agents.
|
ClearAllFunction |
Function for removing all agents, fires, civilians and refuges.
|
ClearFiresFunction |
Function for removing all fires.
|
ModifiedFlowLayout |
A modified version of FlowLayout that allows containers using this Layout to
behave in a reasonable manner when placed inside a JScrollPane
|
PlaceAgentsFunction |
Function for placing agents.
|
PlaceAmbulanceCentreTool |
Tool for placing ambulance centres.
|
PlaceAmbulanceTeamTool |
Tool for placing ambulance teams.
|
PlaceCivilianTool |
Tool for placing civilians.
|
PlaceFireBrigadeTool |
Tool for placing fire brigades.
|
PlaceFireStationTool |
Tool for placing fire stations.
|
PlaceFireTool |
Tool for placing fires.
|
PlaceGasStationTool |
Tool for placing refuges.
|
PlaceHydrantTool |
Tool for placing refuges.
|
PlacePoliceForceTool |
Tool for placing police forces.
|
PlacePoliceOfficeTool |
Tool for placing police offices.
|
PlaceRefugeTool |
Tool for placing refuges.
|
RandomHydrantPlacementFunction |
Function for placing agents.
|
RandomiseFunction |
Function for randomising a scenario.
|
RemoveAmbulanceCentreTool |
Tool for removing ambulance centres.
|
RemoveAmbulanceTeamTool |
Tool for removing ambulance teams.
|
RemoveCivilianTool |
Tool for removing civilians.
|
RemoveFireBrigadeTool |
Tool for removing fire brigades.
|
RemoveFireStationTool |
Tool for removing fire stations.
|
RemoveFireTool |
Tool for removing fires.
|
RemoveGasStationTool |
Tool for removing refuges.
|
RemoveHydrantTool |
Tool for removing refuges.
|
RemovePoliceForceTool |
Tool for removing police forces.
|
RemovePoliceOfficeTool |
Tool for removing police offices.
|
RemoveRefugeTool |
Tool for removing refuges.
|
ScenarioEditor |
A component for editing scenarios.
|
ShapeTool |
Abstract base class for tools that operate on GML shapes.
|
Exception | Description |
---|---|
CancelledByUserException |
Exception for indicating the the user has cancelled an operation.
|