|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.image.encode.AlphaMultiplyEncoder
public class AlphaMultiplyEncoder
Implementation of ImageEncoder that runs an image through an AlphaMultiplyFilter before passing it to an encoder.
| Constructor Summary | |
|---|---|
AlphaMultiplyEncoder(ImageEncoder wrappedEncoder)
|
|
| Method Summary | |
|---|---|
void |
encodeImage(java.awt.Image image,
java.io.OutputStream out)
Implementation of ImageEncoder.encodeImage() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlphaMultiplyEncoder(ImageEncoder wrappedEncoder)
| Method Detail |
|---|
public void encodeImage(java.awt.Image image,
java.io.OutputStream out)
throws java.io.IOException
encodeImage in interface ImageEncoderimage - The image to encodeout - The output stream to which the image should be encoded
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||