Package | Description |
---|---|
com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
com.mockturtlesolutions.snifflib.util |
Contains some utility classes providing methods of broad applicability.
|
Modifier and Type | Class and Description |
---|---|
class |
SLAnnotation |
class |
SLAxes |
class |
SLAxesRangeIndicator |
class |
SLBarChart |
class |
SLGrid |
class |
SLHistogram |
class |
SLIconifiedAnnotation |
class |
SLLegend
This is an abstract object.
|
class |
SLLine |
class |
SLPolyRegion |
class |
SLSurface |
Modifier and Type | Field and Description |
---|---|
protected SLComponent |
SLGrid.parent |
protected SLComponent |
SLAnnotation.parent |
Modifier and Type | Method and Description |
---|---|
SLComponent |
SLAnnotation.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
SLLine.addChild(SLComponent b) |
void |
SLSurface.addChild(SLComponent child) |
abstract void |
SLComponent.addChild(SLComponent C) |
void |
SLPolyRegion.addChild(SLComponent b) |
void |
SLLegend.addChild(SLComponent c) |
void |
SLAxes.addChild(SLComponent b) |
void |
SLGrid.addChild(SLComponent b) |
void |
SLAnnotation.addChild(SLComponent c) |
void |
ShapeClipMap.addComponent(SLComponent C) |
boolean |
SLLine.hasChild(SLComponent b) |
boolean |
SLSurface.hasChild(SLComponent comp) |
abstract boolean |
SLComponent.hasChild(SLComponent C) |
boolean |
SLPolyRegion.hasChild(SLComponent b) |
boolean |
SLLegend.hasChild(SLComponent b) |
boolean |
SLAxes.hasChild(SLComponent b) |
boolean |
SLGrid.hasChild(SLComponent b) |
boolean |
SLAnnotation.hasChild(SLComponent b) |
void |
SLAxes.removeChild(SLComponent b) |
void |
SLFigure.removeChild(SLComponent b)
Removes child.
|
void |
ShapeClipMap.removeComponent(SLComponent C) |
boolean |
SLComponent.seenIntersecting(SLComponent C,
SLCamera cam)
Convenience syntax that always returns false for intersection tests.
|
void |
SLAnnotation.setParent(SLComponent par)
Sets the component to which this child component should be added.
|
SLLine |
SLLine.spawnUnder(SLComponent par)
Creates a new line that is drawn under the level of the given parent.
|
Constructor and Description |
---|
SLAnnotation(SLLocator locator,
SLComponent parent) |
SLAxesRangeIndicator(SLComponent parent) |
SLAxesRangeIndicator(SLLocator locator,
SLComponent parent) |
SLBarChart(SLComponent parent) |
SLBarChart(SLLocator locator,
SLComponent par) |
SLComponentEvent(SLComponent source,
int id) |
SLGrid(SLComponent par) |
SLGrid(SLLocator locator,
SLComponent par) |
SLHistogram(SLComponent parent) |
SLHistogram(SLLocator locator,
SLComponent par) |
SLIconifiedAnnotation(SLLocator locator,
SLComponent parent) |
SLLine(SLComponent parent) |
SLLine(SLLocator locator,
SLComponent parent) |
SLPolyRegion(SLComponent parent) |
SLPolyRegion(SLLocator locator,
SLComponent parent) |
SLSurface(SLComponent parent,
DblMatrix X,
DblMatrix Y,
DblMatrix Z) |
SLSurface(SLLocator locator,
SLComponent parent,
DblMatrix X,
DblMatrix Y,
DblMatrix Z) |
Modifier and Type | Method and Description |
---|---|
SLAnnotation |
LabelGridElementAnnotator.annotationFor(java.lang.String labstr,
SLLocator locator,
SLComponent parent,
GridElement elem) |
SLAnnotation |
GridElementAnnotator.annotationFor(java.lang.String labstr,
SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
GradientGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
LinearGradientGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
RadialGradientGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
GridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
TextureGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
Copyright © 2011, 2013. Daniel P. Dougherty