|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.plugins.AbstractChartPlugin<ChartType>
lt.monarch.chart.plugins.ImagePlugin<ChartType>
lt.monarch.chart.plugins.GIFEncoderPlugin<ChartType>
public class GIFEncoderPlugin<ChartType extends Chart<?>> extends ImagePlugin<ChartType>
Plug-in for making GIF images from chart. Creates image from any specified
View.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class lt.monarch.chart.plugins.ImagePlugin |
|---|
ImagePlugin.ChartImageBuilder |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.plugins.ImagePlugin |
|---|
chartImage, chartView, container, encoder, imageHeight, imageWidth, insets, scaleImage |
| Constructor and Description |
|---|
GIFEncoderPlugin(java.awt.Container container)
Plug-in constructor. |
GIFEncoderPlugin(int iWidth,
int iHeight,
java.awt.Container container)
Plug-in constructor. |
GIFEncoderPlugin(int iWidth,
int iHeight,
View cView)
Plug-in constructor. |
GIFEncoderPlugin(View cView)
Plug-in constructor. |
| Modifier and Type | Method and Description |
|---|---|
void |
setLZW(boolean useLZW)
Used to indicate whether we are using LZW algorithm. |
void |
setTransparent(boolean useTransparent)
Used to indicate if background is transparent or not. |
| Methods inherited from class lt.monarch.chart.plugins.ImagePlugin |
|---|
activate, deactivate, generateImageFile, getEncoder, getInsets, processBeforeEncoding, setInsets |
| Methods inherited from class lt.monarch.chart.plugins.AbstractChartPlugin |
|---|
adjustChart, chart, getChart, install, isActivated, paint, uninstall |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GIFEncoderPlugin(int iWidth,
int iHeight,
View cView)
View.
iWidth - width of chart image.iHeight - height of chart image.cView - View of the chart for image rendering.public GIFEncoderPlugin(View cView)
View.
cView - View of the chart for image rendering.
public GIFEncoderPlugin(int iWidth,
int iHeight,
java.awt.Container container)
Container.
iWidth - width of chart image.iHeight - height of chart image.container - Container of the chart for image rendering.public GIFEncoderPlugin(java.awt.Container container)
Container.
container - Container of the chart for image rendering.| Method Detail |
|---|
public void setTransparent(boolean useTransparent)
useTransparent - - True if background is transparent.public void setLZW(boolean useLZW)
useLZW - - True if LZW algorithm will be used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||