| Package | Description |
|---|---|
| com.metsci.glimpse.charts.bathy |
The bathymetry package defines utility classes for reading
bathymetric data in various formats.
|
| com.metsci.glimpse.painter.plot |
Painters which draw basic data plots.
|
| com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
| com.metsci.glimpse.painter.track |
Track visualization painters.
|
| com.metsci.glimpse.support.shader.line |
| Modifier and Type | Method and Description |
|---|---|
void |
ContourPainter.setStyle(LineStyle style) |
| Modifier and Type | Method and Description |
|---|---|
void |
XYLinePainter.setLineStyle(LineStyle style) |
| Modifier and Type | Method and Description |
|---|---|
void |
PolygonPainter.PolygonPainterLineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
LinePath path) |
void |
PolygonPainter.PolygonPainterLineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
LinePath path,
double ppvAspectRatio) |
void |
PolygonPainter.PolygonPainterLineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
StreamingLinePath path) |
void |
LineSetPainter.setLineStyle(LineStyle style) |
void |
PolygonPainter.setLineStyle(Object groupId,
LineStyle style) |
void |
PolygonPainter.PolygonPainterLineProgram.setStyle(javax.media.opengl.GL2ES2 gl,
LineStyle style) |
void |
DynamicLineSetPainter.DynamicLineSetPainterProgram.setStyle(javax.media.opengl.GL2ES2 gl,
LineStyle style) |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
StaticTrackPainter.getLineStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackPainter.setLineStyle(Object trackId,
LineStyle style) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
Collection<LineStrip> strips,
double ppvAspectRatio) |
void |
ColorLineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
ColorLinePath path) |
void |
ColorLineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
ColorLinePath path,
double ppvAspectRatio) |
void |
LineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
LinePath path) |
void |
LineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
LinePath path,
double ppvAspectRatio) |
void |
LineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
LineStrip strip,
double ppvAspectRatio) |
void |
LineProgram.draw(javax.media.opengl.GL2ES3 gl,
LineStyle style,
StreamingLinePath path) |
void |
LineProgram.setStyle(javax.media.opengl.GL2ES2 gl,
LineStyle style) |
void |
ColorLineProgram.setStyle(javax.media.opengl.GL2ES2 gl,
LineStyle style) |
| Constructor and Description |
|---|
LineStyle(LineStyle source) |
Copyright © 2018 Metron, Inc.. All rights reserved.