|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chart | |
|---|---|
| com.approximatrix.charting | |
| com.approximatrix.charting.swing | |
| Uses of Chart in com.approximatrix.charting |
|---|
| Classes in com.approximatrix.charting that implement Chart | |
|---|---|
class |
AbstractChart
Implements the standard getter and setter methods for a chart. |
class |
DefaultChart
The Default class to create a chart. |
class |
ExtendedChart
|
| Methods in com.approximatrix.charting with parameters of type Chart | |
|---|---|
static void |
ChartEncoder.createEncodedImage(java.io.OutputStream os,
Chart chart,
java.lang.String format)
Prints the encoded image to an output stream. |
static void |
ChartEncoder.createGIF(java.io.OutputStream os,
Chart chart)
Deprecated. GIF encoding is no longer supported, use PNG instead |
static void |
ChartEncoder.createJPEG(java.io.OutputStream os,
Chart chart)
Prints the JPEG encoded image to an output stream. |
static void |
ChartEncoder.createPNG(java.io.OutputStream os,
Chart chart)
Prints the PNG encoded image to an output stream. |
| Uses of Chart in com.approximatrix.charting.swing |
|---|
| Classes in com.approximatrix.charting.swing that implement Chart | |
|---|---|
class |
ChartPanel
This Panel provides the possibility to include a Chart into a Swing Application. |
class |
ExtendedChartPanel
This Panel provides the possibility to include a Chart into a Swing Application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||