Class Summary |
CheckBoxElement |
CheckBoxelement.java
Draws (a) check box(es). |
MapElement |
MapElement.java
Draws a map with the given height and the max width of the element. |
MapLayout |
MapLayout.java
Handles the layout of a panel containing a map and POIs. |
MapObject |
MapObject.java
Contains all information in a map, including its points of interest. |
POIElement |
POIElement.java
Draws the points of interest in a map. |
POIInformation |
POIInformation.java
Contains a POI's key information that is not related to coordinates. |
POIObject |
POIObject.java
Contains all POI information. |
RadioButtonElement |
RadioButtonelement.java
Draws radio buttons
The radio button alternatives are set in the choices vector by
calling setChoices(Vector choices). |