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.charts.slippy | |
com.metsci.glimpse.event.mouse |
Glimpse specific mouse listener classes which provide an
abstraction layer on top of specific widget sets like Swt
or Swing.
|
com.metsci.glimpse.examples.listener |
Examples demonstrating usage of
GlimpseLayout and
MIG layout to create custom arrangements of Glimpse plots. |
com.metsci.glimpse.layout |
Provides a MigLayout-based framework for partitioning a
GlimpseCanvas into multiple
logical drawing areas. |
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.plot.timeline.event.listener | |
com.metsci.glimpse.plot.timeline.listener |
Modifier and Type | Class and Description |
---|---|
class |
AxisMouseListener
A Glimpse mouse listener which defines the default way that axes are
updated in response to mouse events.
|
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 |
SlippyAxisListener2D
Initializes the Axis2D so that zoom events always go up/down a single zoom level.
|
class |
SlippyAxisMouseListener2D
Locks the Axis2D so that zoom events always go up/down a single zoom level.
|
Modifier and Type | Class and Description |
---|---|
class |
GlimpseMouseAllAdapter |
Modifier and Type | Method and Description |
---|---|
void |
Mouseable.addGlimpseMouseAllListener(GlimpseMouseAllListener listener) |
void |
Mouseable.removeGlimpseMouseAllListener(GlimpseMouseAllListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
MouseDrawingExample.CustomMouseListener2D |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseLayout.addGlimpseMouseAllListener(GlimpseMouseAllListener listener) |
void |
GlimpseLayout.removeGlimpseMouseAllListener(GlimpseMouseAllListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
Plot2D.addGlimpseMouseAllListener(GlimpseMouseAllListener listener) |
void |
Plot2D.removeGlimpseMouseAllListener(GlimpseMouseAllListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DragListener
Helper class which supports user dragging of Events to adjust their start/end times.
|
Modifier and Type | Class and Description |
---|---|
class |
DataAxisMouseListener1D |
class |
TimeAxisMouseListener1D |
Copyright © 2016 Metron, Inc.. All rights reserved.