Uses of Class
org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException
Packages that use UnsupportedEncoderException
Package
Description
-
Uses of UnsupportedEncoderException in org.pentaho.reporting.libraries.base.encoder
Methods in org.pentaho.reporting.libraries.base.encoder that throw UnsupportedEncoderExceptionModifier and TypeMethodDescriptionImageEncoderRegistry.createEncoder
(String mimeType) void
ImageEncoder.encodeImage
(Image image, OutputStream outputStream, float quality, boolean encodeAlpha) Encodes the given image using the given encoder-specific quality and alpha-channel settings and writes the encoded image-data to the given stream.void
JpegImageEncoder.encodeImage
(Image image, OutputStream outputStream) void
JpegImageEncoder.encodeImage
(Image image, OutputStream outputStream, float quality, boolean encodeAlpha) -
Uses of UnsupportedEncoderException in org.pentaho.reporting.libraries.base.util
Methods in org.pentaho.reporting.libraries.base.util that throw UnsupportedEncoderExceptionModifier and TypeMethodDescriptionvoid
PngEncoder.encodeImage
(Image image, OutputStream outputStream, float quality, boolean encodeAlpha)