Uses of Class
mgui.interfaces.plots.PlotException
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.mgui | |
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of PlotException in mgui.interfaces.plots
Subclasses of PlotException in mgui.interfaces.plots Modifier and Type Class Description classPlotInputException -
Uses of PlotException in mgui.interfaces.plots.mgui
Methods in mgui.interfaces.plots.mgui that throw PlotException Modifier and Type Method Description abstract voidInterfacePlotMgui. setDataSource(InterfaceDataSource<?> source)Sets the data source for this plotvoidMatrixImagePlot. setDataSource(InterfaceDataSource<?> source) -
Uses of PlotException in mgui.interfaces.plots.sgt
Methods in mgui.interfaces.plots.sgt that throw PlotException Modifier and Type Method Description SgtAxis<gov.noaa.pmel.sgt.PlainAxis>SgtCartesianLayout. addAxis(java.lang.String name, gov.noaa.pmel.sgt.PlainAxis axis, SgtPlotFunctions.AxisType type)SgtAxis<A>SgtPlotLayout. addAxis(java.lang.String name, A axis, SgtPlotFunctions.AxisType type)Adds an axis to this plot.voidSgtPlotLayout. addData(T object)Add a data object to this plot, and if autoranges are set, update ranges accordingly.protected voidSgtCartesianLayout. addGraph(java.lang.String label, gov.noaa.pmel.sgt.CartesianGraph graph)protected voidSgtCartesianLayout. addGraph(T object)protected abstract voidSgtPlotLayout. addGraph(T object)Creates a graph forobjectand adds it to its own layer.voidSgtPlotLayout. addLayer(java.lang.String name, gov.noaa.pmel.sgt.Layer layer)Adds a layer with the specified name to this layout.protected abstract GSgtPlotLayout. initPlot(T object)Initiates the plot using the given initial data object.abstract voidInterfacePlotSgt. setDataSource(InterfaceDataSource<?> source)voidSgtMultilinePlot. setDataSource(InterfaceDataSource<?> source)voidSgtScatterplot. setDataSource(InterfaceDataSource<?> source)voidSgtAxis. update()Updates the appearance of this axis from its attributes.