Package | Description |
---|---|
com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
com.mockturtlesolutions.snifflib.stats |
Contains standard classes and interfaces for statistical storage classes and algorithms.
|
Modifier and Type | Field and Description |
---|---|
protected SLFigure |
FigureReporter.figure |
protected SLFigure |
FigureReportInstance.thefigure |
Modifier and Type | Method and Description |
---|---|
SLFigure |
FigureReportInstance.getFigure() |
SLFigure |
FigureReporter.getNewFigure() |
Modifier and Type | Method and Description |
---|---|
void |
FigureReportInstance.setFigure(SLFigure p) |
Constructor and Description |
---|
SLAxes(SLFigure fig) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSpreadsheetPanel.linkFigureAsPNG(SLFigure fig,
java.lang.String label) |
void |
DefaultSpreadsheetPanel.linkFigureAsPNG(SLFigure fig,
java.lang.String label,
java.lang.String fname) |
void |
DefaultSpreadsheetPanel.registerFigure(java.lang.String label,
SLFigure x) |
Modifier and Type | Method and Description |
---|---|
SLFigure |
Plot.getFigure() |
Modifier and Type | Method and Description |
---|---|
void |
Plot.setFigure(SLFigure fig) |
Copyright © 2011, 2013. Daniel P. Dougherty