|
Class Summary |
| EditFrame |
The primary window for the Map Editor. |
| MapEditor |
The entry point fo the Map Editor |
| NewMapDialog |
Dialog displayed when the user request to create a new map. |
| PagedMap |
The map panel that contains the canvas that the map is created on. |
| PagedTile |
A PagedElement that represents a Tile on the map. |
| PreferencesDialog |
Dialog displayed when the user request to change their preferences for the
Map Editor. |
| Tile |
A wrapper for the actual java.awt.image.BufferedImage that represents a tile on
the map or in the tile set panel. |
| TileButton |
The button used in a tile set panel to display tiles for user selection. |
| TileMapTable |
A TileMapTable is used to display a scrollable and editable tile based map. |
| TileSet |
A TileSet object breaks-up an image in to small tiles for use with
the Map Editor. |
| TileSetPanel |
The panel used to display tile buttons for user selection. |