| Package | Description |
|---|---|
| com.metsci.glimpse.axis |
Provides classes for managing the display area of
GlimpsePainter
instances. |
| com.metsci.glimpse.axis.painter |
Painters which display the state of an axis with tick marks, labels,
color scales, and other decorations.
|
| com.metsci.glimpse.axis.tagged.painter |
Axis painters specific to tagged axes.
|
| com.metsci.glimpse.canvas |
Heavy weight canvases on which all Glimpse rendering is performed.
|
| com.metsci.glimpse.charts.bathy |
The bathymetry package defines utility classes for reading
bathymetric data in various formats.
|
| com.metsci.glimpse.charts.shoreline |
Data structures and data IO utilities for display land polygon outlines.
|
| com.metsci.glimpse.charts.slippy | |
| com.metsci.glimpse.context |
Data structures and classes for describing the current Glimpse rendering context.
|
| com.metsci.glimpse.dnc | |
| com.metsci.glimpse.examples.icon |
Examples demonstrating display of raster fixed pixel size images.
|
| com.metsci.glimpse.examples.line |
Examples demonstrating usage of line shaders to draw mitered, feathered, and/or stippled lines.
|
| com.metsci.glimpse.gl.texture |
Wrapper classes for working with OpenGL textures inside a
GlimpsePainter. |
| com.metsci.glimpse.gl.util |
General OpenGL utility classes.
|
| com.metsci.glimpse.layout |
Provides a MigLayout-based framework for partitioning a
GlimpseCanvas into multiple
logical drawing areas. |
| com.metsci.glimpse.painter.base |
The GlimpsePainter interface as well as abstract implementations which make
it simpler to write common types of GlimpsePainters.
|
| com.metsci.glimpse.painter.decoration |
Painters which draw decorative elements of plots (usually unrelated to the data).
|
| com.metsci.glimpse.painter.geo |
Painters which draw plot elements for creating geographic display.
|
| com.metsci.glimpse.painter.group |
Aggregate painters which group multiple GlimpsePainters.
|
| com.metsci.glimpse.painter.info |
Painters which draw informational overlays.
|
| 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.texture |
Painters which display data contained in OpenGL textures, including
2D heat maps and images.
|
| com.metsci.glimpse.painter.track |
Track visualization painters.
|
| com.metsci.glimpse.plot.timeline.event | |
| com.metsci.glimpse.plot.timeline.event.paint | |
| com.metsci.glimpse.plot.timeline.painter | |
| com.metsci.glimpse.support.atlas | |
| com.metsci.glimpse.support.atlas.painter | |
| com.metsci.glimpse.support.shader.colormap | |
| com.metsci.glimpse.support.shader.triangle | |
| com.metsci.glimpse.support.texture |
Extensions to the basic
Texture subclasses. |
| com.metsci.glimpse.support.wrapped | |
| com.metsci.glimpse.swt.canvas | |
| com.metsci.glimpse.worldwind.canvas |
| Constructor and Description |
|---|
AxisNotSetException(GlimpseContext context) |
AxisNotSetException(GlimpsePainter painter,
GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
NumericXYAxisPainter.doDispose(GlimpseContext context) |
void |
NumericPolarAxisPainter.doPaintTo(GlimpseContext context) |
void |
NumericXAxisPainter.doPaintTo(GlimpseContext context) |
void |
NumericXYAxisPainter.doPaintTo(GlimpseContext context) |
void |
NumericYAxisPainter.doPaintTo(GlimpseContext context) |
void |
ColorXAxisPainter.doPaintTo(GlimpseContext context) |
void |
ColorYAxisPainter.doPaintTo(GlimpseContext context) |
void |
TimeXAxisPainter.doPaintTo(GlimpseContext context) |
void |
TimeYAxisPainter.doPaintTo(GlimpseContext context) |
void |
TimeAxisPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaggedColorXAxisPainter.doPaintTo(GlimpseContext context) |
void |
TaggedColorYAxisPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
GlimpseContext |
AbstractGlimpseCanvas.getGlimpseContext() |
GlimpseContext |
GlimpseCanvas.getGlimpseContext() |
GlimpseContext |
SwingGlimpseCanvas.getGlimpseContext()
Deprecated.
|
GlimpseContext |
SwingLightweightGlimpseCanvas.getGlimpseContext()
Deprecated.
|
GlimpseContext |
NewtSwingGlimpseCanvas.getGlimpseContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContourPainter.doDispose(GlimpseContext context) |
void |
ContourPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LandShapePainter.doDispose(GlimpseContext context) |
void |
LandShapePainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SlippyMapTilePainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
GlimpseContextImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DncPainter.dispose(GlimpseContext context) |
void |
DncPainter.paintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextureAtlasExample.SimpleIconPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LinePathExample.CustomLinesPainter.doPaintTo(GlimpseContext context) |
void |
LineStripExample.LineStripExamplePainter.doPaintTo(GlimpseContext context) |
void |
LineJoinExample2.CustomLinesPainter.doPaintTo(GlimpseContext context) |
void |
LineJoinExample.CustomLinesPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawableTextureProgram.begin(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
DrawableTextureProgram.dispose(GlimpseContext context) |
void |
FloatTexture2D.draw(GlimpseContext context,
DrawableTextureProgram program,
int texUnit,
Collection<TextureUnit<Texture>> multiTextureList) |
void |
DrawableTexture.draw(GlimpseContext context,
DrawableTextureProgram program,
int texUnit,
Collection<TextureUnit<Texture>> multiTextureList)
Draw the texture using the provided program.
|
void |
DrawableTextureProgram.draw(GlimpseContext context,
int mode,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
DrawableTextureProgram.draw(GlimpseContext context,
int mode,
int xyVbo,
int sVbo,
int first,
int count) |
void |
DrawableTextureProgram.end(GlimpseContext context) |
boolean |
AbstractTexture.prepare(GlimpseContext context,
int texUnit) |
boolean |
Texture.prepare(GlimpseContext context,
int texUnit)
Allocates space for the texture in GPU texture memory (once, if this is the
first time that
prepare( GL, int) has been called), copies texture
data from the heap into GPU memory (if isDirty() is true). |
int |
FloatTexture2D.sVbo(GlimpseContext context) |
int |
FloatTexture2D.xyVbo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
static GlimpseBounds |
GLUtils.getClippedBounds(GlimpseContext context) |
static void |
GLUtils.setViewportAndScissor(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlimpseLayoutDelegate.cacheBounds(GlimpseContext context,
GlimpseBounds bounds) |
void |
GlimpseLayoutDelegate.dispose(GlimpseContext context) |
void |
GlimpseLayout.dispose(GlimpseContext context) |
Axis2D |
GlimpseAxisLayout2D.getAxis(GlimpseContext context) |
Axis1D |
GlimpseAxisLayout1D.getAxis(GlimpseContext context) |
GlimpseBounds |
GlimpseLayoutDelegate.getCachedBounds(GlimpseContext context) |
D |
GlimpseLayoutCache.getValue(GlimpseContext context) |
D |
GlimpseLayoutCache.getValueNoBoundsCheck(GlimpseContext context) |
GlimpseBounds |
GlimpseLayout.layoutTo(GlimpseContext context) |
void |
GlimpseLayoutDelegate.layoutTo(GlimpseContext context,
GlimpseBounds bounds) |
void |
GlimpseLayoutDelegate.paintTo(GlimpseContext context) |
void |
GlimpseLayout.paintTo(GlimpseContext context) |
void |
GlimpseAxisLayout1D.setAxis(GlimpseContext context,
Axis1D axis) |
void |
GlimpseAxisLayout2D.setAxis(GlimpseContext context,
Axis2D axis) |
void |
GlimpseLayoutCache.setValue(GlimpseContext context,
D value) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlimpsePainterBase.dispose(GlimpseContext context) |
void |
GlimpsePainter.dispose(GlimpseContext context)
Free GPU and CPU memory associated with this this GlimpsePainter.
|
static Axis1D |
GlimpsePainterBase.getAxis1D(GlimpseContext context) |
static Axis2D |
GlimpsePainterBase.getAxis2D(GlimpseContext context) |
static GlimpseBounds |
GlimpsePainterBase.getBounds(GlimpseContext context) |
static javax.media.opengl.GL3 |
GlimpsePainterBase.getGL3(GlimpseContext context) |
void |
GlimpsePainterBase.paintTo(GlimpseContext context) |
void |
GlimpsePainter.paintTo(GlimpseContext context)
Renders this GlimpsePainter to the provided GlimpseContext.
|
void |
GlimpsePainterCallback.postPaint(GlimpsePainter painter,
GlimpseContext context) |
void |
GlimpsePainterCallback.prePaint(GlimpsePainter painter,
GlimpseContext context) |
static Axis1D |
GlimpsePainterBase.requireAxis1D(GlimpseContext context) |
static Axis2D |
GlimpsePainterBase.requireAxis2D(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundPainter.dispose(GlimpseContext context) |
void |
CopyrightPainter.doDispose(GlimpseContext context) |
void |
LegendPainter.doDispose(GlimpseContext context) |
void |
GridPainter.doPaintTo(GlimpseContext context) |
void |
LegendPainter.doPaintTo(GlimpseContext context) |
void |
CrosshairPainter.doPaintTo(GlimpseContext context) |
void |
MapBorderPainter.doPaintTo(GlimpseContext context) |
void |
BackgroundPainter.paintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScalePainter.doDispose(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatePainter.dispose(GlimpseContext context) |
void |
WrappedPainter.doDispose(GlimpseContext context) |
void |
WrappedPainter.doPaintTo(GlimpseContext context) |
void |
DelegatePainter.paintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTextPainter.dispose(GlimpseContext context) |
void |
CursorTextPainter.doDispose(GlimpseContext context) |
void |
MeasurementPainter.doDispose(GlimpseContext context) |
void |
CursorTextPainter.doPaintTo(GlimpseContext context) |
void |
MeasurementPainter.doPaintTo(GlimpseContext context) |
void |
MinimapLayout.MiniMapBoundsPainter.doPaintTo(GlimpseContext context) |
void |
AnnotationPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistogramPainter.doDispose(GlimpseContext context) |
void |
XYLinePainter.doDispose(GlimpseContext context) |
void |
StackedHistogramPainter.doDispose(GlimpseContext context) |
void |
HistogramPainter.doPaintTo(GlimpseContext context) |
void |
XYLinePainter.doPaintTo(GlimpseContext context) |
void |
StackedHistogramPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PolygonPainter.doDispose(GlimpseContext context) |
void |
PointSetPainter.doDispose(GlimpseContext context) |
void |
PolygonPainterSimple.doDispose(GlimpseContext context) |
void |
LineSetPainter.doDispose(GlimpseContext context) |
void |
PolygonPainter.doPaintTo(GlimpseContext context) |
void |
DynamicLineSetPainter.doPaintTo(GlimpseContext context) |
void |
DynamicPointSetPainter.doPaintTo(GlimpseContext context) |
void |
PointSetPainter.doPaintTo(GlimpseContext context) |
void |
ShadedPointPainter.doPaintTo(GlimpseContext context) |
void |
PolygonPainterSimple.doPaintTo(GlimpseContext context) |
void |
LineSetPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaggedHeatMapPainter.doDispose(GlimpseContext context) |
void |
ShadedTexturePainter.doDispose(GlimpseContext context) |
void |
ShadedTexturePainter.doPaintTo(GlimpseContext context) |
boolean |
TextureUnit.prepare(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackPainter.doDispose(GlimpseContext context) |
void |
StaticTrackPainter.doPaintTo(GlimpseContext context) |
void |
TrackPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.paint(GlimpseContext context,
EventPainter defaultPainter,
Event nextEvent,
EventPlotInfo info,
int posMin,
int posMax) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventPainterManager.doPaintTo(GlimpseContext context) |
void |
DefaultEventPainter.paint(GlimpseContext context,
Event event,
Event nextEvent,
EventPlotInfo info,
int posMin,
int posMax) |
void |
EventPainter.paint(GlimpseContext context,
Event event,
Event nextEvent,
EventPlotInfo info,
int posMin,
int posMax)
Renders the provided Event (potentially displaying its icon, label, time extents, etc...).
|
void |
GroupedEventPainter.paint(GlimpseContext context,
EventPlotInfo info,
Collection<EventDrawInfo> events)
Draw all the events in the provided collection using the provided context.
|
void |
DefaultGroupedEventPainter.paint(GlimpseContext context,
EventPlotInfo info,
Collection<EventDrawInfo> events) |
void |
GroupedEventPainterAdapter.paint(GlimpseContext context,
EventPlotInfo info,
Collection<EventDrawInfo> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSelectedTimeRegionPainter.doPaintTo(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextureAtlas.beginRendering(GlimpseContext context) |
void |
TextureAtlas.beginRendering(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
TextureAtlas.beginRenderingAxisOrtho(GlimpseContext context) |
void |
TextureAtlas.beginRenderingAxisOrtho(GlimpseContext context,
Axis2D axis) |
void |
TextureAtlas.beginRenderingPixelOrtho(GlimpseContext context) |
void |
TextureAtlas.beginRenderingPixelOrtho(GlimpseContext context,
GlimpseBounds bounds) |
void |
TextureAtlas.drawImage(GlimpseContext context,
double ppvX,
double ppvY,
ImageDataInternal data,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
Axis2D axis,
double positionX,
double positionY) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
Axis2D axis,
double positionX,
double positionY,
double scale) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
Axis2D axis,
double positionX,
double positionY,
double scaleX,
double scaleY) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
Axis2D axis,
double positionX,
double positionY,
double scaleX,
double scaleY,
float[] rgba) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
Axis2D axis,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY)
Draws an image from the TextureAtlas using the given GL handle.
|
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY,
float[] rgba) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
int positionX,
int positionY) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
int positionX,
int positionY,
double scaleX,
double scaleY) |
void |
TextureAtlas.drawImage(GlimpseContext context,
Object id,
int positionX,
int positionY,
double scaleX,
double scaleY,
int centerX,
int centerY) |
void |
TextureAtlas.drawImageAxisX(GlimpseContext context,
Object id,
Axis1D axis,
double positionX,
double positionY) |
void |
TextureAtlas.drawImageAxisX(GlimpseContext context,
Object id,
Axis1D axis,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY)
Draws an image from the TextureAtlas with the x position specified in axis space
and the y position specified in pixel space.
|
void |
TextureAtlas.drawImageAxisX(GlimpseContext context,
Object id,
Axis1D axis,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY,
float[] rgba) |
void |
TextureAtlas.drawImageAxisY(GlimpseContext context,
Object id,
Axis1D axis,
double positionX,
double positionY)
Draws an image from the TextureAtlas with the y position specified in axis space
and the x position specified in pixel space.
|
void |
TextureAtlas.drawImageAxisY(GlimpseContext context,
Object id,
Axis1D axis,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY) |
void |
TextureAtlas.drawImageAxisY(GlimpseContext context,
Object id,
Axis1D axis,
double positionX,
double positionY,
double scaleX,
double scaleY,
int centerX,
int centerY,
float[] rgba) |
void |
TextureAtlas.endRendering(GlimpseContext context)
Resets OpenGL state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IconPainter.doPaintTo(GlimpseContext context) |
void |
IconPainter.paintIcons(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColorMapTaggedProgram.begin(GlimpseContext context) |
void |
ColorMapProgram.begin(GlimpseContext context) |
void |
ColorMapTaggedProgram.begin(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorMapProgram.begin(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorMapTaggedProgram.dispose(GlimpseContext context) |
void |
ColorMapProgram.dispose(GlimpseContext context) |
void |
ColorMapTaggedProgram.draw(GlimpseContext context,
int mode,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorMapProgram.draw(GlimpseContext context,
int mode,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorMapTaggedProgram.draw(GlimpseContext context,
int mode,
int xyVbo,
int sVbo,
int first,
int count) |
void |
ColorMapProgram.draw(GlimpseContext context,
int mode,
int xyVbo,
int sVbo,
int first,
int count) |
void |
ColorMapTaggedProgram.end(GlimpseContext context) |
void |
ColorMapProgram.end(GlimpseContext context) |
void |
ColorMapTaggedProgram.setAxisOrtho(GlimpseContext context,
Axis2D axis) |
void |
ColorMapProgram.setAxisOrtho(GlimpseContext context,
Axis2D axis) |
void |
ColorMapTaggedProgram.setOrtho(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorMapProgram.setOrtho(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorMapTaggedProgram.setPixelOrtho(GlimpseContext context,
GlimpseBounds bounds) |
void |
ColorMapProgram.setPixelOrtho(GlimpseContext context,
GlimpseBounds bounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColorTexture2DProgram.begin(GlimpseContext context) |
void |
ColorTexture1DProgram.begin(GlimpseContext context) |
void |
ColorTexture2DProgram.begin(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorTexture1DProgram.begin(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorTexture2DProgram.dispose(GlimpseContext context)
Deletes the program, and resets this object to the way it was before
#begin(GL2ES2)
was first called. |
void |
ColorTexture1DProgram.dispose(GlimpseContext context) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
AbstractTexture texture,
GLEditableBuffer xyVertices,
GLEditableBuffer sVertices) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
AbstractTexture texture,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
int mode,
AbstractTexture texture,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
int mode,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
int mode,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
int xyVbo,
int sVbo,
int first,
int count) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
int xyVbo,
int sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
int mode,
int xyVbo,
int sVbo,
int first,
int count) |
void |
ColorTexture1DProgram.draw(GlimpseContext context,
int mode,
int xyVbo,
int sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
int mode,
com.jogamp.opengl.util.texture.Texture texture,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
int mode,
Texture texture,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
Texture texture,
GLEditableBuffer xyVertices,
GLEditableBuffer sVertices) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
com.jogamp.opengl.util.texture.Texture texture,
GLEditableBuffer xyVertices,
GLEditableBuffer sVertices) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
com.jogamp.opengl.util.texture.Texture texture,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.draw(GlimpseContext context,
Texture texture,
GLEditableBuffer xyVbo,
GLEditableBuffer sVbo,
int first,
int count) |
void |
ColorTexture2DProgram.end(GlimpseContext context) |
void |
ColorTexture1DProgram.end(GlimpseContext context) |
ColorTexture2DProgram.ProgramHandles |
ColorTexture2DProgram.handles(GlimpseContext context) |
void |
ColorTexture2DProgram.setAxisOrtho(GlimpseContext context,
Axis2D axis) |
void |
ColorTexture1DProgram.setAxisOrtho(GlimpseContext context,
Axis2D axis) |
void |
ColorTexture2DProgram.setColor(GlimpseContext context,
float[] rgba) |
void |
ColorTexture2DProgram.setOrtho(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorTexture1DProgram.setOrtho(GlimpseContext context,
float xMin,
float xMax,
float yMin,
float yMax) |
void |
ColorTexture2DProgram.setPixelOrtho(GlimpseContext context,
GlimpseBounds bounds) |
void |
ColorTexture1DProgram.setPixelOrtho(GlimpseContext context,
GlimpseBounds bounds) |
void |
ColorTexture2DProgram.setTexture(GlimpseContext context,
int textureUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextureProjected2D.draw(GlimpseContext context,
DrawableTextureProgram program,
int texUnit) |
void |
TextureProjected2D.draw(GlimpseContext context,
DrawableTextureProgram program,
int texUnit,
Collection<TextureUnit<Texture>> multiTextureList) |
boolean |
TextureProjected2D.prepare(GlimpseContext context,
int texUnit) |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedGlimpseContext |
| Modifier and Type | Method and Description |
|---|---|
static Wrapper2D |
WrappedGlimpseContext.getWrapper2D(GlimpseContext context) |
| Modifier and Type | Method and Description |
|---|---|
GlimpseContext |
NewtSwtGlimpseCanvas.getGlimpseContext() |
| Modifier and Type | Method and Description |
|---|---|
GlimpseContext |
SimpleOffscreenCanvas.getGlimpseContext()
Deprecated.
|
Copyright © 2018 Metron, Inc.. All rights reserved.