Skip navigation links
A C E F G H I J K L O P R S T V 

A

ArrayTileLayer - Class in org.tiledreader
An ArrayTileLayer is a type of TiledTileLayer that stores its tile data in a rectangular two-dimensional array.

C

clear() - Method in class org.tiledreader.TieredMap
 
clear() - Method in class org.tiledreader.TiledObjectTypes
 
clearCachedResources() - Method in class org.tiledreader.FileSystemTiledReader
 
clearCachedResources() - Method in class org.tiledreader.TiledReader
Clears the cache, causing it to no longer identify any resource by any path.
clearResources() - Method in class org.tiledreader.TiledReader
Removes all of this TiledReader's cached pointers to resources that it has read from files.
containsKey(Object) - Method in class org.tiledreader.TieredMap
 
containsKey(Object) - Method in class org.tiledreader.TiledObjectTypes
 
containsValue(Object) - Method in class org.tiledreader.TieredMap
 
containsValue(Object) - Method in class org.tiledreader.TiledObjectTypes
 

E

entrySet() - Method in class org.tiledreader.TieredMap
 
entrySet() - Method in class org.tiledreader.TiledObjectTypes
 

F

FileSystemTiledReader - Class in org.tiledreader
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.
FileSystemTiledReader() - Constructor for class org.tiledreader.FileSystemTiledReader
Constructs a new FileSystemTiledReader.

G

get(Object) - Method in class org.tiledreader.TieredMap
 
get(Object) - Method in class org.tiledreader.TiledObjectTypes
 
getAbsOffsetX() - Method in class org.tiledreader.TiledLayer
Returns this layer's absolute rendering x offset.
getAbsOffsetY() - Method in class org.tiledreader.TiledLayer
Returns this layer's absolute rendering y offset.
getAbsOpacity() - Method in class org.tiledreader.TiledLayer
Returns this layer's absolute opacity.
getAbsTintColor() - Method in class org.tiledreader.TiledLayer
Returns this layer's absolute tint color, or #FFFFFFFF (white) if none was specified.
getAbsVisible() - Method in class org.tiledreader.TiledLayer
Returns whether this layer is visible.
getAnimationFrame(int) - Method in class org.tiledreader.TiledTile
Returns the tile displayed in this tile's animation frame at the specified index (0 to getNumAnimationFrames() - 1 inclusive).
getAnimationFrameDuration(int) - Method in class org.tiledreader.TiledTile
Returns the duration in milliseconds of this tile's animation frame at the specified index (0 to getNumAnimationFrames() - 1 inclusive).
getBackgroundColor() - Method in class org.tiledreader.TiledMap
Returns this map's background color, or null if none was specified.
getBold() - Method in class org.tiledreader.TiledText
Returns whether this text's font is bold (false by default).
getBottomColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color on its bottom edge, or null if there is none.
getBottomLeftColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color at its bottom left corner, or null if there is none.
getBottomLeftTerrainType() - Method in class org.tiledreader.TiledTile
Returns the terrain type of this tile's bottom left corner, or null if the corner has no terrain type.
getBottomRightColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color at its bottom right corner, or null if there is none.
getBottomRightTerrainType() - Method in class org.tiledreader.TiledTile
Returns the terrain type of this tile's bottom right corner, or null if the corner has no terrain type.
getCachedResource(String) - Method in class org.tiledreader.FileSystemTiledReader
 
getCachedResource(String) - Method in class org.tiledreader.TiledReader
Returns the resource in the cache identified by the specified path, which must be a canonical path by the standards of getCanonicalPath().
getCanonicalPath(String) - Method in class org.tiledreader.FileSystemTiledReader
 
