Skip navigation links
A C G H O R T V 

G

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.
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.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.
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) - Static 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.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.
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.
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.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 (in particular, if it is a TiledTileset that represents a tileset embedded in a TMX file).
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 class org.tiledreader.TiledLayer
Returns an unmodifiable Map view of this layer's custom properties.
getProperties() - Method in class org.tiledreader.TiledMap
Returns an unmodifiable Map view of this map's custom properties.
getProperties() - Method in class org.tiledreader.TiledObject
Returns an unmodifiable Map view of this object's custom properties.
getProperties() - Method in class org.tiledreader.TiledObjectTemplate
Returns an unmodifiable Map view of the custom properties of objects with this template.
getProperties() - Method in class org.tiledreader.TiledTile
Returns an unmodifiable Map view of this tile's custom properties.
getProperties() - Method in class org.tiledreader.TiledTileset
Returns an unmodifiable Map view of this tileset's custom properties.
getProperty(String) - Method in class org.tiledreader.TiledLayer
Returns the value of this layer's custom property with the specified name, or null if no such property was specified.
getProperty(String) - Method in class org.tiledreader.TiledMap
Returns the value of this map's custom property with the specified name, or null if no such property was specified.
getProperty(String) - Method in class org.tiledreader.TiledObject
Returns the value of this object's custom property with the specified name, or null if no such property was specified.
getProperty(String) - Method in class org.tiledreader.TiledObjectTemplate
Returns the value of the custom property with the specified name of objects with this template, or null if no such property was specified.
getProperty(String) - Method in class org.tiledreader.TiledTile
Returns the value of this tile's custom property with the specified name, or null if no such property was specified.
getProperty(String) - Method in class org.tiledreader.TiledTileset
Returns the value of this tileset's custom property with the specified name, or null if no such property was specified.
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 relative path (from the program's working directory) 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) - Static 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.
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.
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) - Static 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.
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.
A C G H O R T V 
Skip navigation links