| Interface | Description |
|---|---|
| TiledCustomizable |
A TiledCustomizable object represents an entity (such as a map, map layer,
or tileset) that can be given custom properties, defined by a
<properties> tag inside the entity's tag in a Tiled XML file.
|
| Class | Description |
|---|---|
| ArrayTileLayer |
An ArrayTileLayer is a type of TiledTileLayer that stores its tile data in
a rectangular two-dimensional array.
|
| FileSystemTiledReader |
A FileSystemTiledReader is a type of TiledReader that locates and
identifies resources using standard paths through the local file system, and
caches resources in a HashMap with canonical path strings as keys.
|
| HashTileLayer |
A HashTileLayer is a type of TiledTileLayer that stores its tile data in
HashMaps with tile grid locations as keys.
|
| TieredMap<K,V> |
A TieredMap is a type of unmodifiable Map defined by an ordered list of
other Maps, called tiers.
|
| TiledFile |
A TiledFile represents a file referenced as the value of one of a
TiledCustomizable's custom properties.
|
| TiledGroupLayer |
A TiledGroupLayer represents a group layer.
|
| TiledImage |
A TiledImage represents the image associated with a single-image tileset,
a tile in an image collection tileset, or an image layer.
|
| TiledImageLayer |
A TiledImageLayer represents an image layer.
|
| TiledLayer |
A TiledLayer represents a tile layer, object layer, image layer, or group
layer, depending on which subclass of TiledLayer it is.
|
| TiledMap |
A TiledMap represents an entire map made with Tiled.
|
| TiledObject |
A TiledObject represents a Tiled object in an object layer, or as part of
the specification of a tile's collision properties.
|
| TiledObjectLayer |
A TiledObjectLayer represents an object layer.
|
| TiledObjectTemplate |
A TiledObjectTemplate represents a template from which TiledObjects can
borrow their default properties.
|
| TiledObjectType |
A TiledObjectType represents a single object type read from a Tiled object
types XML file.
|
| TiledObjectTypes |
A TiledObjectTypes object represents a set of object types read from a
Tiled object types XML file.
|
| TiledReader |
The TiledReader class is the main class of the TiledReader library, and
the library's means of accessing Tiled files.
|
| TiledResource |
A TiledResource is an object of a type that can represent the "top-level"
structure of a Tiled file, and may have been read from such a structure by
a TiledReader.
|
| TiledTerrainType |
A TiledTerrainType represents a terrain type in a tileset.
|
| TiledText |
A TiledText represents the text of a text-type Tiled object.
|
| TiledTile |
A TiledTile represents one of the tiles in a tileset.
|
| TiledTileLayer |
A TiledTileLayer represents a tile layer.
|
| TiledTileset |
A TiledTileset represents a tileset.
|
| TiledWangColor |
A TiledWangColor represents a color that can be used to define the corner
or edge of a Wang tile.
|
| TiledWangSet |
A TiledWangSet represents a Wang set defined for a tileset.
|
| TiledWangTile |
A TiledWangTile represents a Wang tile.
|
| Enum | Description |
|---|---|
| TiledMap.Orientation |
Represents an orientation that a Tiled map can have.
|
| TiledMap.RenderOrder |
Represents an order in which the tiles in a Tiled map's tile layers
can be rendered.
|
| TiledMap.StaggerAxis |
Represents an axis that can be staggered in a Tiled map with a
staggered or hexagonal orientation.
|
| TiledMap.StaggerIndex |
Represents a category of indices that can be shifted in a Tiled map
with a staggered or hexagonal orientation.
|
| TiledObject.Shape |
Represents a shape that a Tiled object can take, such as an ellipse or
polygon.
|
| TiledText.HAlign |
Represents a horizontal alignment that text can have within a text
object.
|
| TiledText.VAlign |
Represents a vertical alignment that text can have within a text
object.
|
| TiledTileset.GridOrientation |
Represents an orientation that a tileset's tile grid can have.
|
| TiledTileset.ObjectAlignment |
Represents an alignment that tile objects using a tileset's tiles can
have.
|
Copyright © 2020. All rights reserved.