Package | Description |
---|---|
com.metsci.glimpse.axis |
Provides classes for managing the display area of
GlimpsePainter
instances. |
com.metsci.glimpse.axis.factory |
Provides factory interfaces and implementations used to generate copies of Axis1D and Axis2D
objects for use in multiple contexts.
|
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.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.event.mouse.newt | |
com.metsci.glimpse.event.mouse.swing | |
com.metsci.glimpse.event.touch |
Glimpse specific listener classes allow
Axis1D
instances to respond to high level touch events (like pans, zooms, pinches,
and swipes). |
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.stacked | |
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.layout | |
com.metsci.glimpse.support.atlas.painter |
Modifier and Type | Method and Description |
---|---|
void |
Axis2D.setSizePixels(GlimpseTargetStack stack) |
Constructor and Description |
---|
AxisNotSetException(GlimpsePainter painter,
GlimpseTargetStack stack) |
AxisNotSetException(GlimpseTargetStack stack) |
Constructor and Description |
---|
ConditionalAxisFactory2D(GlimpseTargetStack stack,
AxisFactory2D factory) |
Modifier and Type | Method and Description |
---|---|
GlimpseBounds |
SwingGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack) |
GlimpseBounds |
FrameBufferGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack) |
GlimpseBounds |
NewtSwingGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack) |
Modifier and Type | Class and Description |
---|---|
class |
GlimpseTargetStackImpl |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
GlimpseContext.getTargetStack()
The
GlimpseTargetStack stack contains the chain of nested
GlimpseTarget s starting at the top level GlimpseTarget
(index 0) and ending at the GlimpseTarget currently being painted to. |
GlimpseTargetStack |
GlimpseContextImpl.getTargetStack() |
static GlimpseTargetStack |
TargetStackUtil.newTargetStack(GlimpseTarget... targets)
Creates a new target stack which is the concatenation of the provided GlimpseTargets.
|
static GlimpseTargetStack |
TargetStackUtil.newTargetStack(GlimpseTargetStack stack)
Creates a new GlimpseTargetStack which is an exact copy of the given stack.
|
GlimpseTargetStack |
GlimpseTargetStack.pop()
Removes the top GlimpseTarget / GlimpseBounds pair from the target stack.
|
GlimpseTargetStack |
GlimpseTargetStackImpl.pop() |
static GlimpseTargetStack |
TargetStackUtil.popTo(GlimpseTargetStack stack,
GlimpseTarget target) |
GlimpseTargetStack |
GlimpseTargetStack.push(GlimpseTarget target)
Pushes a GlimpseTarget onto this TargetStack (with dummy GlimpseBounds).
|
GlimpseTargetStack |
GlimpseTargetStackImpl.push(GlimpseTarget target) |
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 |
GlimpseTargetStack.push(GlimpseTargetStack stack)
Pushes an existing stack onto the top of this stack, merging the two.
|
GlimpseTargetStack |
GlimpseTargetStackImpl.push(GlimpseTargetStack stack) |
static GlimpseTargetStack |
TargetStackUtil.pushToBottom(GlimpseTargetStack stack,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TargetStackUtil.endsWith(GlimpseTargetStack query,
GlimpseTargetStack suffix)
Returns true if the query stack ends with the sequence of GlimpseTargets defined by the prefix stack.
|
GlimpseBounds |
GlimpseTarget.getTargetBounds(GlimpseTargetStack stack)
Returns the cached or calculated bounds of this GlimpseTarget for a particular context.
|
static GlimpseTargetStack |
TargetStackUtil.newTargetStack(GlimpseTargetStack stack)
Creates a new GlimpseTargetStack which is an exact copy of the given stack.
|
static GlimpseTargetStack |
TargetStackUtil.popTo(GlimpseTargetStack stack,
GlimpseTarget target) |
GlimpseTargetStack |
GlimpseTargetStack.push(GlimpseTargetStack stack)
Pushes an existing stack onto the top of this stack, merging the two.
|
GlimpseTargetStack |
GlimpseTargetStackImpl.push(GlimpseTargetStack stack) |
static GlimpseTargetStack |
TargetStackUtil.pushToBottom(GlimpseTargetStack stack,
int x,
int y) |
static boolean |
TargetStackUtil.startsWith(GlimpseTargetStack query,
GlimpseTargetStack prefix)
Returns true if the query stack starts with the sequence of GlimpseTargets defined by the prefix stack.
|
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
GlimpseMouseEvent.getTargetStack() |
Modifier and Type | Method and Description |
---|---|
List<GlimpseTargetStack> |
MouseWrapper.getContainingTargets(I e) |
Modifier and Type | Method and Description |
---|---|
void |
MouseWrapper.notifyMouseEntered(I event,
GlimpseTargetStack stack) |
void |
MouseWrapper.notifyMouseExited(I event,
GlimpseTargetStack stack) |
Modifier and Type | Method and Description |
---|---|
void |
MouseWrapper.notifyMouseEntered(I event,
List<GlimpseTargetStack> stacks) |
void |
MouseWrapper.notifyMouseEnteredExited(I event,
List<GlimpseTargetStack> oldStacks,
List<GlimpseTargetStack> newStacks) |
void |
MouseWrapper.notifyMouseEnteredExited(I event,
List<GlimpseTargetStack> oldStacks,
List<GlimpseTargetStack> newStacks) |
void |
MouseWrapper.notifyMouseExited(I event,
List<GlimpseTargetStack> stacks) |
Constructor and Description |
---|
GlimpseMouseEvent(GlimpseMouseEvent event,
GlimpseTargetStack stack,
int x,
int y) |
GlimpseMouseEvent(GlimpseTargetStack stack,
EnumSet<ModifierKey> modifiers,
EnumSet<MouseButton> buttons,
int x,
int y) |
GlimpseMouseEvent(GlimpseTargetStack stack,
EnumSet<ModifierKey> modifiers,
EnumSet<MouseButton> buttons,
int x,
int y,
int wheelIncrement,
int clickCount) |
GlimpseMouseEvent(GlimpseTargetStack stack,
EnumSet<ModifierKey> modifiers,
EnumSet<MouseButton> buttons,
int x,
int y,
int wheelIncrement,
int clickCount,
boolean handled) |
GlimpseMouseEvent(GlimpseTargetStack stack,
int x,
int y) |
GlimpseMouseEvent(GlimpseTargetStack stack,
int x,
int y,
int wheelIncrement) |
Modifier and Type | Method and Description |
---|---|
static GlimpseMouseEvent |
GlimpseMouseWrapper.fromMouseEvent(com.jogamp.newt.event.MouseEvent event,
GlimpseTargetStack stack,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
GlimpseSwingMouseWheelEvent.getTargetStack() |
GlimpseTargetStack |
GlimpseSwingMouseEvent.getTargetStack() |
Modifier and Type | Method and Description |
---|---|
static GlimpseMouseEvent |
GlimpseMouseWrapper.fromMouseEvent(MouseEvent event,
GlimpseTargetStack stack,
int x,
int y) |
static GlimpseMouseEvent |
GlimpseMouseWrapper.fromMouseWheelEvent(MouseWheelEvent event,
GlimpseTargetStack stack,
int x,
int y) |
Constructor and Description |
---|
GlimpseSwingMouseEvent(GlimpseTargetStack stack,
Component source,
int id,
long when,
int modifiers,
int x,
int y,
int clickCount,
boolean popupTrigger,
int button) |
GlimpseSwingMouseWheelEvent(GlimpseTargetStack stack,
Component source,
int id,
long when,
int modifiers,
int x,
int y,
int clickCount,
boolean popupTrigger,
int scrollType,
int scrollAmount,
int wheelRotation) |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
GlimpseGestureEvent.getTargetStack() |
GlimpseTargetStack |
GlimpseTouchEvent.getTargetStack() |
Modifier and Type | Method and Description |
---|---|
List<GlimpseTargetStack> |
GestureWrapper.getContainingTargets(I e) |
Modifier and Type | Method and Description |
---|---|
GlimpseSwipeGestureEvent |
GlimpseSwipeGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
GlimpseGestureEvent |
GlimpseGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
GlimpseLongPressGestureEvent |
GlimpseLongPressGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
GlimpsePinchGestureEvent |
GlimpsePinchGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
GlimpsePanGestureEvent |
GlimpsePanGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
GlimpseTapGestureEvent |
GlimpseTapGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
Constructor and Description |
---|
GlimpseGestureEvent(String source,
GlimpseTargetStack stack,
int x,
int y) |
GlimpseLongPressGestureEvent(String source,
GlimpseTargetStack stack,
int x,
int y) |
GlimpsePanGestureEvent(String source,
GlimpseTargetStack stack,
int x,
int y,
float dx,
float dy) |
GlimpsePinchGestureEvent(String source,
GlimpseTargetStack stack,
int centerX,
int centerY,
float scale,
float angle) |
GlimpseSwipeGestureEvent(String source,
GlimpseTargetStack stack,
int x,
int y,
float angle,
int ntouches) |
GlimpseTapGestureEvent(String source,
GlimpseTargetStack stack,
int x,
int y) |
GlimpseTouchEvent(String source,
GlimpseTargetStack stack,
int x,
int y,
int xPrev,
int yPrev,
int tapCount,
int timestamp,
int phase) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseLayoutDelegate.cacheBounds(GlimpseTargetStack stack,
GlimpseBounds bounds) |
Axis2D |
GlimpseAxisLayout2D.getAxis(GlimpseTargetStack stack) |
Axis1D |
GlimpseAxisLayout1D.getAxis(GlimpseTargetStack stack) |
GlimpseBounds |
GlimpseLayout.getTargetBounds(GlimpseTargetStack stack) |
D |
GlimpseLayoutCache.getValue(GlimpseTargetStack layoutStack) |
D |
GlimpseLayoutCache.getValueNoBoundsCheck(GlimpseTargetStack layoutStack) |
GlimpseBounds |
GlimpseLayout.layoutTo(GlimpseTargetStack stack) |
void |
GlimpseLayoutDelegate.layoutTo(GlimpseTargetStack stack,
GlimpseBounds bounds) |
void |
GlimpseAxisLayout1D.setAxis(GlimpseTargetStack stack,
Axis1D axis) |
void |
GlimpseAxisLayout2D.setAxis(GlimpseTargetStack stack,
Axis2D axis) |
void |
GlimpseLayoutCache.setValue(GlimpseTargetStack stack,
D value) |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
Plot2D.getTargetStackCenter() |
GlimpseTargetStack |
Plot2D.getTargetStackTitle() |
GlimpseTargetStack |
Plot2D.getTargetStackX() |
GlimpseTargetStack |
Plot2D.getTargetStackY() |
GlimpseTargetStack |
Plot2D.getTargetStackZ() |
Modifier and Type | Method and Description |
---|---|
Axis1D |
PlotInfoImpl.getCommonAxis(GlimpseTargetStack stack) |
Axis1D |
PlotInfo.getCommonAxis(GlimpseTargetStack stack)
Returns the common axis associated with the given GlimpseTargetStack.
|
Axis1D |
PlotInfoWrapper.getCommonAxis(GlimpseTargetStack stack) |
Axis1D |
PlotInfoImpl.getOrthogonalAxis(GlimpseTargetStack stack) |
Axis1D |
PlotInfo.getOrthogonalAxis(GlimpseTargetStack stack)
Returns the data axis associated with the given GlimpseTargetStack.
|
Axis1D |
PlotInfoWrapper.getOrthogonalAxis(GlimpseTargetStack stack) |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
StackedTimePlot2D.pushLayoutTargetStack(GlimpseTargetStack stack,
Object id)
Pushes the layout stack for the named plot onto the provided
GlimpseTargetStack.
|
GlimpseTargetStack |
StackedTimePlot2D.pushPlotTargetStack(GlimpseTargetStack stack)
Pushes the layout stack for the base layout of this StackedTimePlot2D
onto the provided GlimpseTargetStack.
|
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
StackedTimePlot2D.pushLayoutTargetStack(GlimpseTargetStack stack,
Object id)
Pushes the layout stack for the named plot onto the provided
GlimpseTargetStack.
|
GlimpseTargetStack |
StackedTimePlot2D.pushPlotTargetStack(GlimpseTargetStack stack)
Pushes the layout stack for the base layout of this StackedTimePlot2D
onto the provided GlimpseTargetStack.
|
Modifier and Type | Method and Description |
---|---|
TaggedAxis1D |
TimePlotInfoImpl.getCommonAxis(GlimpseTargetStack stack) |
TaggedAxis1D |
TimePlotInfoWrapper.getCommonAxis(GlimpseTargetStack stack) |
TaggedAxis1D |
TimePlotInfo.getCommonAxis(GlimpseTargetStack stack) |
Modifier and Type | Method and Description |
---|---|
GlimpseTargetStack |
IconPainter.PickResult.getTargetStack()
PickResults report a GlimpseTargetStack because they may be generated from
instances of the painter draw to different GlimpseTargets.
|
Constructor and Description |
---|
IconPainter.PickResult(Object groupId,
Object iconId,
int iconIndex,
GlimpseTargetStack stack) |
Copyright © 2013 Metron, Inc.. All rights reserved.