| Home >> All >> com >> javathis >> [ mapeditor Javadoc ] |
com.javathis.mapeditor: Javadoc index of package com.javathis.mapeditor.
Package Samples:
com.javathis.mapeditor
Classes:
TileMapTable: A TileMapTable is used to display a scrollable and editable tile based map. Defenitions: Pixel Point = a pixel location on the map or screen. Tile Point = a tile location where x = column, and y = row. tile X = a row on the map. tile Y = a column on the map. column = a x cord. row = a y cord.
Tile: A wrapper for the actual java.awt.image.BufferedImage that represents a tile on the map or in the tile set panel.
PagedMap: The map panel that contains the canvas that the map is created on. Uses a JTPagedArray to store the map data set.
TileSet: A TileSet object breaks-up an image in to small tiles for use with the Map Editor.
PreferencesDialog: Dialog displayed when the user request to change their preferences for the Map Editor.
TileButton: The button used in a tile set panel to display tiles for user selection.
PagedTile: A PagedElement that represents a Tile on the map.
NewMapDialog: Dialog displayed when the user request to create a new map.
TileSetPanel: The panel used to display tile buttons for user selection.
EditFrame: The primary window for the Map Editor.
MapEditor: The entry point fo the Map Editor
| Home | Contact Us | Privacy Policy | Terms of Service |