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

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

Introduction

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

The text is from its open source code.

Method

byte[]encode(BufferedImage bufferedImage)
Encodes an image in a particular format.
voidencode(BufferedImage bufferedImage, OutputStream outputStream)
Encodes an image in a particular format and writes it to an OutputStream.