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 class
PlotInputException
-
Uses of PlotException in mgui.interfaces.plots.mgui
Methods in mgui.interfaces.plots.mgui that throw PlotException Modifier and Type Method Description abstract void
InterfacePlotMgui. setDataSource(InterfaceDataSource<?> source)
Sets the data source for this plotvoid
MatrixImagePlot. 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.void
SgtPlotLayout. addData(T object)
Add a data object to this plot, and if autoranges are set, update ranges accordingly.protected void
SgtCartesianLayout. addGraph(java.lang.String label, gov.noaa.pmel.sgt.CartesianGraph graph)
protected void
SgtCartesianLayout. addGraph(T object)
protected abstract void
SgtPlotLayout. addGraph(T object)
Creates a graph forobject
and adds it to its own layer.void
SgtPlotLayout. addLayer(java.lang.String name, gov.noaa.pmel.sgt.Layer layer)
Adds a layer with the specified name to this layout.protected abstract G
SgtPlotLayout. initPlot(T object)
Initiates the plot using the given initial data object.abstract void
InterfacePlotSgt. setDataSource(InterfaceDataSource<?> source)
void
SgtMultilinePlot. setDataSource(InterfaceDataSource<?> source)
void
SgtScatterplot. setDataSource(InterfaceDataSource<?> source)
void
SgtAxis. update()
Updates the appearance of this axis from its attributes.