public static class TiledMapProviderBase.TileImageParameter
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | mapName | 
| MapParameter | mapParameter | 
| Point2D | origin | 
| ImageOutputOption | outputOption | 
| double | resolution | 
| int | tileImageHeight | 
| int | tileImageWidth | 
| java.lang.String | version | 
| int | x | 
| int | y | 
| Constructor and Description | 
|---|
| TiledMapProviderBase.TileImageParameter() | 
| TiledMapProviderBase.TileImageParameter(MapParameter mapParameter, ImageOutputOption outputOption, Point2D origin, double resolution, int tileImageWidth, int tileImageHeight, int x, int y) | 
| Modifier and Type | Method and Description | 
|---|---|
| Rectangle2D | viewBounds() | 
| Rectangle | viewer() | 
public int x
public int y
public double resolution
public Point2D origin
public int tileImageWidth
public int tileImageHeight
public ImageOutputOption outputOption
public java.lang.String mapName
public java.lang.String version
public MapParameter mapParameter
public TiledMapProviderBase.TileImageParameter()
public TiledMapProviderBase.TileImageParameter(MapParameter mapParameter, ImageOutputOption outputOption, Point2D origin, double resolution, int tileImageWidth, int tileImageHeight, int x, int y)
public Rectangle2D viewBounds()
public Rectangle viewer()