Uses of Interface
com.metsci.glimpse.context.GlimpseTarget

Packages that use GlimpseTarget
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.layout Provides a MigLayout-based framework for partitioning a GlimpseCanvas into multiple logical drawing areas. 
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.timeline   
com.metsci.glimpse.swt.canvas   
 

Uses of GlimpseTarget in com.metsci.glimpse.canvas
 

Subinterfaces of GlimpseTarget in com.metsci.glimpse.canvas
 interface GlimpseCanvas
          A heavy weight target for Glimpse rendering.
 

Classes in com.metsci.glimpse.canvas that implement GlimpseTarget
 class FrameBufferGlimpseCanvas
          An offscreen GlimpseCanvas which renders its GlimpsePainters onto an OpenGL texture which can then be captured and displayed elsewhere.
 class OffscreenGlimpseCanvas
          Deprecated. FrameBufferGlimpseCanvas
 class SwingGlimpseCanvas
          A JPanel onto which Glimpse rendering can take place.
 

Methods in com.metsci.glimpse.canvas that return types with arguments of type GlimpseTarget
 java.util.List<GlimpseTarget> SwingGlimpseCanvas.getTargetChildren()
           
 java.util.List<GlimpseTarget> OffscreenGlimpseCanvas.getTargetChildren()
          Deprecated.  
 java.util.List<GlimpseTarget> FrameBufferGlimpseCanvas.getTargetChildren()
           
 

Uses of GlimpseTarget in com.metsci.glimpse.context
 

Methods in com.metsci.glimpse.context that return GlimpseTarget
 GlimpseTarget GlimpseTargetStackImpl.getTarget()
           
 GlimpseTarget GlimpseTargetStack.getTarget()
           
 

Methods in com.metsci.glimpse.context that return types with arguments of type GlimpseTarget
 java.util.List<GlimpseTarget> GlimpseTarget.getTargetChildren()
           
 java.util.List<GlimpseTarget> GlimpseTargetStackImpl.getTargetList()
           
 java.util.List<GlimpseTarget> GlimpseTargetStack.getTargetList()
           
 

Methods in com.metsci.glimpse.context with parameters of type GlimpseTarget
static GlimpseTargetStack TargetStackUtil.newTargetStack(GlimpseTarget... targets)
          Creates a new target stack which is the concatenation of the provided GlimpseTargets.
 GlimpseTargetStack GlimpseTargetStackImpl.push(GlimpseTarget target)
           
 GlimpseTargetStack GlimpseTargetStack.push(GlimpseTarget target)
          Pushes a GlimpseTarget onto this TargetStack (with dummy GlimpseBounds).
 GlimpseTargetStack GlimpseTargetStackImpl.push(GlimpseTarget target, GlimpseBounds bounds)
           
 GlimpseTargetStack GlimpseTargetStack.push(GlimpseTarget target, GlimpseBounds bounds)
          Adds a new GlimpseTarget and its corresponding GlimpseBounds to the TargetStack.
 

Constructors in com.metsci.glimpse.context with parameters of type GlimpseTarget
GlimpseTargetStackImpl(GlimpseTarget... targets)
           
 

Uses of GlimpseTarget in com.metsci.glimpse.layout
 

Classes in com.metsci.glimpse.layout that implement GlimpseTarget
 class GlimpseAxisLayout1D
          A GlimpseLayout which can provide axes to its child GlimpsePainters.
 class GlimpseAxisLayout2D
          A GlimpseLayout which can provide two axes (an x or horizontal axis and a y or verical axis) to its child GlimpsePainters.
 class GlimpseAxisLayoutX
          A horizontal GlimpseAxisLayout1D implementation.
 class GlimpseAxisLayoutY
          A vertical GlimpseAxisLayout1D implementation.
 class GlimpseLayout
          GlimpseLayout provides a means of rendering to specific areas of a GlimpseCanvas controlled by Mig Layout constraints.
 

Methods in com.metsci.glimpse.layout that return types with arguments of type GlimpseTarget
 java.util.List<GlimpseTarget> GlimpseLayout.getTargetChildren()
           
 

Uses of GlimpseTarget in com.metsci.glimpse.painter.info
 

Classes in com.metsci.glimpse.painter.info that implement GlimpseTarget
 class MinimapLayout
          A GlimpseLayout which 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.plot
 

Classes in com.metsci.glimpse.plot that implement GlimpseTarget
 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 MultiAxisPlot2D
          A 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.
 class Plot2D
          A simple, blank plotting area which divides itself into five regions: a central plotting area a title area above the plot a labeled horizontal x axis below the plot a labeled vertical y axis to the left of the plot a labeled vertical z axis to the right of the plot Any of the areas above may be shown or hidden (the z axis area is commonly hidden).
 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 StackedPlot2D
          A 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.plot.timeline
 

Classes in com.metsci.glimpse.plot.timeline that implement GlimpseTarget
 class StackedTimePlot2D
          A StackedPlot2D which automatically creates a timeline axis at the bottom of the stack and uses a TaggedAxis1D to define a selected time region.
 

Uses of GlimpseTarget in com.metsci.glimpse.swt.canvas
 

Classes in com.metsci.glimpse.swt.canvas that implement GlimpseTarget
 class SwtBridgeGlimpseCanvas
           
 class SwtGlimpseCanvas
           
 

Methods in com.metsci.glimpse.swt.canvas that return types with arguments of type GlimpseTarget
 java.util.List<GlimpseTarget> SwtGlimpseCanvas.getTargetChildren()
           
 java.util.List<GlimpseTarget> SwtBridgeGlimpseCanvas.getTargetChildren()
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.