Uses of Class
mgui.interfaces.plots.sgt.SgtPlotLayout
Package | Description |
---|---|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of SgtPlotLayout in mgui.interfaces.plots.sgt
Subclasses of SgtPlotLayout in mgui.interfaces.plots.sgt Modifier and Type Class Description class
SgtCartesianLayout<T extends SgtPlotObject<?>>
Abstract extension ofSgtPlotObject
forCartesianGraph
objects.class
SgtLineLayout
Layout for SGT line plots.class
SgtPointSetLayout
Layout for point sets.Fields in mgui.interfaces.plots.sgt declared as SgtPlotLayout Modifier and Type Field Description protected SgtPlotLayout<T,?,?>
InterfacePlotSgt. plot_layout
Methods in mgui.interfaces.plots.sgt with parameters of type SgtPlotLayout Modifier and Type Method Description protected void
InterfacePlotSgt. setLayout(SgtPlotLayout<T,?,?> layout)