|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlendOp in ch.reto_hoehener.japng |
---|
Methods in ch.reto_hoehener.japng that return BlendOp | |
---|---|
static BlendOp |
BlendOp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BlendOp[] |
BlendOp.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in ch.reto_hoehener.japng with parameters of type BlendOp | |
---|---|
void |
Apng.addFrame(java.awt.image.BufferedImage image,
int displayMillis,
DisposeOp disposeOp,
BlendOp blendOp)
BufferedImage variant of Apng.addFrame(File, int, DisposeOp, BlendOp) |
void |
Apng.addFrame(java.awt.image.BufferedImage image,
int displayMillis,
DisposeOp disposeOp,
BlendOp blendOp,
int x_offset,
int y_offset)
BufferedImage variant of Apng.addFrame(File, int, DisposeOp, BlendOp, int, int) |
void |
Apng.addFrame(java.io.File imageFile,
int displayMillis,
DisposeOp disposeOp,
BlendOp blendOp)
Same as calling addFrame(imageFile, displayMillis, disposeOp, blendOp, 0, 0). |
void |
Apng.addFrame(java.io.File imageFile,
int displayMillis,
DisposeOp disposeOp,
BlendOp blendOp,
int x_offset,
int y_offset)
Adds a frame to the animation, at the specified x/y offset. |
void |
Apng.addFrame(java.io.InputStream imageStream,
int displayMillis,
DisposeOp disposeOp,
BlendOp blendOp)
InputStream variant of Apng.addFrame(File, int, DisposeOp, BlendOp) |
void |
Apng.addFrame(java.io.InputStream imageStream,
int displayMillis,
DisposeOp disposeOp,
BlendOp blendOp,
int x_offset,
int y_offset)
InputStream variant of Apng.addFrame(File, int, DisposeOp, BlendOp, int, int) |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |