|
|||||||||
| 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.TIFFEncoderPlugin<ChartType>
public class TIFFEncoderPlugin<ChartType extends Chart<?>> extends ImagePlugin<ChartType>
Plug-in for making TIFF 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 |
|---|
TIFFEncoderPlugin(java.awt.Container container)
Plug-in constructor. |
TIFFEncoderPlugin(int iWidth,
int iHeight,
java.awt.Container container)
Plug-in constructor. |
TIFFEncoderPlugin(int iWidth,
int iHeight,
View cView)
Plug-in constructor. |
TIFFEncoderPlugin(TIFFType type,
java.awt.Container container)
Plug-in constructor. |
TIFFEncoderPlugin(TIFFType type,
int iWidth,
int iHeight,
java.awt.Container container)
Plug-in constructor. |
TIFFEncoderPlugin(TIFFType type,
int iWidth,
int iHeight,
View cView)
Plug-in constructor. |
TIFFEncoderPlugin(TIFFType type,
View cView)
Plug-in constructor. |
TIFFEncoderPlugin(View cView)
Plug-in constructor. |
| Modifier and Type | Method and Description |
|---|---|
void |
setTiffType(TIFFType type)
Sets TIFF file type is RGB or CMYK colors. |
| 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 TIFFEncoderPlugin(TIFFType type,
int iWidth,
int iHeight,
View cView)
View.
type - TIFF file typeiWidth - width of chart image.iHeight - height of chart image.cView - View of the chart for image rendering.
public TIFFEncoderPlugin(int iWidth,
int iHeight,
View cView)
View with TIFFType.RGB.
iWidth - width of chart image.iHeight - height of chart image.cView - View of the chart for image rendering.
public TIFFEncoderPlugin(TIFFType type,
View cView)
View.
type - TIFF file typecView - View of the chart for image rendering.public TIFFEncoderPlugin(View cView)
View with TIFFType.RGB.
cView - View of the chart for image rendering.
public TIFFEncoderPlugin(TIFFType type,
int iWidth,
int iHeight,
java.awt.Container container)
Container.
type - TIFF file typeiWidth - width of chart image.iHeight - height of chart image.container - Container of the chart for image rendering.
public TIFFEncoderPlugin(int iWidth,
int iHeight,
java.awt.Container container)
Container with TIFFType.RGB.
iWidth - width of chart image.iHeight - height of chart image.container - Container of the chart for image rendering.
public TIFFEncoderPlugin(TIFFType type,
java.awt.Container container)
Container.
type - TIFF file typecontainer - Container of the chart for image rendering.public TIFFEncoderPlugin(java.awt.Container container)
Container with TIFFType.RGB.
container - Container of the chart for image rendering.| Method Detail |
|---|
public void setTiffType(TIFFType type)
type - TIFF file type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||