Java org.jfree.chart.encoders EncoderUtil fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.encoders EncoderUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.encoders EncoderUtil.

The text is from its open source code.

Method

byte[]encode(BufferedImage image, String format, boolean encodeAlpha)
Encode the image in a specific format.
byte[]encode(BufferedImage image, String format, float quality)
Encode the image in a specific format.
byte[]encode(BufferedImage image, String format)
Encode the image in a specific format.
byte[]encode(BufferedImage image, String format, float quality, boolean encodeAlpha)
Encode the image in a specific format.
voidwriteBufferedImage(BufferedImage image, String format, OutputStream outputStream)
Encode the image in a specific format and write it to an OutputStream.
voidwriteBufferedImage(BufferedImage image, String format, OutputStream outputStream, float quality)
Encode the image in a specific format and write it to an OutputStream.
voidwriteBufferedImage(BufferedImage image, String format, OutputStream outputStream, boolean encodeAlpha)
Encode the image in a specific format and write it to an OutputStream.