Package | Description |
---|---|
com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
com.mockturtlesolutions.snifflib.stats |
Contains standard classes and interfaces for statistical storage classes and algorithms.
|
Modifier and Type | Field and Description |
---|---|
protected SLAxes |
ValueReportPlot.axes |
protected SLAxes |
ParameterReportPlot.axes |
Modifier and Type | Method and Description |
---|---|
SLAxes |
PlotPanel.getAxes() |
SLAxes |
AxesRangeSelection.getAxes() |
SLAxes |
SLCamera.getParent() |
SLAxes |
SLFigure.newAxes()
Adds a new SLAxes to the this SLFigure.
|
static SLAxes |
SLFigure.newPlotFrame()
Convenience syntax for creating a stand-alone figure in a JFrame.
|
Constructor and Description |
---|
AxesRangeSelection(SLAxes ax,
int dim) |
AxesRangeSelectionEvent(SLAxes src) |
BasicAxesMouseAdapter(SLAxes ax) |
ParameterReportPlot(SLAxes ax,
DefaultReporter rep) |
SLCamera(SLAxes p) |
SLLegend(SLLocator locator,
SLAxes parent) |
SLLegend(SLLocator locator,
SLAxes parent,
int orderm)
Creates a legend which orders its entries accoring to the given
strategy.
|
ValueReportPlot(SLAxes ax,
DefaultReporter rep) |
Modifier and Type | Method and Description |
---|---|
SLAxes |
Plot.getAxes() |
SLAxes |
Plot.getAxes(int k)
Returns the kth axes.
|
SLAxes |
Plot.getAxes(java.lang.String key)
Returns the axes identified by the given key.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot.putAxes(java.lang.String key,
SLAxes ax)
Changes where this plot will go.
|
Copyright © 2011, 2013. Daniel P. Dougherty