|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jCharts.encoders.PNGEncoder
public final class PNGEncoder
This class REQUIRES the jdk 1.4
| Field Summary | |
|---|---|
private static java.lang.String |
PNG
|
| Constructor Summary | |
|---|---|
private |
PNGEncoder()
|
| Method Summary | |
|---|---|
static void |
encode(Chart chart,
java.io.OutputStream outputStream)
Encodes the Chart to an OutputStream which can be a file or any other OutputStream implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String PNG
| Constructor Detail |
|---|
private PNGEncoder()
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public static final void encode(Chart chart,
java.io.OutputStream outputStream)
throws ChartDataException,
PropertyException,
java.io.IOException
chart - outputStream -
ChartDataException
PropertyException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||