public void setFocus() {
mainComposite.setFocus();
}
public void renderPNG(IFile file){
PluginSettings ps = PluginSettings.instance();
IDeviceRenderer idr = null;
try {
idr = ps.getDevice("dv.PNG");
} catch (ChartException pex) {
pex.printStackTrace();
}
// define the bounds in points