Uses of Interface
com.metsci.glimpse.core.context.GlimpseTarget
-
Packages that use GlimpseTarget Package Description com.metsci.glimpse.core.canvas Heavy weight canvases on which all Glimpse rendering is performed.com.metsci.glimpse.core.context Data structures and classes for describing the current Glimpse rendering context.com.metsci.glimpse.core.gl.util General OpenGL utility classes.com.metsci.glimpse.core.layout Provides a MigLayout-based framework for partitioning aGlimpseCanvasinto multiple logical drawing areas.com.metsci.glimpse.core.layout.matcher com.metsci.glimpse.core.painter.info Painters which draw informational overlays.com.metsci.glimpse.core.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks.com.metsci.glimpse.core.plot.stacked com.metsci.glimpse.core.plot.timeline com.metsci.glimpse.core.support.popup com.metsci.glimpse.core.support.swing -
-
Uses of GlimpseTarget in com.metsci.glimpse.core.canvas
Subinterfaces of GlimpseTarget in com.metsci.glimpse.core.canvas Modifier and Type Interface Description interfaceGlimpseCanvasA heavy weight target for Glimpse rendering.interfaceNewtGlimpseCanvasClasses in com.metsci.glimpse.core.canvas that implement GlimpseTarget Modifier and Type Class Description classAbstractGlimpseCanvasclassFBOGlimpseCanvasclassNewtSwingGlimpseCanvasA GlimpseCanvas backed by the JOGLNewtCanvasAWT.classSwingGlimpseCanvasDeprecated.classSwingLightweightGlimpseCanvasDeprecated.Methods in com.metsci.glimpse.core.canvas that return types with arguments of type GlimpseTarget Modifier and Type Method Description List<GlimpseTarget>AbstractGlimpseCanvas. getTargetChildren()List<GlimpseTarget>NewtSwingGlimpseCanvas. getTargetChildren()List<GlimpseTarget>SwingGlimpseCanvas. getTargetChildren()Deprecated.List<GlimpseTarget>SwingLightweightGlimpseCanvas. getTargetChildren()Deprecated. -
Uses of GlimpseTarget in com.metsci.glimpse.core.context
Methods in com.metsci.glimpse.core.context that return GlimpseTarget Modifier and Type Method Description GlimpseTargetGlimpseTargetStack. getTarget()GlimpseTargetGlimpseTargetStackImpl. getTarget()GlimpseTargetUnmodifiableTargetStack. getTarget()Methods in com.metsci.glimpse.core.context that return types with arguments of type GlimpseTarget Modifier and Type Method Description List<GlimpseTarget>GlimpseTarget. getTargetChildren()List<GlimpseTarget>GlimpseTargetStack. getTargetList()List<GlimpseTarget>GlimpseTargetStackImpl. getTargetList()List<GlimpseTarget>UnmodifiableTargetStack. getTargetList()Methods in com.metsci.glimpse.core.context with parameters of type GlimpseTarget Modifier and Type Method Description static booleanTargetStackUtil. contains(GlimpseTargetStack query, GlimpseTarget target)Returns true if the query target stack contains the provided target.static GlimpseTargetStackTargetStackUtil. newTargetStack(GlimpseTarget... targets)Creates a new target stack which is the concatenation of the provided GlimpseTargets.static GlimpseTargetStackTargetStackUtil. popTo(GlimpseTargetStack stack, GlimpseTarget target)GlimpseTargetStackGlimpseTargetStack. push(GlimpseTarget target)Pushes a GlimpseTarget onto this TargetStack (with dummy GlimpseBounds).GlimpseTargetStackGlimpseTargetStack. push(GlimpseTarget target, GlimpseBounds bounds)Adds a new GlimpseTarget and its corresponding GlimpseBounds to the TargetStack.GlimpseTargetStackGlimpseTargetStackImpl. push(GlimpseTarget target)GlimpseTargetStackGlimpseTargetStackImpl. push(GlimpseTarget target, GlimpseBounds bounds)GlimpseTargetStackUnmodifiableTargetStack. push(GlimpseTarget target)GlimpseTargetStackUnmodifiableTargetStack. push(GlimpseTarget target, GlimpseBounds bounds)static GlimpseMouseEventTargetStackUtil. translateCoordinates(GlimpseMouseEvent event, GlimpseTarget target)Constructors in com.metsci.glimpse.core.context with parameters of type GlimpseTarget Constructor Description GlimpseTargetStackImpl(GlimpseTarget... targets) -
Uses of GlimpseTarget in com.metsci.glimpse.core.gl.util
Methods in com.metsci.glimpse.core.gl.util with parameters of type GlimpseTarget Modifier and Type Method Description static voidGLUtils. setLookAndFeel(LookAndFeel laf, GlimpseTarget... targets) -
Uses of GlimpseTarget in com.metsci.glimpse.core.layout
Classes in com.metsci.glimpse.core.layout that implement GlimpseTarget Modifier and Type Class Description classGlimpseAxisLayout1DA GlimpseLayout which can provide axes to its childGlimpsePainters.classGlimpseAxisLayout2DA GlimpseLayout which can provide two axes (an x or horizontal axis and a y or verical axis) to its childGlimpsePainters.classGlimpseAxisLayoutXA horizontal GlimpseAxisLayout1D implementation.classGlimpseAxisLayoutYA vertical GlimpseAxisLayout1D implementation.classGlimpseLayoutGlimpseLayout provides a means of rendering to specific areas of a GlimpseCanvas controlled by Mig Layout constraints.classGlimpseTouchLayoutclassGlimpseTouchWrapperProvides a layout wrapper to augment any layout (and descendants) with gesture support.classGlimpseVerticallyScrollableLayoutA GlimpseLayout that shifts its layout-children up or down based on a vertical- offset field, which can be set by calling theGlimpseVerticallyScrollableLayout.setVerticalOffset(int)method.Methods in com.metsci.glimpse.core.layout that return types with arguments of type GlimpseTarget Modifier and Type Method Description List<GlimpseTarget>GlimpseLayout. getTargetChildren() -
Uses of GlimpseTarget in com.metsci.glimpse.core.layout.matcher
Method parameters in com.metsci.glimpse.core.layout.matcher with type arguments of type GlimpseTarget Modifier and Type Method Description booleanTargetStackMatcher. matches(List<GlimpseTarget> stack) -
Uses of GlimpseTarget in com.metsci.glimpse.core.painter.info
Classes in com.metsci.glimpse.core.painter.info that implement GlimpseTarget Modifier and Type Class Description classMinimapLayoutAGlimpseLayoutwhich floats inside a larger GlimpseLayout and provides a zoomed out view of the scene inside the larger GlimpseLayout. -
Uses of GlimpseTarget in com.metsci.glimpse.core.plot
Classes in com.metsci.glimpse.core.plot that implement GlimpseTarget Modifier and Type Class Description classColorAxisPlot2DASimplePlot2Dwith a right-side axis with a color scale in addition to x and y axes and a central plotting area.classEmptyPlot2DA simple plotting area which takes up its entire parent GlimpseLayout (leaving no room for a plot title or axis tick marks).classMapPlot2DA geographic plotting area.classMultiAxisPlot2DA flexible plotting area with the ability to create an arbitrary number of additional axes above, below, left, or right of the main central plotting area.classPlot2DA simple, blank plotting area which divides itself into five regions:classSimplePlot2DIdentical in structure toPlot2D, 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 positionclassTaggedColorAxisPlot2D -
Uses of GlimpseTarget in com.metsci.glimpse.core.plot.stacked
Classes in com.metsci.glimpse.core.plot.stacked that implement GlimpseTarget Modifier and Type Class Description classStackedPlot2DA plot which allows multiple plots or GlimpseLayout areas to be easily arranged in a vertical or horizontal stack. -
Uses of GlimpseTarget in com.metsci.glimpse.core.plot.timeline
Classes in com.metsci.glimpse.core.plot.timeline that implement GlimpseTarget Modifier and Type Class Description classCollapsibleTimePlot2DclassStackedTimePlot2DAStackedPlot2Dwhich automatically creates a timeline axis at the bottom of the stack and uses aTaggedAxis1Dto define a selected time region. -
Uses of GlimpseTarget in com.metsci.glimpse.core.support.popup
Classes in com.metsci.glimpse.core.support.popup that implement GlimpseTarget Modifier and Type Class Description classGlimpseAxisLayout2DWithPopupclassMultiAxisPlot2DWithPopup -
Uses of GlimpseTarget in com.metsci.glimpse.core.support.swing
Classes in com.metsci.glimpse.core.support.swing that implement GlimpseTarget Modifier and Type Class Description classNewtSwingEDTGlimpseCanvasA subclass of NewtSwingGlimpseCanvas which performs rendering on the Swing EDT, enabling writing a Glimpse/JOGL/NEWT application using the Swing Single Threaded Event Dispatch model.
-