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

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

Introduction

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

The text is from its open source code.

Constructor

Method

byte[]encode(BufferedImage bufferedImage)
Encodes an image in PNG format.
voidencode(BufferedImage bufferedImage, OutputStream outputStream)
Encodes an image in PNG format and writes it to an OutputStream.
voidsetEncodingAlpha(boolean encodingAlpha)
Set whether the encoder should encode alpha transparency (supported).
voidsetQuality(float quality)
Set the quality of the image encoding (supported).