Package | Description |
---|---|
com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
Modifier and Type | Class and Description |
---|---|
class |
SLAxesRangeIndicator |
Modifier and Type | Method and Description |
---|---|
SLLine |
LinePointSelectionEvent.getSelectedLine() |
SLLine |
SLAxes.newLine(DblMatrix x,
DblMatrix y)
Adds a new SLLine to the this SLAxes.
|
SLLine |
SLAxes.newLine(DblMatrix x,
DblMatrix y,
java.awt.Color col)
Adds a new SLLine to the this SLAxes.
|
SLLine |
SLLine.spawnUnder(SLComponent par)
Creates a new line that is drawn under the level of the given parent.
|
Modifier and Type | Method and Description |
---|---|
void |
SLLegend.addLegend(java.lang.String token,
SLAnnotation T,
SLLine line) |
void |
SLLegend.addLegend(java.lang.String token,
SLLine line)
Add an association to the legend.
|
void |
ValueReportPlot.formatLine(SLLine line,
int num,
java.lang.String pname) |
void |
ParameterReportPlot.formatLine(SLLine line,
int num,
java.lang.String pname) |
Constructor and Description |
---|
LinePointSelectionEvent(SLLine l,
int s) |
Copyright © 2011, 2013. Daniel P. Dougherty