Uses of Class
com.metsci.glimpse.context.GlimpseBounds

Packages that use GlimpseBounds
com.metsci.glimpse.axis Provides classes for managing the display area of GlimpsePainter instances. 
com.metsci.glimpse.axis.painter Painters which display the state of an axis with tick marks, labels, color scales, and other decorations. 
com.metsci.glimpse.axis.tagged.painter Axis painters specific to tagged axes. 
com.metsci.glimpse.canvas Heavy weight canvases on which all Glimpse rendering is performed. 
com.metsci.glimpse.charts.bathy The bathymetry package defines utility classes for reading bathymetric data in various formats. 
com.metsci.glimpse.charts.shoreline Data structures and data IO utilities for display land polygon outlines. 
com.metsci.glimpse.charts.vector.painter   
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.base The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters. 
com.metsci.glimpse.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data). 
com.metsci.glimpse.painter.info Painters which draw informational overlays. 
com.metsci.glimpse.painter.plot Painters which draw basic data plots. 
com.metsci.glimpse.painter.shape Painters which draw basic geometric shapes: line segments, points, and polygons. 
com.metsci.glimpse.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images. 
com.metsci.glimpse.painter.track Track visualization painters. 
com.metsci.glimpse.painter.treemap Painters for visualizing hierarchical data as a set of nested rectangles. 
com.metsci.glimpse.plot.timeline.painter   
com.metsci.glimpse.swt.canvas   
 

Uses of GlimpseBounds in com.metsci.glimpse.axis
 

Methods in com.metsci.glimpse.axis with parameters of type GlimpseBounds
 void Axis2D.setSizePixels(GlimpseBounds bounds)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.axis.painter
 

Methods in com.metsci.glimpse.axis.painter with parameters of type GlimpseBounds
 void TimeYAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void TimeXAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void NumericYAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void NumericXAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void ColorYAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void ColorXAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void NumericXYAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.axis.tagged.painter
 

Methods in com.metsci.glimpse.axis.tagged.painter with parameters of type GlimpseBounds
 void TaggedNumericYAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void TaggedNumericXAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void TaggedColorYAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void TaggedColorXAxisPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.canvas
 

Methods in com.metsci.glimpse.canvas that return GlimpseBounds
 GlimpseBounds SwingGlimpseCanvas.getTargetBounds()
           
 GlimpseBounds OffscreenGlimpseCanvas.getTargetBounds()
          Deprecated.  
 GlimpseBounds GlimpseCanvas.getTargetBounds()
           
 GlimpseBounds FrameBufferGlimpseCanvas.getTargetBounds()
           
 GlimpseBounds SwingGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
           
 GlimpseBounds OffscreenGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
          Deprecated.  
 GlimpseBounds FrameBufferGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.charts.bathy
 

Methods in com.metsci.glimpse.charts.bathy with parameters of type GlimpseBounds
 void ContourPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.charts.shoreline
 

Methods in com.metsci.glimpse.charts.shoreline with parameters of type GlimpseBounds
 void LandShapePainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.charts.vector.painter
 

Methods in com.metsci.glimpse.charts.vector.painter with parameters of type GlimpseBounds
 void EncChartPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.context
 

Fields in com.metsci.glimpse.context declared as GlimpseBounds
static GlimpseBounds GlimpseBounds.EMPTY_BOUNDS
           
 

Methods in com.metsci.glimpse.context that return GlimpseBounds
 GlimpseBounds GlimpseTargetStackImpl.getBounds()
           
 GlimpseBounds GlimpseTargetStack.getBounds()
           
 GlimpseBounds GlimpseTarget.getTargetBounds(GlimpseTargetStack stack)
          Returns the cached or calculated bounds of this GlimpseTarget for a particular context.
 

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

Methods in com.metsci.glimpse.context with parameters of type 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.
 

Uses of GlimpseBounds in com.metsci.glimpse.layout
 

