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.context |
Data structures and classes for describing the current Glimpse rendering context.
|
com.metsci.glimpse.examples.icon | |
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.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.painter.treemap |
Painters for visualizing hierarchical data as a set of nested rectangles.
|
com.metsci.glimpse.plot.timeline.animate | |
com.metsci.glimpse.plot.timeline.event | |
com.metsci.glimpse.plot.timeline.event.paint | |
com.metsci.glimpse.plot.timeline.painter | |
com.metsci.glimpse.support.atlas.painter | |
com.metsci.glimpse.support.atlas.shader |
Modifier and Type | Method and Description |
---|---|
void |
Axis2D.setSizePixels(GlimpseBounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
NumericXAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
NumericYAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
ColorXAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
ColorYAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
TimeXAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
TimeYAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
TimeAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
NumericPolarAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
void |
NumericXYAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
TaggedColorXAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
TaggedNumericYAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
TaggedColorYAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
void |
TaggedNumericXAxisPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
Modifier and Type | Method and Description |
---|---|
GlimpseBounds |
GlimpseCanvas.getTargetBounds() |
GlimpseBounds |
SwingGlimpseCanvas.getTargetBounds()
Deprecated.
|
GlimpseBounds |
FBOGlimpseCanvas.getTargetBounds() |
GlimpseBounds |
SwingLightweightGlimpseCanvas.getTargetBounds()
Deprecated.
|
GlimpseBounds |
NewtSwingGlimpseCanvas.getTargetBounds() |
GlimpseBounds |
SwingGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
Deprecated.
|
GlimpseBounds |
FBOGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack) |
GlimpseBounds |
SwingLightweightGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
Deprecated.
|
GlimpseBounds |
NewtSwingGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack) |
Modifier and Type | Field and Description |
---|---|
static GlimpseBounds |
GlimpseBounds.EMPTY_BOUNDS |
Modifier and Type | Method and Description |
---|---|
GlimpseBounds |
GlimpseTargetStack.getBounds() |
GlimpseBounds |
GlimpseTargetStackImpl.getBounds() |
GlimpseBounds |
UnmodifiableTargetStack.getBounds() |
GlimpseBounds |
GlimpseTarget.getTargetBounds(GlimpseTargetStack stack)
Returns the cached or calculated bounds of this GlimpseTarget for a particular context.
|
Modifier and Type | Method and Description |
---|---|
List<GlimpseBounds> |
GlimpseTargetStack.getBoundsList() |
List<GlimpseBounds> |
GlimpseTargetStackImpl.getBoundsList() |
List<GlimpseBounds> |
UnmodifiableTargetStack.getBoundsList() |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
GlimpseTargetStack.push(GlimpseTarget target,
GlimpseBounds bounds)
Adds a new GlimpseTarget and its corresponding GlimpseBounds to the TargetStack.
|
GlimpseTargetStack |
GlimpseTargetStackImpl.push(GlimpseTarget target,
GlimpseBounds bounds) |
GlimpseTargetStack |
UnmodifiableTargetStack.push(GlimpseTarget target,
GlimpseBounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
TextureAtlasExample.SimpleIconPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
GlimpseBounds |
GlimpseLayoutDelegate.getBounds() |
GlimpseBounds |
GlimpseLayoutDelegate.getCachedBounds(GlimpseContext context) |
GlimpseBounds |
GlimpseVerticallyScrollableLayout.getCurrentBounds(GlimpseTargetStack stack) |
GlimpseBounds |
GlimpseLayout.getTargetBounds(GlimpseTargetStack stack) |
GlimpseBounds |
GlimpseLayout.layoutTo(GlimpseContext context) |
GlimpseBounds |
GlimpseVerticallyScrollableLayout.layoutTo(GlimpseTargetStack stack) |
GlimpseBounds |
GlimpseLayout.layoutTo(GlimpseTargetStack stack) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseLayoutDelegate.cacheBounds(GlimpseContext context,
GlimpseBounds bounds) |
void |
GlimpseLayoutDelegate.cacheBounds(GlimpseTargetStack stack,
GlimpseBounds bounds) |
void |
GlimpseLayoutDelegate.layoutTo(GlimpseContext context,
GlimpseBounds bounds) |
void |
GlimpseLayoutDelegate.layoutTo(GlimpseTargetStack stack,
GlimpseBounds bounds) |
void |
GlimpseLayoutDelegate.setBounds(GlimpseBounds bounds) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GlimpseLayoutCache.compareBounds(List<GlimpseBounds> list1,
List<GlimpseBounds> list2) |
static boolean |
GlimpseLayoutCache.compareBounds(List<GlimpseBounds> list1,
List<GlimpseBounds> list2) |
Modifier and Type | Method and Description |
---|---|
abstract void |
GlimpseDataPainter1D.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis1D axis) |
abstract void |
GlimpseDataPainter2D.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
GlimpsePainter2D.paintTo(GlimpseContext context,
GlimpseBounds bounds) |
void |
GlimpsePainter1D.paintTo(GlimpseContext context,
GlimpseBounds bounds) |
void |
GlimpseDataPainter1D.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
abstract void |
GlimpsePainter1D.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
abstract void |
GlimpsePainter2D.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
void |
GlimpseDataPainter2D.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
GridPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
CrosshairPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
LegendPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
void |
MapBorderPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
WrappedPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
MeasurementPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
AnnotationPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
CursorTextPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
void |
MinimapLayout.MiniMapBoundsPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
HistogramPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
XYLinePainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
StackedHistogramPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicLineSetPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
DynamicPointSetPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
PointSetPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
ShadedPointPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
PolygonPainterSimple.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
LineSetPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
PolygonPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
ShadedTexturePainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
StaticParticlePainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
TrackPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTreeMapPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds layoutBounds,
Axis2D axis) |
Modifier and Type | Field and Description |
---|---|
GlimpseBounds |
DragInfo.bounds |
Constructor and Description |
---|
DragInfo(PlotInfo info,
GlimpseBounds bounds,
double size) |
Modifier and Type | Method and Description |
---|---|
double |
EventPlotInfo.getRowSize(GlimpseBounds bounds) |
void |
Event.paint(EventPainter defaultPainter,
javax.media.opengl.GL2 gl,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventPainter.paint(javax.media.opengl.GL2 gl,
Event event,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax) |
void |
EventPainter.paint(javax.media.opengl.GL2 gl,
Event event,
Event nextEvent,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
int posMin,
int posMax)
Renders the provided Event (potentially displaying its icon, label, time extents, etc...).
|
void |
GroupedEventPainter.paint(javax.media.opengl.GL2 gl,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
Collection<EventDrawInfo> events)
Draw all the events in the provided collection using the GL2 handle.
|
void |
DefaultGroupedEventPainter.paint(javax.media.opengl.GL2 gl,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
Collection<EventDrawInfo> events) |
void |
GroupedEventPainterAdapter.paint(javax.media.opengl.GL2 gl,
EventPlotInfo info,
GlimpseBounds bounds,
Axis1D timeAxis,
Collection<EventDrawInfo> events) |
void |
EventPainterManager.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis1D axis) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleSelectedTimeRegionPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis) |
Modifier and Type | Method and Description |
---|---|
void |
IconPainter.paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis2D axis) |
void |
IconPainter.paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis) |
Modifier and Type | Method and Description |
---|---|
void |
TextureAtlasIconShaderGeometry.updateViewport(GlimpseBounds bounds) |
Copyright © 2016 Metron, Inc.. All rights reserved.