Uses of Class
mgui.interfaces.plots.InterfacePlotOptions
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of InterfacePlotOptions in mgui.interfaces.plots
Methods in mgui.interfaces.plots that return InterfacePlotOptions Modifier and Type Method Description InterfacePlotOptions<?>InterfacePlot. getOptionsInstance()Returns an instance ofInterfacePlotOptionswith which to specify this plot object.Methods in mgui.interfaces.plots with parameters of type InterfacePlotOptions Modifier and Type Method Description voidInterfacePlot. setFromOptions(InterfacePlotOptions<?> options)Sets up this plot object fromoptions.abstract InterfacePlot<?>InterfacePlotDialog. showDialog(javax.swing.JFrame frame, InterfacePlotOptions<?> options)Constructors in mgui.interfaces.plots with parameters of type InterfacePlotOptions Constructor Description InterfacePlotDialog(javax.swing.JFrame frame, InterfacePlotOptions<T> options) -
Uses of InterfacePlotOptions in mgui.interfaces.plots.sgt
Methods in mgui.interfaces.plots.sgt that return InterfacePlotOptions Modifier and Type Method Description InterfacePlotOptions<?>SgtMultilinePlot. getOptionsInstance()InterfacePlotOptions<?>SgtScatterplot. getOptionsInstance()Methods in mgui.interfaces.plots.sgt with parameters of type InterfacePlotOptions Modifier and Type Method Description voidSgtMultilinePlot. setFromOptions(InterfacePlotOptions<?> options)voidSgtScatterplot. setFromOptions(InterfacePlotOptions<?> options)InterfacePlot<?>SgtMultilinePlotDialog. showDialog(javax.swing.JFrame frame, InterfacePlotOptions<?> options)InterfacePlot<?>SgtScatterPlotDialog. showDialog(javax.swing.JFrame frame, InterfacePlotOptions<?> options)Constructors in mgui.interfaces.plots.sgt with parameters of type InterfacePlotOptions Constructor Description SgtMultilinePlotDialog(javax.swing.JFrame frame, InterfacePlotOptions<SgtMultilinePlot> options)SgtScatterPlotDialog(javax.swing.JFrame frame, InterfacePlotOptions<SgtScatterplot> options)