|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.module.jpeg.Tiling
public class Tiling
Encapsulation of the tiling information for a JPEG image.
Constructor Summary | |
---|---|
Tiling()
Constructor. |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tiling()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |