Package | Description |
---|---|
com.metsci.glimpse.axis |
Provides classes for managing the display area of
GlimpsePainter
instances. |
com.metsci.glimpse.examples.shader |
Examples demonstrating use of OpenGL shader support in Glimpse.
|
com.metsci.glimpse.painter.info |
Painters which draw informational overlays.
|
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.plot.stacked | |
com.metsci.glimpse.plot.timeline.layout |
Modifier and Type | Method and Description |
---|---|
static GlimpseAxisLayout2D |
AxisUtil.createLayout2D() |
Modifier and Type | Method and Description |
---|---|
static void |
AxisUtil.attachMouseListener(GlimpseAxisLayout2D layout) |
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout) |
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout,
Axis2D parentAxis) |
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout,
Axis2D parentAxis,
UpdateMode mode,
double minX,
double maxX,
double minY,
double maxY) |
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout,
double minX,
double maxX,
double minY,
double maxY) |
Modifier and Type | Method and Description |
---|---|
GlimpseAxisLayout2D |
PointShaderExample.getLayout() |
Modifier and Type | Class and Description |
---|---|
class |
MinimapLayout
A
GlimpseLayout which
floats inside a larger GlimpseLayout and provides a zoomed out
view of the scene inside the larger GlimpseLayout. |
Modifier and Type | Class and Description |
---|---|
class |
ColorAxisPlot2D
A
SimplePlot2D with a right-side axis with a color scale in addition to
x and y axes and a central plotting area. |
class |
MapPlot2D
A geographic plotting area.
|
class |
Plot2D
A simple, blank plotting area which divides itself into five regions:
|
class |
SimplePlot2D
Identical in structure to
Plot2D , but also provides
a pre-selected set of common plot elements including:
a solid color background to the plot
a simple line border around the plotting area
vertical and horizontal grid lines which match the axis tick marks
a crosshair which follows the mouse position
|
class |
TaggedColorAxisPlot2D |
Modifier and Type | Method and Description |
---|---|
GlimpseAxisLayout2D |
MultiAxisPlot2D.getLayoutCenter() |
GlimpseAxisLayout2D |
MapPlot2D.getLayoutCenter() |
GlimpseAxisLayout2D |
Plot2D.getLayoutCenter() |
Modifier and Type | Method and Description |
---|---|
GlimpseAxisLayout2D |
PlotInfoImpl.getLayout() |
GlimpseAxisLayout2D |
PlotInfo.getLayout()
Returns the
GlimpseAxisLayout2D for this plot. |
GlimpseAxisLayout2D |
PlotInfoWrapper.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
PlotInfoImpl.addLayout(GlimpseAxisLayout2D childLayout) |
void |
PlotInfo.addLayout(GlimpseAxisLayout2D childLayout)
Adds the childLayout to the part of the StackedPlot2D represented
by this LayoutInfo.
|
void |
PlotInfoWrapper.addLayout(GlimpseAxisLayout2D childLayout) |
Constructor and Description |
---|
PlotInfoImpl(StackedPlot2D parent,
Object id,
int order,
int size,
int spacing,
GlimpseAxisLayout2D layout) |
Modifier and Type | Method and Description |
---|---|
GlimpseAxisLayout2D |
TimePlotInfoImpl.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
TimePlotInfoImpl.addLayout(GlimpseAxisLayout2D childLayout) |
Constructor and Description |
---|
TimePlotInfoImpl(StackedTimePlot2D parent,
PlotInfo child,
GlimpseAxisLayout2D plotLayout,
GlimpseLayout labelLayout,
DataAxisMouseListener1D listener,
GridPainter gridPainter,
NumericXYAxisPainter axisPainter,
SimpleTextPainter labelPainter,
BorderPainter borderPainter,
BorderPainter labelBorderPainter,
BackgroundPainter backgroundPainter,
DelegatePainter dataPainter) |
Copyright © 2013 Metron, Inc.. All rights reserved.