Methods in com.metsci.glimpse.layout that return GlimpseBounds
 GlimpseBounds GlimpseLayoutDelegate.getBounds()
           
 GlimpseBounds GlimpseLayoutDelegate.getCachedBounds(GlimpseContext context)
           
 GlimpseBounds GlimpseLayout.getTargetBounds(GlimpseTargetStack stack)
           
 GlimpseBounds GlimpseLayout.layoutTo(GlimpseContext context)
           
 GlimpseBounds GlimpseLayout.layoutTo(GlimpseTargetStack stack)
           
 

Methods in com.metsci.glimpse.layout with parameters of type GlimpseBounds
 void GlimpseLayoutDelegate.cacheBounds(GlimpseContext context, GlimpseBounds bounds)
           
 void GlimpseLayoutDelegate.cacheBounds(GlimpseTargetStack stack, GlimpseBounds bounds)
           
 void GlimpseLayoutDelegate.layoutTo(GlimpseContext context, GlimpseBounds bounds)
           
 void GlimpseLayoutDelegate.layoutTo(GlimpseTargetStack stack, GlimpseBounds bounds)
           
 void GlimpseLayoutDelegate.setBounds(GlimpseBounds bounds)
           
 

Method parameters in com.metsci.glimpse.layout with type arguments of type GlimpseBounds
static boolean GlimpseLayoutCache.compareBounds(java.util.List<GlimpseBounds> list1, java.util.List<GlimpseBounds> list2)
           
static boolean GlimpseLayoutCache.compareBounds(java.util.List<GlimpseBounds> list1, java.util.List<GlimpseBounds> list2)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.base
 

Methods in com.metsci.glimpse.painter.base with parameters of type GlimpseBounds
abstract  void GlimpseDataPainter2D.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void GlimpsePainter2D.paintTo(GlimpseContext context, GlimpseBounds bounds)
           
 void GlimpsePainter1D.paintTo(GlimpseContext context, GlimpseBounds bounds)
           
abstract  void GlimpsePainter1D.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
abstract  void GlimpsePainter2D.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 void GlimpseDataPainter2D.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.decoration
 

Methods in com.metsci.glimpse.painter.decoration with parameters of type GlimpseBounds
 void CrosshairPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void MapBorderPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 void LegendPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 void GridPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

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

Methods in com.metsci.glimpse.painter.info with parameters of type GlimpseBounds
 void MeasurementPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void AnnotationPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void MinimapLayout.MiniMapBoundsPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 void CursorTextPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.plot
 

Methods in com.metsci.glimpse.painter.plot with parameters of type GlimpseBounds
 void XYLinePainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void HistogramPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.shape
 

Methods in com.metsci.glimpse.painter.shape with parameters of type GlimpseBounds
 void ShadedPointPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void PolygonPainterSimple.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void PointSetPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void LineSetPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 void PolygonPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.texture
 

Methods in com.metsci.glimpse.painter.texture with parameters of type GlimpseBounds
 void ShadedTexturePainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.track
 

Methods in com.metsci.glimpse.painter.track with parameters of type GlimpseBounds
 void TrackPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds bounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.painter.treemap
 

Methods in com.metsci.glimpse.painter.treemap with parameters of type GlimpseBounds
 void AbstractTreeMapPainter.paintTo(javax.media.opengl.GL gl, GlimpseBounds layoutBounds, Axis2D axis)
           
 

Uses of GlimpseBounds in com.metsci.glimpse.plot.timeline.painter
 

Methods in com.metsci.glimpse.plot.timeline.painter with parameters of type GlimpseBounds
 void SimpleSelectedTimeRegionPainter.paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 

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

Methods in com.metsci.glimpse.swt.canvas that return GlimpseBounds
 GlimpseBounds SwtGlimpseCanvas.getTargetBounds()
           
 GlimpseBounds SwtBridgeGlimpseCanvas.getTargetBounds()
           
 GlimpseBounds SwtGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
           
 GlimpseBounds SwtBridgeGlimpseCanvas.getTargetBounds(GlimpseTargetStack stack)
           
 



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