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 Type
    Method
    Description
    void
    Copy plotting to clip board of the OS
    void
    Print/preview the plotting
    void
    Prints out the plotting in a scaled way
    savePlotting(String filename)
    Export/Save the plotting to an image format (PostScript, JPEG, PNG) through a dialog box
    void
    savePlotting(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

      String savePlotting(String filename) throws Exception
      Export/Save the plotting to an image format (PostScript, JPEG, PNG) through a dialog box
      Parameters:
      filename -
      Throws:
      Exception
    • savePlotting

      void savePlotting(String filename, String filetype) throws Exception
      Export/Save the plotting to an image format without a dialog box
      Parameters:
      filename -
      Throws:
      Exception