|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.image.PngEncoder.IntTranslator
Translates integer-based rasters.
| Field Summary | |
(package private) int |
channel
|
(package private) int |
column
|
(package private) int[] |
inputPixelQueue
|
| Constructor Summary | |
private |
PngEncoder.IntTranslator()
|
| Method Summary | |
void |
translate(byte[] outputPixelQueue,
int row)
Translates a row of the image into a byte array ordered properly for a PNG image. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int[] inputPixelQueue
int column
int channel
| Constructor Detail |
private PngEncoder.IntTranslator()
| Method Detail |
public void translate(byte[] outputPixelQueue,
int row)
PngEncoder.Translator
translate in interface PngEncoder.TranslatoroutputPixelQueue - The byte array in which to store the
translated pixels.row - The row index of the image to translate.PngEncoder.Translator.translate(byte[], int)
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||