public class Tiling extends Object
Constructor and Description |
---|
Tiling()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addTile(long vertScale,
long horScale,
long vertOffset,
long horOffset)
Adds a tile to the list.
|
Property |
buildTileListProp()
Returns a property listing all the tiles.
|
int |
getHorScale() |
long |
getRefGridHeight() |
long |
getRefGridWidth() |
int |
getTilingType() |
int |
getVertScale() |
void |
setHorScale(int horScale) |
void |
setRefGridHeight(long refGridHeight) |
void |
setRefGridWidth(long refGridWidth) |
void |
setTilingType(int tilingType) |
void |
setVertScale(int vertScale) |
public void addTile(long vertScale, long horScale, long vertOffset, long horOffset)
public Property buildTileListProp()
public void setTilingType(int tilingType)
public void setVertScale(int vertScale)
public void setHorScale(int horScale)
public void setRefGridHeight(long refGridHeight)
public void setRefGridWidth(long refGridWidth)
public int getTilingType()
public int getVertScale()
public int getHorScale()
public long getRefGridHeight()
public long getRefGridWidth()
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.