lt.monarch.chart.plugins
Class WBMPEncoderPlugin<ChartType extends Chart<?>>
java.lang.Object
lt.monarch.chart.plugins.AbstractChartPlugin<ChartType>
lt.monarch.chart.plugins.ImagePlugin<ChartType>
lt.monarch.chart.plugins.WBMPEncoderPlugin<ChartType>
- All Implemented Interfaces:
- java.io.Serializable, ChartPlugin<ChartType>
public class WBMPEncoderPlugin<ChartType extends Chart<?>>
extends ImagePlugin<ChartType>
Plug-in for making WBMP images from chart. Creates image from any specified
View.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WBMPEncoderPlugin
public WBMPEncoderPlugin(int iWidth,
int iHeight,
View cView)
- Plug-in constructor. Allows to create the WBMP image from specified chart
View.
- Parameters:
iWidth - width of chart image.iHeight - height of chart image.cView - View of the chart for image rendering.
WBMPEncoderPlugin
public WBMPEncoderPlugin(View cView)
- Plug-in constructor. The size of the resulting WBMP image will be of the same as
the size of the chart
View.
- Parameters:
cView - View of the chart for image rendering.
WBMPEncoderPlugin
public WBMPEncoderPlugin(int iWidth,
int iHeight,
java.awt.Container container)
- Plug-in constructor. Allows to create the WBMP image from specified GUI
Container.
- Parameters:
iWidth - width of chart image.iHeight - height of chart image.container - Container of the chart for image rendering.
WBMPEncoderPlugin
public WBMPEncoderPlugin(java.awt.Container container)
- Plug-in constructor. The size of the resulting WBMP image will be the same as
the size of the chart
Container.
- Parameters:
container - Container of the chart for image rendering.