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 SLLegend |
ValueReportPlot.legend |
protected SLLegend |
ParameterReportPlot.legend |
Modifier and Type | Method and Description |
---|---|
SLLegend |
Plot.getLegend() |
SLLegend |
Plot.getLegend(int k)
Returns the kth legend.
|
SLLegend |
Plot.getLegend(java.lang.String key)
Returns the legend identified by the given key.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot.putLegend(java.lang.String key,
SLLegend leg)
Changes where the legend of the current axes.
|
Copyright © 2011, 2013. Daniel P. Dougherty