|
|||||||||
| Home >> All >> com >> sixlegs >> image >> [ png overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sixlegs.image.png
Class Interlacer

java.lang.Objectcom.sixlegs.image.png.Interlacer
- Direct Known Subclasses:
- Adam7Interlacer, NullInterlacer
- abstract class Interlacer
- extends java.lang.Object
| Field Summary | |
protected int |
h
|
private int |
maxSpacingX
|
private int |
maxSpacingY
|
protected int |
w
|
private int |
widestPass
|
| Constructor Summary | |
(package private) |
Interlacer(int w,
int h)
|
| Method Summary | |
(package private) int |
countPixelsX(int pass,
int w)
|
(package private) int |
countPixelsY(int pass,
int h)
|
(package private) int |
getBlockHeight(int pass)
|
(package private) int |
getBlockWidth(int pass)
|
(package private) int |
getMaxPassWidth()
|
(package private) int |
getMaxSpacingX()
|
(package private) int |
getMaxSpacingY()
|
(package private) abstract int |
getOffsetX(int pass)
|
(package private) abstract int |
getOffsetY(int pass)
|
(package private) int |
getPassHeight(int pass)
|
(package private) int |
getPassWidth(int pass)
|
(package private) abstract int |
getSpacingX(int pass)
|
(package private) abstract int |
getSpacingY(int pass)
|
(package private) abstract int |
numPasses()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
maxSpacingX
private int maxSpacingX
maxSpacingY
private int maxSpacingY
widestPass
private int widestPass
w
protected int w
h
protected int h
| Constructor Detail |
Interlacer
Interlacer(int w,
int h)
| Method Detail |
numPasses
abstract int numPasses()
getSpacingX
abstract int getSpacingX(int pass)
getSpacingY
abstract int getSpacingY(int pass)
getOffsetX
abstract int getOffsetX(int pass)
getOffsetY
abstract int getOffsetY(int pass)
getMaxSpacingX
final int getMaxSpacingX()
getMaxSpacingY
final int getMaxSpacingY()
getMaxPassWidth
final int getMaxPassWidth()
getPassWidth
final int getPassWidth(int pass)
getPassHeight
final int getPassHeight(int pass)
getBlockWidth
final int getBlockWidth(int pass)
getBlockHeight
final int getBlockHeight(int pass)
countPixelsX
final int countPixelsX(int pass,
int w)
countPixelsY
final int countPixelsY(int pass,
int h)
|
|||||||||
| Home >> All >> com >> sixlegs >> image >> [ png overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sixlegs.image.png.Interlacer