getCanonicalPath(String) - Method in class org.tiledreader.TiledReader
Returns a version of the specified path string that is both absolute and unique.
getChildren() - Method in class org.tiledreader.TiledGroupLayer
Returns an unmodifiable List view of the layers contained in this group layer, sorted from back to front in terms of rendering order.
getCollisionObjects() - Method in class org.tiledreader.TiledTile
Returns an unmodifiable List view of the objects that specify this tile's collision properties.
getColor() - Method in class org.tiledreader.TiledObjectLayer
Returns the color used to display the objects in this object layer in Tiled (#A0A0A4 (gray) by default).
getColor() - Method in class org.tiledreader.TiledObjectType
Returns the color used to display objects of this type in the Tiled editor.
getColor() - Method in class org.tiledreader.TiledText
Returns this text's color (black by default).
getColor() - Method in class org.tiledreader.TiledWangColor
Returns this color's value; that is, the actual color.
getContent() - Method in class org.tiledreader.TiledText
Returns the content of this text; that is, the actual text.
getCornerColors() - Method in class org.tiledreader.TiledWangSet
Returns an unmodifiable List view of this Wang set's corner colors.
getEdgeColors() - Method in class org.tiledreader.TiledWangSet
Returns an unmodifiable List view of this Wang set's edge colors.
getFontFamily() - Method in class org.tiledreader.TiledText
Returns this text's font family ("sans-serif" by default).
getGridHeight() - Method in class org.tiledreader.TiledTileset
Returns the height in pixels of the cells in this tileset's tile grid (by default, equal to getTileHeight()).
getGridOrientation() - Method in class org.tiledreader.TiledTileset
Returns the orientation of this tileset's tile grid (TiledTileset.GridOrientation.ORTHOGONAL by default).
getGridWidth() - Method in class org.tiledreader.TiledTileset
Returns the width in pixels of the cells in this tileset's tile grid (by default, equal to getTileWidth()).
getHAlign() - Method in class org.tiledreader.TiledText
Returns this text's horizontal alignment within its text object (TiledText.HAlign.LEFT) by default.
getHeight() - Method in class org.tiledreader.TiledImage
Returns this image's height, or -1 if it was not specified.
getHeight() - Method in class org.tiledreader.TiledMap
Returns this map's height in tiles.
getHeight() - Method in class org.tiledreader.TiledObject
Returns this object's height in pixels (0 by default).
getHeight() - Method in class org.tiledreader.TiledObjectTemplate
Returns the height in pixels of objects with this template (0 by default).
getHeight() - Method in class org.tiledreader.TiledTileset
Returns this tileset's height in tiles, or -1 if this tileset is an image collection tileset.
getHexSideLength() - Method in class org.tiledreader.TiledMap
If this map has a hexagonal orientation, returns the width or height (depending on the staggered axis, and in pixels) of each tile's edge.
getID() - Method in class org.tiledreader.TiledTile
Returns this tile's local ID within its tileset.
getImage() - Method in class org.tiledreader.TiledImageLayer
Returns this image layer's image.
getImage() - Method in class org.tiledreader.TiledTile
Returns this tile's image, if it is part of an image collection tileset, or null if it is not.
getImage() - Method in class org.tiledreader.TiledTileset
Returns this tileset's image if it is a single-image tileset, or null if it is an image collection tileset.
getInputStream(String) - Method in class org.tiledreader.FileSystemTiledReader
 
getInputStream(String) - Method in class org.tiledreader.TiledReader
Returns an InputStream that reads the file data at the location of the specified path, which must be a canonical path by the standards of getCanonicalPath().
getItalic() - Method in class org.tiledreader.TiledText
Returns whether this text's font is italic (false by default).
getKerning() - Method in class org.tiledreader.TiledText
Returns whether kerning should be used while rendering this text (true by default).
getLeftColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color on its left edge, or null if there is none.
getMap(String) - Method in class org.tiledreader.TiledReader
Reads a Tiled map from the specified TMX file and returns it as a TiledMap object.
getMargin() - Method in class org.tiledreader.TiledTileset
Returns the margin in pixels around this tileset's tiles in the tileset's image (0 by default).
getName() - Method in class org.tiledreader.TiledLayer
Returns this layer's name.
getName() - Method in class org.tiledreader.TiledObject
Returns this object's name (the empty string by default).
getName() - Method in class org.tiledreader.TiledObjectTemplate
Returns the name of objects with this template (the empty string by default).
getName() - Method in class org.tiledreader.TiledObjectType
Returns this object type's name.
getName() - Method in class org.tiledreader.TiledTerrainType
Returns this terrain type's name.
getName() - Method in class org.tiledreader.TiledTileset
Returns this tileset's name.
getName() - Method in class org.tiledreader.TiledWangColor
Returns this color's name.
getName() - Method in class org.tiledreader.TiledWangSet
Returns this Wang set's name.
getNonDefaultProperties() - Method in class org.tiledreader.TiledObject
Returns an unmodifiable Map view of this object's custom properties that were specified by the object itself, rather than as defaults via its template, tile, or object type.
getNonDefaultProperties() - Method in class org.tiledreader.TiledTile
Returns an unmodifiable Map view of this tile's custom properties that were specified by the tile itself, rather than as defaults via its object type.
getNonGroupLayers() - Method in class org.tiledreader.TiledMap
Returns an unmodifiable List view of all of this map's layers that are not group layers, sorted from back to front in terms of rendering order.
getNumAnimationFrames() - Method in class org.tiledreader.TiledTile
Returns the number of frames in this tile's animation, or 0 if this tile is not animated.
getObjectAlignment() - Method in class org.tiledreader.TiledTileset
Returns the alignment type of tile objects using this tileset's tiles (TiledTileset.ObjectAlignment.UNSPECIFIED by default).
getObjects() - Method in class org.tiledreader.TiledObjectLayer
Returns an unmodifiable List view of the objects in this object layer.
getObjectTypes() - Method in class org.tiledreader.TiledReader
Returns this TiledReader's set of object types.
getOrientation() - Method in class org.tiledreader.TiledMap
Returns this map's orientation.
getParent() - Method in class org.tiledreader.TiledLayer
Returns the group layer that this layer is a child of, or null if this layer is not contained in a group layer.
getPath() - Method in class org.tiledreader.TiledFile
Returns the path to this file.
getPath() - Method in class org.tiledreader.TiledResource
Returns the path to the Tiled file from which this resource was read as the top-level structure, or null if this resource was read as a lower-level structure.
getPixelSize() - Method in class org.tiledreader.TiledText
Returns this text's font size in pixels (16 by default).
getPoints() - Method in class org.tiledreader.TiledObject
Returns an unmodifiable List view of this sequence of vertex (x, y) coordinates of this object, if it is a polygon or polyline.
getPoints() - Method in class org.tiledreader.TiledObjectTemplate
Returns an unmodifiable List view of the sequence of vertex (x, y) coordinates of objects with this template, if this template is for a polygon or polyline.
getProbability() - Method in class org.tiledreader.TiledTile
Returns this tile's probability of being chosen over competing tiles by the terrain tool, or -1 if it was not specified.
getProbability() - Method in class org.tiledreader.TiledWangColor
Returns the relative probability that this color is chosen over others in case of multiple options.
getProperties() - Method in interface org.tiledreader.TiledCustomizable
Returns an unmodifiable Map view of this entity's custom properties.
getProperties() - Method in class org.tiledreader.TiledLayer
 
getProperties() - Method in class org.tiledreader.TiledMap
 
getProperties() - Method in class org.tiledreader.TiledObject
 
getProperties() - Method in class org.tiledreader.TiledObjectTemplate
 
getProperties() - Method in class org.tiledreader.TiledObjectType
 
getProperties() - Method in class org.tiledreader.TiledTile
 
getProperties() - Method in class org.tiledreader.TiledTileset
 
getProperty(String) - Method in interface org.tiledreader.TiledCustomizable
Returns the value of this entity's custom property with the specified name, or null if no such property was specified.
getProperty(String) - Method in class org.tiledreader.TiledLayer
 
getProperty(String) - Method in class org.tiledreader.TiledMap
 
getProperty(String) - Method in class org.tiledreader.TiledObject
 
getProperty(String) - Method in class org.tiledreader.TiledObjectTemplate
 
getProperty(String) - Method in class org.tiledreader.TiledObjectType
 
getProperty(String) - Method in class org.tiledreader.TiledTile
 
getProperty(String) - Method in class org.tiledreader.TiledTileset
 
getReader() - Method in class org.tiledreader.TiledResource
Returns the TiledReader that read this resource, whether or not it was read from a Tiled file's top-level structure.
getRelOffsetX() - Method in class org.tiledreader.TiledLayer
Returns this layer's rendering x offset, relative to its group layer if it has one.
getRelOffsetY() - Method in class org.tiledreader.TiledLayer
Returns this layer's rendering y offset, relative to its group layer if it has one.
getRelOpacity() - Method in class org.tiledreader.TiledLayer
Returns this layer's opacity, relative to its group layer if it has one.
getRelTintColor() - Method in class org.tiledreader.TiledLayer
Returns this layer's tint color, relative to its group layer if it has one, or #FFFFFFFF (white) if none was specified.
getRelVisible() - Method in class org.tiledreader.TiledLayer
Returns whether this layer is visible, relative to its group layer if it has one.
getRenderOrder() - Method in class org.tiledreader.TiledMap
Returns the order in which the tiles in this map's tile layers are rendered.
getRightColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color on its right edge, or null if there is none.
getRotation() - Method in class org.tiledreader.TiledObject
Returns the rotation of this object in clockwise degrees (0 by default).
getRotation() - Method in class org.tiledreader.TiledObjectTemplate
Returns the rotation in clockwise degrees of objects with this template (0 by default).
getShape() - Method in class org.tiledreader.TiledObject
Returns this object's shape (TiledObject.Shape.RECTANGLE by default).
getShape() - Method in class org.tiledreader.TiledObjectTemplate
Returns the shape of objects with this template (TiledObject.Shape.RECTANGLE by default).
getSource() - Method in class org.tiledreader.TiledImage
Returns the path to this image's file.
getSpacing() - Method in class org.tiledreader.TiledTileset
Returns the spacing in pixels between this tileset's tiles in the tileset's image (0 by default).
getStaggerAxis() - Method in class org.tiledreader.TiledMap
If this map has a staggered or hexagonal orientation, returns which axis is staggered.
getStaggerIndex() - Method in class org.tiledreader.TiledMap
If this map has a staggered or hexagonal orientation, returns whether the even or odd indices along the staggered axis are shifted.
getStrikeout() - Method in class org.tiledreader.TiledText
Returns whether a line should be drawn through this text (false by default).
getTemplate() - Method in class org.tiledreader.TiledObject
Returns the template from which this object inherits its default properties, or null if no template was specified.
getTemplate(String) - Method in class org.tiledreader.TiledReader
Reads a Tiled object template from the specified TX file and returns it as a TiledObjectTemplate object.
getTerrainTypes() - Method in class org.tiledreader.TiledTileset
Returns an unmodifiable List view of this tileset's terrain types.
getText() - Method in class org.tiledreader.TiledObject
Returns the text of this object, if it is a text object.
getText() - Method in class org.tiledreader.TiledObjectTemplate
Returns the text of objects with this template, if this template is for a text object.
getTiers() - Method in class org.tiledreader.TieredMap
Returns an unmodifiable List view of this TieredMap's tiers.
getTile(int, int) - Method in class org.tiledreader.ArrayTileLayer
 
getTile(int, int) - Method in class org.tiledreader.HashTileLayer
 
getTile() - Method in class org.tiledreader.TiledObject
Returns the tile that represents this object, if it is a tile object.
getTile() - Method in class org.tiledreader.TiledObjectTemplate
Returns the tile that represents objects with this template, if this template is for a tile object.
getTile() - Method in class org.tiledreader.TiledTerrainType
Returns the tile in this terrain type's tileset that represents this terrain type visually, or null if there is no such tile.
getTile(int, int) - Method in class org.tiledreader.TiledTileLayer
Returns the tile at the specified location in this tile layer's grid, or null if there is none.
getTile(int) - Method in class org.tiledreader.TiledTileset
Returns the tile in this tileset with the specified local ID, or null if there is none.
getTile(int, int) - Method in class org.tiledreader.TiledTileset
Returns the tile at the specified location in this tileset, if this tileset is a single-image tileset.
getTile() - Method in class org.tiledreader.TiledWangColor
Returns the tile from this color's tileset that represents this color, or null if none was specified.
getTile() - Method in class org.tiledreader.TiledWangSet
Returns the tile from this Wang set's tileset that represents this Wang set, or null if none was specified.
getTile() - Method in class org.tiledreader.TiledWangTile
Returns the tile from this Wang tile's Wang set's tileset to which this Wang tile refers.
getTileDFlip() - Method in class org.tiledreader.TiledObject
Returns whether the tile that represents this object is flipped diagonally, if this object is a tile object.
getTileDFlip() - Method in class org.tiledreader.TiledObjectTemplate
Returns whether the the tile that represents objects with this template is flipped diagonally, if this template is for a tile object.
getTileDiagonalFlip(int, int) - Method in class org.tiledreader.ArrayTileLayer
 
getTileDiagonalFlip(int, int) - Method in class org.tiledreader.HashTileLayer
 
getTileDiagonalFlip(int, int) - Method in class org.tiledreader.TiledTileLayer
Returns whether the tile at the specified location in this tile layer's grid is flipped diagonally, or false if there is no tile there.
getTileHeight() - Method in class org.tiledreader.TiledMap
Returns the height of one tile in this map.
getTileHeight() - Method in class org.tiledreader.TiledTileset
Returns the height in pixels of each of this tileset's tiles.
getTileHorizontalFlip(int, int) - Method in class org.tiledreader.ArrayTileLayer
 
getTileHorizontalFlip(int, int) - Method in class org.tiledreader.HashTileLayer
 
getTileHorizontalFlip(int, int) - Method in class org.tiledreader.TiledTileLayer
Returns whether the tile at the specified location in this tile layer's grid is flipped horizontally, or false if there is no tile there.
getTileLocations() - Method in class org.tiledreader.ArrayTileLayer
 
getTileLocations() - Method in class org.tiledreader.HashTileLayer
 
getTileLocations() - Method in class org.tiledreader.TiledTileLayer
Returns an unmodifiable Set view of the (x, y) locations in this tile layer's grid where tiles are located.
getTileOffsetX() - Method in class org.tiledreader.TiledTileset
Returns the horizontal rendering offset in pixels of this tileset's tiles (0 by default).
getTileOffsetY() - Method in class org.tiledreader.TiledTileset
Returns the vertical rendering offset in pixels of this tileset's tiles (0 by default).
getTiles() - Method in class org.tiledreader.TiledTileset
Returns an unmodifiable Collection view of this tileset's tiles.
getTileset(String) - Method in class org.tiledreader.TiledReader
Reads a Tiled tileset from the specified TSX file and returns it as a TiledTileset object.
getTileset() - Method in class org.tiledreader.TiledTile
Returns the tileset to which this tile belongs.
getTilesets() - Method in class org.tiledreader.TiledMap
Returns an unmodifiable List view of the tilesets included in this map, whether they are embedded directly in the map file or referenced via a link to a TSX file.
getTilesetX() - Method in class org.tiledreader.TiledTile
Returns this tile's x-coordinate within its tileset, if it is a single-image tileset, or -1 if it is an image collection tileset.
getTilesetY() - Method in class org.tiledreader.TiledTile
Returns this tile's y-coordinate within its tileset, if it is a single-image tileset, or -1 if it is an image collection tileset.
getTileVerticalFlip(int, int) - Method in class org.tiledreader.ArrayTileLayer
 
getTileVerticalFlip(int, int) - Method in class org.tiledreader.HashTileLayer
 
getTileVerticalFlip(int, int) - Method in class org.tiledreader.TiledTileLayer
Returns whether the tile at the specified location in this tile layer's grid is flipped vertically, or false if there is no tile there.
getTileWidth() - Method in class org.tiledreader.TiledMap
Returns the width of one tile in this map.
getTileWidth() - Method in class org.tiledreader.TiledTileset
Returns the width in pixels of each of this tileset's tiles.
getTileXFlip() - Method in class org.tiledreader.TiledObject
Returns whether the tile that represents this object is flipped horizontally, if this object is a tile object.
getTileXFlip() - Method in class org.tiledreader.TiledObjectTemplate
Returns whether the the tile that represents objects with this template is flipped horizontally, if this template is for a tile object.
getTileYFlip() - Method in class org.tiledreader.TiledObject
Returns whether the tile that represents this object is flipped vertically, if this object is a tile object.
getTileYFlip() - Method in class org.tiledreader.TiledObjectTemplate
Returns whether the the tile that represents objects with this template is flipped vertically, if this template is for a tile object.
getTopColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color on its top edge, or null if there is none.
getTopLeftColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color at its top left corner, or null if there is none.
getTopLeftTerrainType() - Method in class org.tiledreader.TiledTile
Returns the terrain type of this tile's top left corner, or null if the corner has no terrain type.
getTopLevelLayers() - Method in class org.tiledreader.TiledMap
Returns an unmodifiable List view of all of this map's layers that are not descendants of group layers, sorted from back to front in terms of rendering order.
getTopRightColor() - Method in class org.tiledreader.TiledWangTile
Returns this Wang tile's color at its top right corner, or null if there is none.
getTopRightTerrainType() - Method in class org.tiledreader.TiledTile
Returns the terrain type of this tile's top right corner, or null if the corner has no terrain type.
getTransColor() - Method in class org.tiledreader.TiledImage
Returns the color that is treated as transparent in this image, or null if none was specified.
getType() - Method in class org.tiledreader.TiledObject
Returns this object's type (the empty string by default).
getType() - Method in class org.tiledreader.TiledObjectTemplate
Returns the type of objects with this template (the empty string by default).
getType() - Method in class org.tiledreader.TiledTile
Returns this tile's object type, or null if it was not specified.
getTypeInfo() - Method in class org.tiledreader.TiledObject
Returns the object type information that determined the default values of this object's custom properties, or null if no such information was used.
getTypeInfo() - Method in class org.tiledreader.TiledTile
Returns the object type information that determined the default values of this tile's custom properties, or null if no such information was used.
getUnderline() - Method in class org.tiledreader.TiledText
Returns whether a line should be drawn below this text (false by default).
getVAlign() - Method in class org.tiledreader.TiledText
Returns this text's vertical alignment within its text object (TiledText.VAlign.TOP) by default.
getVisible() - Method in class org.tiledreader.TiledObject
Returns whether this object is marked as visible (true by default).
getVisible() - Method in class org.tiledreader.TiledObjectTemplate
Returns whether objects with this template are marked as visible (true by default).
getWangSets() - Method in class org.tiledreader.TiledTileset
Returns an unmodifiable List view of this tileset's Wang sets.
getWangTiles() - Method in class org.tiledreader.TiledWangSet
Returns an unmodifiable Map view of this Wang set's Wang tiles.
getWidth() - Method in class org.tiledreader.TiledImage
Returns this image's width, or -1 if it was not specified.
getWidth() - Method in class org.tiledreader.TiledMap
Returns this map's width in tiles.
getWidth() - Method in class org.tiledreader.TiledObject
Returns this object's width in pixels (0 by default).
getWidth() - Method in class org.tiledreader.TiledObjectTemplate
Returns the width in pixels of objects with this template (0 by default).
getWidth() - Method in class org.tiledreader.TiledTileset
Returns this tileset's width in tiles, or -1 if this tileset is an image collection tileset.
getWrap() - Method in class org.tiledreader.TiledText
Returns whether word wrapping is enabled for this text (false by default).
getX() - Method in class org.tiledreader.TiledObject
Returns this object's x-coordinate in pixels.
getX1() - Method in class org.tiledreader.ArrayTileLayer
 
getX1() - Method in class org.tiledreader.HashTileLayer
 
getX1() - Method in class org.tiledreader.TiledTileLayer
Returns the lowest x-coordinate in tiles of any tile in this tile layer, or 0 if this tile layer has no tiles.
getX2() - Method in class org.tiledreader.ArrayTileLayer
 
getX2() - Method in class org.tiledreader.HashTileLayer
 
getX2() - Method in class org.tiledreader.TiledTileLayer
Returns the highest x-coordinate in tiles of any tile in this tile layer, or -1 if this tile layer has no tiles.
getY() - Method in class org.tiledreader.TiledObject
Returns this object's y-coordinate in pixels.
getY1() - Method in class org.tiledreader.ArrayTileLayer
 
getY1() - Method in class org.tiledreader.HashTileLayer
 
getY1() - Method in class org.tiledreader.TiledTileLayer
Returns the lowest y-coordinate in tiles of any tile in this tile layer, or 0 if this tile layer has no tiles.
getY2() - Method in class org.tiledreader.ArrayTileLayer
 
getY2() - Method in class org.tiledreader.HashTileLayer
 
getY2() - Method in class org.tiledreader.TiledTileLayer
Returns the highest y-coordinate in tiles of any tile in this tile layer, or -1 if this tile layer has no tiles.

H

HashTileLayer - Class in org.tiledreader
A HashTileLayer is a type of TiledTileLayer that stores its tile data in HashMaps with tile grid locations as keys.

I

isEmpty() - Method in class org.tiledreader.TieredMap
 
isEmpty() - Method in class org.tiledreader.TiledObjectTypes
 

J

joinPaths(String, String) - Method in class org.tiledreader.FileSystemTiledReader
 
joinPaths(String, String) - Method in class org.tiledreader.TiledReader
Returns a path string that points to the same location as the specified relative path does when followed from the location of the specified base path.

K

keySet() - Method in class org.tiledreader.TieredMap
 
keySet() - Method in class org.tiledreader.TiledObjectTypes
 

L

LOGGER - Static variable in class org.tiledreader.TiledReader
The logger for the TiledReader library.

O

org.tiledreader - package org.tiledreader
 

P

put(K, V) - Method in class org.tiledreader.TieredMap
 
put(String, TiledObjectType) - Method in class org.tiledreader.TiledObjectTypes
 
putAll(Map<? extends K, ? extends V>) - Method in class org.tiledreader.TieredMap
 
putAll(Map<? extends String, ? extends TiledObjectType>) - Method in class org.tiledreader.TiledObjectTypes
 

R

readObjectTypes(String) - Method in class org.tiledreader.TiledReader
Reads the set of object types from the specified object types XML file and returns it as a TiledObjectTypes object.
remove(Object) - Method in class org.tiledreader.TieredMap
 
remove(Object) - Method in class org.tiledreader.TiledObjectTypes
 
removeCachedResource(String) - Method in class org.tiledreader.FileSystemTiledReader
 
removeCachedResource(String) - Method in class org.tiledreader.TiledReader
Sets the cache to no longer identify any resource by the specified path, which must be a canonical path by the standards of getCanonicalPath().
removeResource(String, boolean) - Method in class org.tiledreader.TiledReader
Removes this TiledReader's cached pointer to the resource it read from the specified file, if it has read that file before.

S

setCachedResource(String, TiledResource) - Method in class org.tiledreader.FileSystemTiledReader
 
setCachedResource(String, TiledResource) - Method in class org.tiledreader.TiledReader
Sets the cache to identify the specified resource by the specified path, which must be a canonical path by the standards of getCanonicalPath().
setObjectTypes(TiledObjectTypes) - Method in class org.tiledreader.TiledReader
Sets this TiledReader's set of object types to the specified value.
size() - Method in class org.tiledreader.TieredMap
 
size() - Method in class org.tiledreader.TiledObjectTypes
 

T

TieredMap<K,V> - Class in org.tiledreader
A TieredMap is a type of unmodifiable Map defined by an ordered list of other Maps, called tiers.
TieredMap(List<Map<K, V>>) - Constructor for class org.tiledreader.TieredMap
Creates a new TieredMap that uses a copy of the specified list of Maps.
TILED_VERSION - Static variable in class org.tiledreader.TiledReader
The version number of Tiled that this version of TiledReader was designed for.
TiledCustomizable - Interface in org.tiledreader
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.
TiledFile - Class in org.tiledreader
A TiledFile represents a file referenced as the value of one of a TiledCustomizable's custom properties.
TiledGroupLayer - Class in org.tiledreader
A TiledGroupLayer represents a group layer.
TiledImage - Class in org.tiledreader
A TiledImage represents the image associated with a single-image tileset, a tile in an image collection tileset, or an image layer.
TiledImageLayer - Class in org.tiledreader
A TiledImageLayer represents an image layer.
TiledLayer - Class in org.tiledreader
A TiledLayer represents a tile layer, object layer, image layer, or group layer, depending on which subclass of TiledLayer it is.
TiledMap - Class in org.tiledreader
A TiledMap represents an entire map made with Tiled.
TiledMap.Orientation - Enum in org.tiledreader
Represents an orientation that a Tiled map can have.
TiledMap.RenderOrder - Enum in org.tiledreader
Represents an order in which the tiles in a Tiled map's tile layers can be rendered.
TiledMap.StaggerAxis - Enum in org.tiledreader
Represents an axis that can be staggered in a Tiled map with a staggered or hexagonal orientation.
TiledMap.StaggerIndex - Enum in org.tiledreader
Represents a category of indices that can be shifted in a Tiled map with a staggered or hexagonal orientation.
TiledObject - Class in org.tiledreader
A TiledObject represents a Tiled object in an object layer, or as part of the specification of a tile's collision properties.
TiledObject.Shape - Enum in org.tiledreader
Represents a shape that a Tiled object can take, such as an ellipse or polygon.
TiledObjectLayer - Class in org.tiledreader
A TiledObjectLayer represents an object layer.
TiledObjectTemplate - Class in org.tiledreader
A TiledObjectTemplate represents a template from which TiledObjects can borrow their default properties.
TiledObjectType - Class in org.tiledreader
A TiledObjectType represents a single object type read from a Tiled object types XML file.
TiledObjectTypes - Class in org.tiledreader
A TiledObjectTypes object represents a set of object types read from a Tiled object types XML file.
TiledReader - Class in org.tiledreader
The TiledReader class is the main class of the TiledReader library, and the library's means of accessing Tiled files.
TiledReader() - Constructor for class org.tiledreader.TiledReader
Constructs a new TiledReader.
TiledResource - Class in org.tiledreader
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 - Class in org.tiledreader
A TiledTerrainType represents a terrain type in a tileset.
TiledText - Class in org.tiledreader
A TiledText represents the text of a text-type Tiled object.
TiledText.HAlign - Enum in org.tiledreader
Represents a horizontal alignment that text can have within a text object.
TiledText.VAlign - Enum in org.tiledreader
Represents a vertical alignment that text can have within a text object.
TiledTile - Class in org.tiledreader
A TiledTile represents one of the tiles in a tileset.
TiledTileLayer - Class in org.tiledreader
A TiledTileLayer represents a tile layer.
TiledTileset - Class in org.tiledreader
A TiledTileset represents a tileset.
TiledTileset.GridOrientation - Enum in org.tiledreader
Represents an orientation that a tileset's tile grid can have.
TiledTileset.ObjectAlignment - Enum in org.tiledreader
Represents an alignment that tile objects using a tileset's tiles can have.
TiledWangColor - Class in org.tiledreader
A TiledWangColor represents a color that can be used to define the corner or edge of a Wang tile.
TiledWangSet - Class in org.tiledreader
A TiledWangSet represents a Wang set defined for a tileset.
TiledWangTile - Class in org.tiledreader
A TiledWangTile represents a Wang tile.
TMX_VERSION - Static variable in class org.tiledreader.TiledReader
The version of the TMX file format that this version of TiledReader was designed for.

V

valueOf(String) - Static method in enum org.tiledreader.TiledMap.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledMap.RenderOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledMap.StaggerAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledMap.StaggerIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledObject.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledText.HAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledText.VAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledTileset.GridOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tiledreader.TiledTileset.ObjectAlignment
Returns the enum constant of this type with the specified name.
values() - Method in class org.tiledreader.TieredMap
 
values() - Static method in enum org.tiledreader.TiledMap.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledMap.RenderOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledMap.StaggerAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledMap.StaggerIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledObject.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.tiledreader.TiledObjectTypes
 
values() - Static method in enum org.tiledreader.TiledText.HAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledText.VAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledTileset.GridOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tiledreader.TiledTileset.ObjectAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.tiledreader.TiledReader
The version number of TiledReader.
A C E F G H I J K L O P R S T V 
Skip navigation links

Copyright © 2020. All rights reserved.