Uses of Class
com.metsci.glimpse.core.context.GlimpseBounds
-
Packages that use GlimpseBounds Package Description com.metsci.glimpse.core.axis Provides classes for managing the display area ofGlimpsePainterinstances.com.metsci.glimpse.core.axis.painter Painters which display the state of an axis with tick marks, labels, color scales, and other decorations.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.painter.base The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters.com.metsci.glimpse.core.painter.shape Painters which draw basic geometric shapes: line segments, points, and polygons.com.metsci.glimpse.core.plot.timeline.animate com.metsci.glimpse.core.plot.timeline.event com.metsci.glimpse.core.support.atlas com.metsci.glimpse.core.support.atlas.shader com.metsci.glimpse.core.support.shader.colormap com.metsci.glimpse.core.support.shader.line com.metsci.glimpse.core.support.shader.point com.metsci.glimpse.core.support.shader.triangle com.metsci.glimpse.dnc com.metsci.glimpse.topo -
-
Uses of GlimpseBounds in com.metsci.glimpse.core.axis
Methods in com.metsci.glimpse.core.axis with parameters of type GlimpseBounds Modifier and Type Method Description voidAxis2D. setSizePixels(GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.axis.painter
Methods in com.metsci.glimpse.core.axis.painter with parameters of type GlimpseBounds Modifier and Type Method Description NumericAxisPainter.TickInfoNumericAxisPainter. getTickInfo(Axis1D axis, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.canvas
Methods in com.metsci.glimpse.core.canvas that return GlimpseBounds Modifier and Type Method Description GlimpseBoundsFBOGlimpseCanvas. getTargetBounds()GlimpseBoundsFBOGlimpseCanvas. getTargetBounds(GlimpseTargetStack stack)GlimpseBoundsGlimpseCanvas. getTargetBounds()GlimpseBoundsNewtSwingGlimpseCanvas. getTargetBounds()GlimpseBoundsNewtSwingGlimpseCanvas. getTargetBounds(GlimpseTargetStack stack)GlimpseBoundsSwingGlimpseCanvas. getTargetBounds()Deprecated.GlimpseBoundsSwingGlimpseCanvas. getTargetBounds(GlimpseTargetStack stack)Deprecated.GlimpseBoundsSwingLightweightGlimpseCanvas. getTargetBounds()Deprecated.GlimpseBoundsSwingLightweightGlimpseCanvas. getTargetBounds(GlimpseTargetStack stack)Deprecated. -
Uses of GlimpseBounds in com.metsci.glimpse.core.context
Fields in com.metsci.glimpse.core.context declared as GlimpseBounds Modifier and Type Field Description static GlimpseBoundsGlimpseBounds. EMPTY_BOUNDSMethods in com.metsci.glimpse.core.context that return GlimpseBounds Modifier and Type Method Description GlimpseBoundsGlimpseTargetStack. getBounds()GlimpseBoundsGlimpseTargetStackImpl. getBounds()GlimpseBoundsUnmodifiableTargetStack. getBounds()GlimpseBoundsGlimpseTarget. getTargetBounds(GlimpseTargetStack stack)Returns the cached or calculated bounds of this GlimpseTarget for a particular context.Methods in com.metsci.glimpse.core.context that return types with arguments of type GlimpseBounds Modifier and Type Method Description List<GlimpseBounds>GlimpseTargetStack. getBoundsList()List<GlimpseBounds>GlimpseTargetStackImpl. getBoundsList()List<GlimpseBounds>UnmodifiableTargetStack. getBoundsList()Methods in com.metsci.glimpse.core.context with parameters of type GlimpseBounds Modifier and Type Method Description GlimpseTargetStackGlimpseTargetStack. push(GlimpseTarget target, GlimpseBounds bounds)Adds a new GlimpseTarget and its corresponding GlimpseBounds to the TargetStack.GlimpseTargetStackGlimpseTargetStackImpl. push(GlimpseTarget target, GlimpseBounds bounds)GlimpseTargetStackUnmodifiableTargetStack. push(GlimpseTarget target, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.gl.util
Methods in com.metsci.glimpse.core.gl.util that return GlimpseBounds Modifier and Type Method Description static GlimpseBoundsGLUtils. getClippedBounds(GlimpseContext context) -
Uses of GlimpseBounds in com.metsci.glimpse.core.layout
Methods in com.metsci.glimpse.core.layout that return GlimpseBounds Modifier and Type Method Description GlimpseBoundsGlimpseLayoutDelegate. getBounds()GlimpseBoundsGlimpseLayoutDelegate. getCachedBounds(GlimpseContext context)GlimpseBoundsGlimpseVerticallyScrollableLayout. getCurrentBounds(GlimpseTargetStack stack)GlimpseBoundsGlimpseLayout. getTargetBounds(GlimpseTargetStack stack)GlimpseBoundsGlimpseLayout. layoutTo(GlimpseContext context)GlimpseBoundsGlimpseLayout. layoutTo(GlimpseTargetStack stack)GlimpseBoundsGlimpseVerticallyScrollableLayout. layoutTo(GlimpseTargetStack stack)Methods in com.metsci.glimpse.core.layout with parameters of type GlimpseBounds Modifier and Type Method Description voidGlimpseLayoutDelegate. cacheBounds(GlimpseContext context, GlimpseBounds bounds)voidGlimpseLayoutDelegate. cacheBounds(GlimpseTargetStack stack, GlimpseBounds bounds)voidGlimpseLayoutDelegate. layoutTo(GlimpseContext context, GlimpseBounds bounds)voidGlimpseLayoutDelegate. layoutTo(GlimpseTargetStack stack, GlimpseBounds bounds)voidGlimpseLayoutDelegate. setBounds(GlimpseBounds bounds)Method parameters in com.metsci.glimpse.core.layout with type arguments of type GlimpseBounds Modifier and Type Method Description static booleanGlimpseLayoutCache. compareBounds(List<GlimpseBounds> list1, List<GlimpseBounds> list2) -
Uses of GlimpseBounds in com.metsci.glimpse.core.painter.base
Methods in com.metsci.glimpse.core.painter.base that return GlimpseBounds Modifier and Type Method Description static GlimpseBoundsGlimpsePainterBase. getBounds(GlimpseContext context) -
Uses of GlimpseBounds in com.metsci.glimpse.core.painter.shape
Methods in com.metsci.glimpse.core.painter.shape with parameters of type GlimpseBounds Modifier and Type Method Description voidDynamicLineSetPainter.DynamicLineSetPainterProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPolygonPainter.PolygonPainterFlatColorProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds, float near, float far)voidPolygonPainter.PolygonPainterLineProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds, float near, float far)voidDynamicLineSetPainter.DynamicLineSetPainterProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPolygonPainter.PolygonPainterLineProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.plot.timeline.animate
Fields in com.metsci.glimpse.core.plot.timeline.animate declared as GlimpseBounds Modifier and Type Field Description GlimpseBoundsDragInfo. boundsConstructors in com.metsci.glimpse.core.plot.timeline.animate with parameters of type GlimpseBounds Constructor Description DragInfo(PlotInfo info, GlimpseBounds bounds, double size) -
Uses of GlimpseBounds in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event with parameters of type GlimpseBounds Modifier and Type Method Description doubleEventPlotInfo. getRowSize(GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.support.atlas
Methods in com.metsci.glimpse.core.support.atlas with parameters of type GlimpseBounds Modifier and Type Method Description voidTextureAtlas. beginRenderingPixelOrtho(GlimpseContext context, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.support.atlas.shader
Methods in com.metsci.glimpse.core.support.atlas.shader with parameters of type GlimpseBounds Modifier and Type Method Description voidIconShader. updateViewport(GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.support.shader.colormap
Methods in com.metsci.glimpse.core.support.shader.colormap with parameters of type GlimpseBounds Modifier and Type Method Description voidColorMapProgram. setPixelOrtho(GlimpseContext context, GlimpseBounds bounds)voidColorMapTaggedProgram. setPixelOrtho(GlimpseContext context, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.support.shader.line
Methods in com.metsci.glimpse.core.support.shader.line with parameters of type GlimpseBounds Modifier and Type Method Description voidColorLineProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidLineProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidColorLineProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidLineProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.support.shader.point
Methods in com.metsci.glimpse.core.support.shader.point with parameters of type GlimpseBounds Modifier and Type Method Description voidPointArrayColorProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPointArrayColorSizeProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPointFlatColorProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPointArrayColorProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPointArrayColorSizeProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidPointFlatColorProgram. setViewport(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.core.support.shader.triangle
Methods in com.metsci.glimpse.core.support.shader.triangle with parameters of type GlimpseBounds Modifier and Type Method Description voidArrayColorProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidColorTexture1DProgram. setPixelOrtho(GlimpseContext context, GlimpseBounds bounds)voidColorTexture2DProgram. setPixelOrtho(GlimpseContext context, GlimpseBounds bounds)voidFlatColorProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds)voidFlatColorStippleProgram. setPixelOrtho(com.jogamp.opengl.GL2ES2 gl, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.dnc
Methods in com.metsci.glimpse.dnc with parameters of type GlimpseBounds Modifier and Type Method Description static voidDncShaderUtils. setUniformViewport(com.jogamp.opengl.GL2ES2 gl, int location, GlimpseBounds bounds) -
Uses of GlimpseBounds in com.metsci.glimpse.topo
Methods in com.metsci.glimpse.topo with parameters of type GlimpseBounds Modifier and Type Method Description voidShadedReliefProgram. setPixelOrtho(GlimpseContext context, GlimpseBounds bounds)
-