Package org.eclipse.dawnsci.plotting.api
Interface IPrintablePlotting
- All Known Subinterfaces:
IPlottingSystem<T>
- All Known Implementing Classes:
AbstractPlottingSystem,LightWeightPlotViewer,PlottingSystemImpl,ThreadSafePlottingSystem
public interface IPrintablePlotting
Export / save tools used to export / save a plotting system
-
Method Summary
Modifier and TypeMethodDescriptionvoidCopy plotting to clip board of the OSvoidPrint/preview the plottingvoidPrints out the plotting in a scaled waysavePlotting(String filename) Export/Save the plotting to an image format (PostScript, JPEG, PNG) through a dialog boxvoidsavePlotting(String filename, String filetype) Export/Save the plotting to an image format without a dialog box
-
Method Details
-
printScaledPlotting
void printScaledPlotting()Prints out the plotting in a scaled way -
printPlotting
void printPlotting()Print/preview the plotting -
copyPlotting
void copyPlotting()Copy plotting to clip board of the OS -
savePlotting
Export/Save the plotting to an image format (PostScript, JPEG, PNG) through a dialog box- Parameters:
filename-- Throws:
Exception
-
savePlotting
Export/Save the plotting to an image format without a dialog box- Parameters:
filename-- Throws:
Exception
-