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

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

Introduction

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

The text is from its open source code.

Constructor

SunJPEGEncoderAdapter()
Creates a new SunJPEGEncoderAdapter instance.

Method

voidencode(BufferedImage bufferedImage, OutputStream outputStream)
Encodes an image in JPEG format and writes it to an output stream.