Uses of Class
nl.astron.lofar.java.gui.plotter.exceptions.PlotterException

Packages that use PlotterException
nl.astron.lofar.java.gui.plotter   
nl.astron.lofar.java.gui.plotter.exceptions   
 

Uses of PlotterException in nl.astron.lofar.java.gui.plotter
 

Methods in nl.astron.lofar.java.gui.plotter that throw PlotterException
 void PlotPanel.createPlot(int type, boolean separateLegend, java.lang.String[] constraints)
          This method will attempt to generate a plot using several key arguments: -int type (this is defined by PlotConstants.PLOT_*) -boolean separateLegend (this will tell the plotter that you would like a separate JComponent legend, otherwise you will see a legend where the plotter puts it by default.
 javax.swing.JComponent PlotController.createPlot(int type, boolean separateLegend, java.lang.String[] constraints)
           
 javax.swing.JComponent PlotSGTImpl.createPlot(int type, java.lang.String name, java.util.HashMap data, boolean separateLegend)
           
 javax.swing.JComponent IPlot.createPlot(int type, java.lang.String name, java.util.HashMap data, boolean separateLegend)
          Creates a plot using several key arguments
 java.awt.Image PlotController.createPlotImage(java.lang.String[] constraints)
           
 void PlotPanel.exportData(java.lang.String[] arguments)
          This method will attempt to export the data currently in the plot to your configured data export layer using a single argument: -String[] arguments (These are the arguments you need for the data export layer to export the data you currently have in the plot, and these strings can mean anything, as long as your configured data export layer supports them!)
 void PlotController.exportData(java.lang.String[] arguments)
           
 void PlotDataManager.exportData(java.lang.String[] exportParams, java.util.HashMap data)
           
 void IPlotDataExport.exportData(java.lang.String[] params, java.util.HashMap data)
          Exports a dataset using a set of parameters
 java.awt.Image PlotPanel.exportImage(int type, java.lang.String[] constraints)
          This method will attempt to generate a plot image using several key arguments: -int type (this is defined by PlotConstants.PLOT_*) -String[] constraints (These are the arguments you need for the data access layer to get the data you want, which can be anything, as long as your configured data access layer supports it!)
 javax.swing.JComponent PlotSGTImpl.getLegend(javax.swing.JComponent aPlot)
           
 javax.swing.JComponent IPlot.getLegend(javax.swing.JComponent aPlot)
          Create a legend/key using the plot specified
 javax.swing.JComponent PlotPanel.getLegendForPlot()
          This method will return the legend for the plot currently in memory.
 javax.swing.JComponent PlotController.getLegendForPlot(javax.swing.JComponent aPlot)
           
 void PlotPanel.modifyDataSelection()
          TODO: JavaDoc!
 java.awt.PrintJob PlotPanel.printPlot()
          This method will attempt to print the current plot
 java.util.HashMap PlotDataManager.retrieveData(java.lang.String[] constraints)
           
 

Uses of PlotterException in nl.astron.lofar.java.gui.plotter.exceptions
 

Subclasses of PlotterException in nl.astron.lofar.java.gui.plotter.exceptions
 class EmptyDataSetException
           
 class InvalidDataSetException
           
 class NotImplementedException
           
 class NotSupportedException
           
 class PlotterDataAccessException
           
 class PlotterDataAccessorInitializationException
           
 class PlotterDataAccessorNotCompatibleException
           
 class PlotterDataAccessorNotFoundException
           
 class PlotterFrameworkInitializationException
           
 class PlotterFrameworkNotCompatibleException
           
 class PlotterFrameworkNotFoundException