| Package | Description |
|---|---|
| org.tn5250j.tools.encoder |
| Modifier and Type | Method and Description |
|---|---|
int |
PNGEncoder.compress(byte[] outarray,
byte[] pixelarray,
int width,
int height) |
int |
PNGEncoder.compress(byte[] outarray,
int[] pixelarray,
ColorModel cmodel,
int width,
int height) |
void |
Encoder.encode(Component component,
OutputStream stream)
Encode the specified component on the specified stream
|
void |
AbstractImageEncoder.encode(Component component,
OutputStream os) |
static void |
EncodeComponent.encode(EncodeComponent.Encoding encoding,
Component component,
File file)
Invoke this methods on Java components to encode their image into the
specified format
|
static void |
EncodeComponent.encode(EncodeComponent.Encoding encoding,
Component component,
OutputStream output)
Invoke this methods on Java components to encode their image into the
specified format
|
void |
AbstractImageEncoder.encode(Image image,
OutputStream os) |
protected void |
AbstractImageEncoder.error(String msg) |
void |
PNGEncoder.saveImage() |
abstract void |
AbstractImageEncoder.saveImage() |
Copyright © 2018. All rights reserved.