Package | Description |
---|---|
com.metsci.glimpse.axis.listener.mouse |
Provides classes used to update Axis1D and Axis2D instances in response to mouse events.
|
com.metsci.glimpse.axis.tagged |
Axes with adjustable, named markers which can be adjusted independently
of the minimum and maximum axis values.
|
com.metsci.glimpse.examples.listener |
Examples demonstrating usage of
GlimpseLayout and
MIG layout to create custom arrangements of Glimpse plots. |
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.plot.timeline.listener |
Modifier and Type | Class and Description |
---|---|
class |
AxisMouseListener1D
An AxisMouseListener for use with GlimpseAxisLayout1D.
|
class |
AxisMouseListener2D
An AxisMouseListener for use with GlimpseAxisLayout2D.
|
Modifier and Type | Class and Description |
---|---|
class |
TaggedAxisMouseListener1D
A mouse listener which allows adjustment of the
Tag values of
a TaggedAxis1D via mouse gestures. |
Modifier and Type | Class and Description |
---|---|
class |
MouseDrawingExample.CustomMouseListener2D |
Modifier and Type | Method and Description |
---|---|
AxisMouseListener |
MultiAxisPlot2D.AxisInfo.getMouseListener() |
Modifier and Type | Method and Description |
---|---|
MultiAxisPlot2D.AxisInfo |
MultiAxisPlot2D.createAxisBottom(String name,
Axis1D axis,
AxisMouseListener mouseListener) |
MultiAxisPlot2D.AxisInfo |
MultiAxisPlot2D.createAxisLeft(String name,
Axis1D axis,
AxisMouseListener mouseListener) |
MultiAxisPlot2D.AxisInfo |
MultiAxisPlot2D.createAxisRight(String name,
Axis1D axis,
AxisMouseListener mouseListener) |
MultiAxisPlot2D.AxisInfo |
MultiAxisPlot2D.createAxisTop(String name,
Axis1D axis,
AxisMouseListener mouseListener) |
Constructor and Description |
---|
MultiAxisPlot2D.AxisInfo(String id,
com.metsci.glimpse.plot.MultiAxisPlot2D.AxisOrientation orient,
Axis1D axis,
AxisMouseListener mouseListener,
GridAxisLabelHandler tickHandler,
NumericAxisPainter painter,
GlimpseLayout layout,
int order,
int size) |
Modifier and Type | Class and Description |
---|---|
class |
DataAxisMouseListener1D |
class |
TimeAxisMouseListener1D |
Copyright © 2013 Metron, Inc.. All rights reserved.