Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sixlegs.image.png
Class Interlacer  view Interlacer download Interlacer.java

java.lang.Object
  extended bycom.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)