A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class com.metsci.glimpse.core.support.color.RGBA
- a - Variable in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils.ValueAndColor
- a - Variable in class com.metsci.glimpse.util.primitives.BooleansArray
- a - Variable in class com.metsci.glimpse.util.primitives.BytesArray
- a - Variable in class com.metsci.glimpse.util.primitives.CharsArray
- a - Variable in class com.metsci.glimpse.util.primitives.DoublesArray
- a - Variable in class com.metsci.glimpse.util.primitives.FloatsArray
- a - Variable in class com.metsci.glimpse.util.primitives.IntsArray
- a - Variable in class com.metsci.glimpse.util.primitives.LongsArray
- a - Variable in class com.metsci.glimpse.util.primitives.ObjectsArray
- abbrevs - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
- AbsoluteTimeAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler(Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- AbsoluteTimeAxisLabelHandler(String, String, String, String, String, String, String, String, TimeZone, Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- AbsoluteTimeAxisLabelHandler(TimeZone, Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- AbsoluteTimeAxisLabelHandler.DayStruct - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.DayStructFactory - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.HourStruct - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.HourStructFactory - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.MonthStruct - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.MonthStructFactory - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.TimeStructFactory - Interface in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.YearStruct - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbsoluteTimeAxisLabelHandler.YearStructFactory - Class in com.metsci.glimpse.core.axis.painter.label.time
- AbstractGlimpseCanvas - Class in com.metsci.glimpse.core.canvas
- AbstractGlimpseCanvas() - Constructor for class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- AbstractLookAndFeel - Class in com.metsci.glimpse.core.support.settings
- AbstractLookAndFeel() - Constructor for class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- AbstractTexture - Class in com.metsci.glimpse.core.gl.texture
-
An abstract
Texture
implementation which wraps an OpenGL integer texture handle but makes no assumptions about the data types stored in the texture. - AbstractTexture(int) - Constructor for class com.metsci.glimpse.core.gl.texture.AbstractTexture
- AbstractTexture(int, int) - Constructor for class com.metsci.glimpse.core.gl.texture.AbstractTexture
- AbstractTexture(int, int, int) - Constructor for class com.metsci.glimpse.core.gl.texture.AbstractTexture
- AbstractTreeMapPainter - Class in com.metsci.glimpse.core.painter.treemap
-
Draws a TreeMap, useful for hierarchical data.
- AbstractTreeMapPainter() - Constructor for class com.metsci.glimpse.core.painter.treemap.AbstractTreeMapPainter
- accent - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- accept(boolean, K, V, V) - Method in interface com.metsci.glimpse.util.var2.VarUtils.OldNewMapEntryActivityListener
- accept(boolean, T) - Method in interface com.metsci.glimpse.util.var2.VarUtils.ActivityConsumer
- accept(boolean, V, V) - Method in interface com.metsci.glimpse.util.var2.VarUtils.OldNewActivityListener
- accept(VarEvent, K, V, V) - Method in interface com.metsci.glimpse.util.var.VarUtils.MapVarListener
- accept(VarEvent, V, V) - Method in interface com.metsci.glimpse.util.var.VarUtils.OldNewListener
- accept(K, V, V) - Method in interface com.metsci.glimpse.util.var2.VarUtils.OldNewMapEntryListener
- accept(T) - Method in interface com.metsci.glimpse.util.ThrowingConsumer
- accept(V, V) - Method in interface com.metsci.glimpse.util.var2.VarUtils.OldNewListener
- accumulate(float, float, float, float, QuadTree.Accumulator<B>) - Method in class com.metsci.glimpse.util.quadtree.QuadTree
- accumulate(float, float, float, float, QuadTree.Accumulator<B>) - Method in interface com.metsci.glimpse.util.quadtree.QuadTree.Node
- accumulate(long, long, long, long, LongQuadTree.Accumulator<B>) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree
- accumulate(long, long, long, long, LongQuadTree.Accumulator<B>) - Method in interface com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree.Node
- accumulate(B, float, float, float, float) - Method in interface com.metsci.glimpse.util.quadtree.QuadTree.Accumulator
-
Every point in
bucket
will havex
in[xMinBucket,xMaxBucket)
andy
in[yMinBucket,yMaxBucket)
. - accumulate(B, long, long, long, long) - Method in interface com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree.Accumulator
-
Every point in
bucket
will havex
in[xMinBucket,xMaxBucket)
andy
in[yMinBucket,yMaxBucket)
. - acos(double) - Method in class com.metsci.glimpse.util.math.approx.ApproxAsin
- acos(double) - Static method in class com.metsci.glimpse.util.math.fast.PolynomialApprox
-
Fast acos using 8 term polynomial approximation from Abramowitz and Stegun, pg.
- acos_4(double) - Static method in class com.metsci.glimpse.util.math.fast.PolynomialApprox
-
Fast acos using 4 term polynomial approximation from Abramowitz and Stegun, pg.
- activateCoverage(DncCoverage) - Method in class com.metsci.glimpse.dnc.DncPainter
- activateCoverages(String...) - Method in class com.metsci.glimpse.dnc.DncPainter
- activateCoverages(Collection<DncCoverage>) - Method in class com.metsci.glimpse.dnc.DncPainter
- activeChunkKeys() - Method in class com.metsci.glimpse.dnc.DncPainter
- activityListenable(ActivityListenable...) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- activityListenable(Collection<? extends ActivityListenable>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- ActivityListenable - Interface in com.metsci.glimpse.util.var2
- ActivityListenableBasic - Class in com.metsci.glimpse.util.var2
- ActivityListenableBasic() - Constructor for class com.metsci.glimpse.util.var2.ActivityListenableBasic
- ActivityListenableSet - Class in com.metsci.glimpse.util.var2
- ActivityListenableSet(ActivityListenable...) - Constructor for class com.metsci.glimpse.util.var2.ActivityListenableSet
- ActivityListenableSet(Collection<? extends ActivityListenable>) - Constructor for class com.metsci.glimpse.util.var2.ActivityListenableSet
- ActivityListener - Interface in com.metsci.glimpse.util.var2
- actualSize() - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- actualToLogicalSize(int) - Static method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- add(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- add(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoublesModifiable
- add(double) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(double) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Creates a new TimeStamp instance offset from this timestamp by the given amount.
- add(double) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- add(double) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- add(double) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- add(double[]) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(double[]) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(double[], int, int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(double[], int, int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(double, double) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(double, double, double) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- add(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloatsModifiable
- add(float) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(float[]) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(float[]) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(float[], float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- add(float[], int, int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- add(float[], int, int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(float, float) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(float, float, float) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- add(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- add(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedIntsModifiable
- add(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- add(int) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
-
If
x(v)
ory(v)
returnsNaN
, this method returns immediately without addingv
to the tree. - add(int[]) - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- add(int[], int, int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- add(int, int) - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- add(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- add(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongsModifiable
- add(long) - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- add(long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
-
If
x(v)
ory(v)
returnsNaN
, this method returns immediately without addingv
to the tree. - add(long[]) - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- add(long[], int, int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- add(long, long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
-
If
x(v1,v2)
ory(v1,v2)
returnsNaN
, this method returns immediately without addingv1,v2
to the tree. - add(GLAutoDrawable) - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- add(Rect) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Decides upon an (x, y) position for the given rectangle (leaving its width and height unchanged) and places it on the backing store.
- add(Polygon.Loop) - Method in class com.metsci.glimpse.core.support.polygon.Polygon
- add(PrimitiveVector.Integer) - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- add(PrimitiveVector.Long) - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- add(Object, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter.BulkColorAccumulator
- add(Object, float, float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter.BulkPointAccumulator
- add(Object, float, float, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter.BulkPointAccumulator
- add(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.BulkLineAccumulator
- add(Object, float, float, float, float, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.BulkLineAccumulator
- add(T) - Method in class com.metsci.glimpse.util.var.DisposableGroup
- add(V) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- add(V) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- add(V) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
-
If
x(v)
ory(v)
returnsNaN
, this method returns immediately without addingv
to the tree. - add(V) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
-
If
x(v)
ory(v)
returnsNaN
, this method returns immediately without addingv
to the tree. - add(V) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeXys
-
If
v.x()
orv.y()
returnsNaN
, this method returns immediately without addingv
to the tree. - addActionListener(boolean, AbstractButton, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addActionListener(AbstractButton, ActionListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addActionListener(AbstractButton, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addActiveChunksListener(Runnable) - Method in class com.metsci.glimpse.dnc.DncPainter
- addAll(Collection<? extends V>) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- addAnnotation(AnnotationPainter.Annotation) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- addAnnotation(String, double, double) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- addAnnotation(String, double, double, int, int, SimpleTextPainter.HorizontalPosition, SimpleTextPainter.VerticalPosition, float[]) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- addArrayData(GLArrayDataClient) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addAxis(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainter
- addAxisConstraint(TaggedAxis1D, Constraint) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addAxisGestureListener(Touchable) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- addAxisListener(AxisListener1D) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Adds a listener which will be notified whenever this axis changes.
- addAxisListener(AxisListener2D) - Method in class com.metsci.glimpse.core.axis.Axis2D
- addAxisListener(AxisListener2D) - Method in class com.metsci.glimpse.core.plot.Plot2D
- addAxisListener1D(Axis1D, AxisListener1D) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addAxisListener1D(Axis1D, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addAxisListener2D(Axis2D, AxisListener2D) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addAxisListener2D(Axis2D, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addAxisMouseListener(Mouseable) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- addBackgroundPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- addBesideNeighbor(DockerArrangementTile, DockerArrangementNode, Side, double) - Method in interface com.metsci.glimpse.docking.group.ViewPlacer
- addBesideNeighbor(DockerArrangementTile, DockerArrangementNode, Side, double) - Method in class com.metsci.glimpse.docking.group.ViewPlacerBaseArr
- addBesideNeighbor(DockerArrangementTile, DockerArrangementNode, Side, double) - Method in class com.metsci.glimpse.docking.group.ViewPlacerBaseGroup
- addCancelListener(Runnable) - Method in class com.metsci.glimpse.extras.examples.dnc.ProgressPane
- addChild(int, int, double) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Makes
parentId
to the parent ofchildId
. - addChild(int, int, double, String) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Makes
parentId
to the parent ofchildId
. - addChildPlot(PlotInfo) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- addChildPlot(PlotInfo) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- addComponent(Container, Component) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addComponent(Container, Component, int) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addComponent(Container, Component, Object) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addComponent(Container, Component, Object, int) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addComponent(JMenu, Component) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addComponentListener(Component, ComponentListener) - Static method in class com.metsci.glimpse.docking.MiscUtils
- addConstraint(Constraint) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- addConstraint(EventConstraint) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Adds an EventConstraint which determines whether proposed changes to the min and max time bounds of an Event are allowed.
- addDisposeListener(GLRunnable) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- addDisposeListener(GLRunnable) - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Called when
GLEventListener.dispose(GLAutoDrawable)
event is fired by theGLAutoDrawable
associated with the GlimpseCanvas. - addDisposeListener(GLRunnable) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- addDisposeListener(GLRunnable) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addDisposeListener(GLRunnable) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addDockingMouseAdapter(MouseAdapter) - Method in class com.metsci.glimpse.docking.Tile
- addDockingMouseAdapter(MouseAdapter) - Method in class com.metsci.glimpse.docking.TileImpl
- addDrawableTexture(DrawableTexture) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- addDrawableTexture(DrawableTexture, int) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- addEdgeLeaf(Component, Side) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- addEdgeLeaf(Component, Side, double) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- addedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- addedLeaf(MultiSplitPane, Component) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- addedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- addedLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- addedLeaf(Component) - Method in interface com.metsci.glimpse.docking.MultiSplitPaneListener
- addedView(Tile, View) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- addedView(Tile, View) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- addedView(Tile, View) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- addedView(View) - Method in class com.metsci.glimpse.docking.TileAdapter
- addedView(View) - Method in interface com.metsci.glimpse.docking.TileListener
- addedWindow(DockingGroup, DockingWindow) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- addedWindow(DockingGroup, DockingWindow) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- addedWindow(DockingGroup, DockingWindow) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- addElement(double[]) - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- addElement(double[], double) - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- addElementAddedListener(ReadableVar<? extends Collection<? extends T>>, boolean, BiConsumer<VarEvent, ? super T>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addElementAddedListener(ReadableVar<? extends Collection<? extends T>>, boolean, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addElementRemovedListener(ReadableVar<? extends Collection<? extends T>>, BiConsumer<VarEvent, ? super T>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addElementRemovedListener(ReadableVar<? extends Collection<? extends T>>, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- addEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- addEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- addEvent(Object, String, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- addEvent(Object, String, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- addEvent(String, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- addEvent(String, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- addEventPlotListener(EventPlotInfo, EventPlotListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addEventPlotListener(EventPlotListener) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- addEventSelectionListener(EventSelectionListener) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- addFactory(GlimpseTargetStack, AxisFactory2D) - Method in class com.metsci.glimpse.core.axis.factory.ConditionalAxisFactory2D
- addForegroundPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- addFragmentShader(URL) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addGeometryShader(URL) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addGLEventListener(GLAutoDrawable, GLEventListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGLEventListener(GlimpseCanvas, GLEventListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpseGestureListener(GlimpseGestureListener) - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- addGlimpseGestureListener(GlimpseGestureListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- addGlimpseGestureListener(GlimpseGestureListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- addGlimpseGestureListener(GlimpseGestureListener, GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- addGlimpseKeyListener(GlimpseKeyListener) - Method in interface com.metsci.glimpse.core.event.key.Keyable
- addGlimpseKeyListener(GlimpseKeyListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addGlimpseKeyListener(GlimpseKeyListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- addGlimpseKeyListener(GlimpseKeyListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- addGlimpseKeyListener(GlimpseLayout, GlimpseKeyListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- addGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- addGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- addGlimpseMouseAllListener(GlimpseLayout, GlimpseMouseAllListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpseMouseListener(GlimpseMouseListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- addGlimpseMouseListener(GlimpseMouseListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addGlimpseMouseListener(GlimpseMouseListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- addGlimpseMouseListener(GlimpseMouseListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- addGlimpseMouseListener(GlimpseLayout, GlimpseMouseListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- addGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- addGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- addGlimpseMouseMotionListener(GlimpseLayout, GlimpseMouseMotionListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- addGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- addGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- addGlimpseMouseWheelListener(GlimpseLayout, GlimpseMouseWheelListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpsePainter(GlimpseLayout, int, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpsePainter(GlimpseLayout, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpsePainter(DelegatePainter, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpsePainter(WrappedPainter, int, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpsePainter(WrappedPainter, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addGlimpseTouchListener(GlimpseTouchListener) - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- addGlimpseTouchListener(GlimpseTouchListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- addGlimpseTouchListener(GlimpseTouchListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- addIcon(Object, Object, float, float, float) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- addIcon(Object, Object, float, float, float, float) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Adds the icon in the TextureAtlas referred to by iconId to iconGroupId at the provided coordinates.
- addIconGroup(Object, TextureAtlas) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- addIconGroup(Object, TextureAtlas, int) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Preallocates space for an icon group with the provided initial size.
- addIcons(Object, Object, float[]) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Loads icons into the IconPainter with x/y/rotation/scale quadruplets (one per icon) packed into a single float[] array.
- addIcons(Object, Object, float[], float[], float[], float[]) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- addIcons(Object, Object, FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Loads icons into the IconPainter with x/y/rot/scale interleaved in a single FloatBuffer in the same manner as
#addIcons( Object, Object, float, float[] )
. - addId(Object) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- addIndex(int) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
- addIndex(int, int) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
-
Add points at indices [startIndex,endIndex) in the backing FloatBuffer to the QuadTreeInts.
- addIndices(int[]) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
- addInitialLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- addItem(String, float[]) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- addItem(String, float[]) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
- addItem(String, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- addItemListener(boolean, ItemSelectable, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addItemListener(ItemSelectable, ItemListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addItemListener(ItemSelectable, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- additionFailed(Rect, int) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- addKeyListener(KeyListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addKeyListener(KeyListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addLayout(GlimpseAxisLayout2D) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Adds the childLayout to the part of the StackedPlot2D represented by this LayoutInfo.
- addLayout(GlimpseAxisLayout2D) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- addLayout(GlimpseAxisLayout2D) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- addLayout(GlimpseAxisLayout2D) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addLayout(GlimpseLayout) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Adds a sub-layout to this GlimpseTarget which will only paint in a region of this GlimpseTarget based on its layout constraints.
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- addLayout(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- addLayout(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- addLayout(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- addLayout(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addLayout(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addLayout(GlimpseLayout, int) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
- addLayout(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addLayout(GlimpseLayout, GlimpsePainterCallback) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addLayout(GlimpseLayout, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addLayout(GlimpseLayout, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- addLayout(Object, GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- addLayout(Object, GlimpseLayout, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addLayout(Object, GlimpseLayout, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- addLayoutCallback(LayoutCallback) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- addLayoutComponent(String, Component) - Method in class com.metsci.glimpse.docking.SplitPane.SplitLayout
- addLine(int, float, float, float, float) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TreeBuilder
- addListener(boolean, Runnable) - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- addListener(boolean, Runnable) - Method in interface com.metsci.glimpse.util.var.Listenable
- addListener(boolean, Runnable) - Method in class com.metsci.glimpse.util.var.ListenableGroup
- addListener(boolean, Runnable) - Method in class com.metsci.glimpse.util.var.Notifier
- addListener(boolean, Consumer<T>) - Method in interface com.metsci.glimpse.util.var.Listenable
- addListener(boolean, Consumer<T>) - Method in class com.metsci.glimpse.util.var.ListenableGroup
- addListener(boolean, Consumer<T>) - Method in class com.metsci.glimpse.util.var.Notifier
- addListener(TextureAtlasUpdateListener) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Registers a TextureAtlasUpdateListener with the TextureAtlas.
- addListener(DockingGroupListener) - Method in interface com.metsci.glimpse.docking.DockingGroup
- addListener(DockingGroupListener) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- addListener(MultiSplitPaneListener) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- addListener(SplitPaneListener) - Method in class com.metsci.glimpse.docking.SplitPane
- addListener(TileListener) - Method in class com.metsci.glimpse.docking.Tile
- addListener(TileListener) - Method in class com.metsci.glimpse.docking.TileImpl
- addListener(GlyphCache.EventListener) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Registers an
GlyphCache.EventListener
with thisGlyphCache
. - addListener(GlyphRenderer.EventListener) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Registers an
GlyphRenderer.EventListener
with thisGlyphRenderer
. - addListener(QuadPipeline.EventListener) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Registers an
QuadPipeline.EventListener
with thisQuadPipeline
. - addListener(TextureRenderer.EventListener) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Registers an
TextureRenderer.EventListener
with thisGlyphRenderer
. - addListener(ActivityListener) - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
- addListener(ListenerFlag, ActivityListener) - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
- addListener(ListenerFlag, Runnable) - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
- addListener(ListenerFlag, Runnable) - Method in interface com.metsci.glimpse.util.var2.Listenable
- addListener(ListenerFlag, Consumer<? super T>) - Method in interface com.metsci.glimpse.util.var2.Notifier
- addListener(Runnable) - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
- addListener(Runnable) - Method in interface com.metsci.glimpse.util.var2.Listenable
- addListener(Consumer<? super T>) - Method in interface com.metsci.glimpse.util.var2.Notifier
- addListener(Set<? extends ListenerFlag>, ActivityListener) - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
- addListener(Set<? extends ListenerFlag>, ActivityListener) - Method in class com.metsci.glimpse.util.var2.ActivityListenableBasic
- addListener(Set<? extends ListenerFlag>, ActivityListener) - Method in class com.metsci.glimpse.util.var2.ActivityListenableSet
- addListener(Set<? extends ListenerFlag>, ActivityListener) - Method in class com.metsci.glimpse.util.var2.ReadableVarDerived
- addListener(Set<? extends ListenerFlag>, ActivityListener) - Method in class com.metsci.glimpse.util.var2.VarBasic
- addListener(Set<? extends ListenerFlag>, Runnable) - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
- addListener(Set<? extends ListenerFlag>, Runnable) - Method in interface com.metsci.glimpse.util.var2.Listenable
- addListener(Set<? extends ListenerFlag>, Runnable) - Method in class com.metsci.glimpse.util.var2.ListenableBasic
- addListener(Set<? extends ListenerFlag>, Runnable) - Method in class com.metsci.glimpse.util.var2.ListenableSet
- addListener(Set<? extends ListenerFlag>, Runnable) - Method in interface com.metsci.glimpse.util.var2.Notifier
- addListener(Set<? extends ListenerFlag>, Consumer<? super T>) - Method in interface com.metsci.glimpse.util.var2.Notifier
- addListener(Set<? extends ListenerFlag>, Consumer<? super T>) - Method in class com.metsci.glimpse.util.var2.NotifierBasic
- addMapVarListener(ReadableVar<? extends Map<K, V>>, boolean, VarUtils.MapVarListener<? super K, ? super V>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addMouseAdapter(Component, MouseAdapter) - Static method in class com.metsci.glimpse.docking.TileImpl
- addMouseListener(Component, MouseListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addMouseListener(MouseListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addMouseListener(MouseListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addMouseMotionListener(Component, MouseMotionListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addMouseMotionListener(MouseMotionListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addMouseMotionListener(MouseMotionListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addMouseWheelListener(Component, MouseWheelListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addMouseWheelListener(MouseWheelListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- addMouseWheelListener(MouseWheelListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- addNeighborLeaf(Component, Component, Side) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- addNeighborLeaf(Component, Component, Side, double) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- addNewFrame() - Method in class com.metsci.glimpse.docking.group.frame.DockingGroupMultiframe
- addNonDrawableTexture(Texture) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- addNonDrawableTexture(Texture, int) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- addNonDrawableTexture(Texture, Texture, int) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- addOldNewListener(ReadableVar<? extends Map<K, V>>, K, boolean, VarUtils.OldNewListener<? super V>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addOldNewListener(ReadableVar<? extends V>, boolean, VarUtils.OldNewListener<? super V>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- addOldNewListener(ReadableVar<V>, ListenerFlag, VarUtils.OldNewActivityListener<V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addOldNewListener(ReadableVar<V>, VarUtils.OldNewActivityListener<V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addOldNewListener(ReadableVar<V>, Function<? super ReadableVar<V>, Listenable>, ListenerFlag, VarUtils.OldNewListener<V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addOldNewListener(ReadableVar<V>, Function<? super ReadableVar<V>, Listenable>, VarUtils.OldNewListener<V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addOldNewListener(ReadableVar<V>, Function<? super ReadableVar<V>, Listenable>, Set<? extends ListenerFlag>, VarUtils.OldNewListener<V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addOldNewListener(ReadableVar<V>, Set<? extends ListenerFlag>, VarUtils.OldNewActivityListener<V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.info.MinimapLayout
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainter(GlimpsePainter) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- addPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- addPainter(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addPainter(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- addPainter(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- addPainter(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- addPainter(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainter(GlimpsePainter, GlimpsePainterCallback) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addPainter(GlimpsePainter, GlimpsePainterCallback) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- addPainter(GlimpsePainter, GlimpsePainterCallback) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainter(GlimpsePainter, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addPainter(GlimpsePainter, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- addPainter(GlimpsePainter, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainter(Object, GlimpsePainter, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addPainter(Object, GlimpsePainter, int) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainter(Object, GlimpsePainter, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- addPainter(Object, GlimpsePainter, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- addPainter(Object, GlimpsePainter, GlimpsePainterCallback, int) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainterBackground(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPainterForeground(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- addPlot(PlotInfo) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- addPlotMouseListener(PlotMouseListener) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- addPoint(int, float, float) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TreeBuilder
- addPoint(Object, Object, double, double, long) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- addPointGeo(int, int, double, double, long) - Method in class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- addPointGeo(int, int, LatLonGeo, long) - Method in class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- addPoints(Object, List<Point>) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- addPolygon(float...) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
Convenience method for adding a polygon.
- addPolygon(long, float[], float[], float[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- addPolygon(Object, Object, float[], float[], float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, long, long, float[], float[], float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, long, long, PolygonPainter.TessellatedPolygon, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, long, long, Polygon, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, long, long, Shape, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, PolygonPainter.TessellatedPolygon, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, Polygon, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPolygon(Object, Object, Shape, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- addPropertyChangeListener(Component, PropertyChangeListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addPropertyChangeListener(Component, String, PropertyChangeListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addPropertyChangeListener(Component, String, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addQuad(GL, Quad) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Adds a quad to this
QuadPipeline
. - addRectangle(float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
Convenience method for adding an axis-aligned rectangle.
- addRectangle(float, float, float, float, float[]) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
-
Convenience method for adding an axis-aligned rectangle.
- addRgb(float[], float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- addSelectedEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- addSetElement(Var<ImmutableSet<T>>, boolean, T2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addSetElement(Var<ImmutableSet<T>>, T2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- addShader(int, URL) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addShader(ShaderCode) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addSpatialSelectionListener(Axis2D, SpatialSelectionListener<Point>) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- addSpatialSelectionListener(SpatialSelectionListener<IconPainter.PickResult>) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- addTableModelListener(TableModel, TableModelListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addTag(Tag) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- addTag(String, double) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- addTemporalSelectionListener(TemporalSelectionListener<Point>) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- addTerseFileLogger(Level, String) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
In cases where a logging.properties file is too cumbersome, sets terse formatter for file handler.
- addTextListener(JTextComponent, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addTextListener(JTextComponent, Runnable) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncExampleUtils
- addToActiveTxn(TxnMember) - Static method in class com.metsci.glimpse.util.var.Txn
-
In most cases this method shouldn't be called directly from application code.
- addToActiveTxn(TxnMember) - Method in class com.metsci.glimpse.util.var.TxnManager
-
In most cases this method shouldn't be called directly from application code.
- addToGLAnimator(GLAnimatorControl, GLAutoDrawable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addToGLAnimator(GLAnimatorControl, GlimpseCanvas) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addToMappedBufferStats(int, long, long) - Static method in class com.metsci.glimpse.util.io.MappedBufferStats
- addToolkitListener(Toolkit, long, AWTEventListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addToTile(DockerArrangementTile, int) - Method in interface com.metsci.glimpse.docking.group.ViewPlacer
- addToTile(DockerArrangementTile, int) - Method in class com.metsci.glimpse.docking.group.ViewPlacerBaseArr
- addToTile(DockerArrangementTile, int) - Method in class com.metsci.glimpse.docking.group.ViewPlacerBaseGroup
- addTriangle(int, float, float, float, float, float, float) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TreeBuilder
- addUniformData(GLUniformData) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addVertexShader(URL) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- addVertices(double[], int) - Method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop.LoopBuilder
- addVertices(double[], int) - Method in class com.metsci.glimpse.core.support.polygon.SimpleVertexAccumulator
- addVertices(double[], int) - Method in interface com.metsci.glimpse.core.support.polygon.VertexAccumulator
- addVertices(float[], int) - Method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop.LoopBuilder
- addVertices(float[], int) - Method in class com.metsci.glimpse.core.support.polygon.SimpleVertexAccumulator
- addVertices(float[], int) - Method in interface com.metsci.glimpse.core.support.polygon.VertexAccumulator
- addView(View) - Method in interface com.metsci.glimpse.docking.DockingGroup
- addView(View) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- addView(View, int) - Method in class com.metsci.glimpse.docking.Tile
- addView(View, int) - Method in class com.metsci.glimpse.docking.TileImpl
- addViewPlacement(String, ViewPlacementRule) - Method in interface com.metsci.glimpse.docking.DockingGroup
- addViewPlacement(String, ViewPlacementRule) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- addViews(View...) - Method in interface com.metsci.glimpse.docking.DockingGroup
- addViews(View...) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- addViews(Collection<View>) - Method in interface com.metsci.glimpse.docking.DockingGroup
- addViews(Collection<View>) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- addWindowListener(WindowListener) - Method in interface com.metsci.glimpse.docking.DockingWindow
- addWindowListener(Window, WindowListener) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- addWindowListener(Window, WindowListener) - Static method in class com.metsci.glimpse.docking.MiscUtils
- addWindowListenerFirst(Window, WindowListener) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
WindowListeners are normally run in the order that Window.addWindowListener was called.
- adjustFontSize(Font, float) - Static method in class com.metsci.glimpse.extras.examples.dnc.ProgressPane
- adjustForDesktopScaling(float) - Static method in class com.metsci.glimpse.core.support.DpiUtils
- adjustForDesktopScaling(int) - Static method in class com.metsci.glimpse.core.support.DpiUtils
- AggregateEvent - Class in com.metsci.glimpse.core.plot.timeline.event
-
When a
StackedTimePlot2D
is zoomed out very far, Events can be squashed very close together in pixel space, making them hard to see. - AliceBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
AliceBlue
- all() - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
-
Includes notifications for both ongoing and completed events.
- all() - Method in class com.metsci.glimpse.util.var2.ActivityListenableBasic
- all() - Method in class com.metsci.glimpse.util.var2.ActivityListenableSet
- all() - Method in class com.metsci.glimpse.util.var2.ReadableVarDerived
- all() - Method in class com.metsci.glimpse.util.var2.VarBasic
- ALL - Static variable in interface com.metsci.glimpse.util.var2.ActivityListenable
-
Statically importable alias for
ActivityListenable.all()
. - allListenable(ActivityListenable...) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- allListenable(Collection<? extends ActivityListenable>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- allocateBackingStore(int, int) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- allViewsAreAutoCloseable(Iterable<? extends View>) - Static method in class com.metsci.glimpse.docking.DockingUtils
- almostEquals(LatLonRect, double) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- ALPHA - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- ALPHA - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- Alt - com.metsci.glimpse.core.event.mouse.ModifierKey
- alwaysFalse - Static variable in class com.metsci.glimpse.util.PredicateUtils
- alwaysTrue - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeExpressions
- alwaysTrue - Static variable in class com.metsci.glimpse.util.PredicateUtils
- ancestor - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
-
Id of ancestor polygon in the full resolution set that was the source of this polygon (-1 if none, -2 if not supported in GSHHS version)
- anchor(Axis1D, boolean, int, int) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- AnchoredImage - Class in com.metsci.glimpse.dnc.util
- AnchoredImage(BufferedImage, int, int) - Constructor for class com.metsci.glimpse.dnc.util.AnchoredImage
- Angle - Class in com.metsci.glimpse.util.units
- Angle() - Constructor for class com.metsci.glimpse.util.units.Angle
- AngleRelative - Class in com.metsci.glimpse.util.units
- AngleRelative() - Constructor for class com.metsci.glimpse.util.units.AngleRelative
- angleWith(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns the conical (unsigned) angle between this vector and vector v.
- angleWith(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the conical (unsigned) angle between this vector and vector v.
- AnimatedPolarProjectionExample - Class in com.metsci.glimpse.core.examples.projection
-
Demonstrates dynamically updating the projection applied to a texture.
- AnimatedPolarProjectionExample() - Constructor for class com.metsci.glimpse.core.examples.projection.AnimatedPolarProjectionExample
- AnimatedTextureExample - Class in com.metsci.glimpse.core.examples.heatmap
-
Demonstrates dynamically updating the data stored in a texture.
- AnimatedTextureExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.AnimatedTextureExample
- Annotation(String, double, double) - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- Annotation(String, double, double, float[]) - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- Annotation(String, double, double, int, int, SimpleTextPainter.HorizontalPosition, SimpleTextPainter.VerticalPosition, float[]) - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- Annotation(String, double, double, int, int, SimpleTextPainter.HorizontalPosition, SimpleTextPainter.VerticalPosition, float[], long, long) - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- Annotation(String, double, double, SimpleTextPainter.HorizontalPosition, SimpleTextPainter.VerticalPosition) - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- AnnotationPainter - Class in com.metsci.glimpse.core.painter.info
-
Displays text annotations at specified locations on a plot.
- AnnotationPainter() - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter
- AnnotationPainter(Font) - Constructor for class com.metsci.glimpse.core.painter.info.AnnotationPainter
- AnnotationPainter.Annotation - Class in com.metsci.glimpse.core.painter.info
- AntiqueWhite - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
AntiqueWhite
- AntiqueWhite1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
AntiqueWhite1
- AntiqueWhite2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
AntiqueWhite2
- AntiqueWhite3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
AntiqueWhite3
- AntiqueWhite4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
AntiqueWhite4
- ANY_BUTTON_DOWN_MASK - Static variable in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- AppConfigUtils - Class in com.metsci.glimpse.util
- AppConfigUtils() - Constructor for class com.metsci.glimpse.util.AppConfigUtils
- append(boolean) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- append(boolean) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- append(boolean[]) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- append(boolean[]) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- append(boolean[], int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- append(boolean[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- append(byte) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(byte) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(byte[]) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(byte[]) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(byte[], int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(byte[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(char) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(char) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(char[]) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(char[]) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(char[], int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(char[], int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(double) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(double) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(double[]) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(double[]) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(double[], int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(double[], int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(float) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(float) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(float[]) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(float[]) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(float[], int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(float[], int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(int[]) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(int[]) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(int[], int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(int[], int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(long) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(long) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- append(long[]) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(long[]) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- append(long[], int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(long[], int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- append(Booleans) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- append(Booleans) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- append(Booleans, int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- append(Booleans, int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- append(Bytes) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(Bytes) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(Bytes, int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(Bytes, int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(Chars) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(Chars) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(Chars, int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(Chars, int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(Doubles) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(Doubles) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(Doubles, int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(Doubles, int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(Floats) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(Floats) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(Floats, int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(Floats, int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(Ints) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(Ints) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(Ints, int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(Ints, int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(Longs) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(Longs) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- append(Longs, int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(Longs, int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- append(Objects) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- append(Objects) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- append(Objects, int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- append(Objects, int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- append(Object) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- append(Object) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- append(Object[]) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- append(Object[]) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- append(Object[], int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- append(Object[], int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- append(String) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(String) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(String) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(String) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(String, int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(String, int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(String, int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(String, int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(ByteBuffer) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(ByteBuffer) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(ByteBuffer, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- append(ByteBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- append(CharBuffer) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(CharBuffer) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(CharBuffer, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- append(CharBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- append(DoubleBuffer) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(DoubleBuffer) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(DoubleBuffer, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- append(DoubleBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- append(FloatBuffer) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(FloatBuffer) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(FloatBuffer, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- append(FloatBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- append(IntBuffer) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(IntBuffer) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(IntBuffer, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- append(IntBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- append(LongBuffer) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(LongBuffer) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- append(LongBuffer, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- append(LongBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- appendAreaFeature(int, Function<String, Object>, IntBuffer, int, int, DoubleBuffer, DncProjection, Set<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- appendFiltered(IntsArray, FilterInt, IntsModifiable) - Static method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- appendFiltered(LongsArray, FilterLong2, LongsModifiable) - Static method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- appendFiltered(LongsArray, FilterLong, LongsModifiable) - Static method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- appendLineCoords(int, float[], FloatsArray) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- appendLineFeature(int, Function<String, Object>, DoubleBuffer, int, int, DncProjection, Set<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- appendPointFeature(int, Function<String, Object>, DoubleBuffer, int, DncProjection, Set<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- appendQueryTree(Flat2Query.Node, IntsModifiable, IntsModifiable, IntsModifiable, IntsModifiable, IntsModifiable) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- appendToPrevious - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
-
In the textjoin table, a textlocid of -1 indicates that the text does not have its own label location, but should instead be appended to the text of the preceding label attribute.
- appendViewsToTile(Tile, Collection<? extends View>) - Static method in class com.metsci.glimpse.docking.DockingUtils
- apply(T) - Method in interface com.metsci.glimpse.util.ThrowingFunction
- applyAndUpdate(Axis1D, Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- applyAndUpdate(Axis1D, Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- applyAsFloat(T) - Method in interface com.metsci.glimpse.dnc.util.ToFloatFunction
- applyConstraint(TaggedAxis1D) - Method in interface com.metsci.glimpse.core.axis.tagged.Constraint
- applyConstraint(TaggedAxis1D) - Method in class com.metsci.glimpse.core.axis.tagged.NamedConstraint
- applyConstraint(TaggedAxis1D, Map<String, Tag>) - Method in class com.metsci.glimpse.core.axis.tagged.NamedConstraint
- applyConstraint(TaggedAxis1D, Map<String, Tag>) - Method in class com.metsci.glimpse.core.axis.tagged.OrderedConstraint
- applyConstraint(Event, TimeSpan) - Method in interface com.metsci.glimpse.core.plot.timeline.data.EventConstraint
-
Describes a set of constraints on the start and end times of an event.
- applyConstraints() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Adjusts the min and max values of the axis to conform to the various axis constraints like absolute bounds and locked min/max.
- applyConstraints() - Method in class com.metsci.glimpse.core.axis.Axis2D
- applyPlatformFixes() - Static method in class com.metsci.glimpse.platformFixes.PlatformFixes
- applyTagConstraints() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- applyWindowsFixes() - Static method in class com.metsci.glimpse.platformFixes.WindowsFixes
- approxAsin - Variable in class com.metsci.glimpse.util.math.approx.ApproxSphere
- ApproxAsin - Class in com.metsci.glimpse.util.math.approx
-
Similar to the classes in
com.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor. - ApproxAsin(int) - Constructor for class com.metsci.glimpse.util.math.approx.ApproxAsin
- approxAtan - Variable in class com.metsci.glimpse.util.math.approx.ApproxSphere
- ApproxAtan - Class in com.metsci.glimpse.util.math.approx
-
Similar to the classes in
com.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor. - ApproxAtan(int) - Constructor for class com.metsci.glimpse.util.math.approx.ApproxAtan
- approxCos - Variable in class com.metsci.glimpse.util.math.approx.ApproxSphere
- ApproxCos - Class in com.metsci.glimpse.util.math.approx
-
Similar to the classes in
com.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor. - ApproxCos(int) - Constructor for class com.metsci.glimpse.util.math.approx.ApproxCos
- approximateEqual(double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns true if two doubles are within a given epsilon (1e-10) of each other.
- approximateEqual(double, double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns true if two doubles are within a given epsilon of each other.
- approximateInteger(double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Is the given integer within epsilon (1e-10) of an integer.
- approximateInteger(double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Is the given integer within epsilon of an integer.
- approximateNotEqual(double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns true if two doubles are further than a given epsilon (1e-10) of each other.
- approximateNotEqual(double, double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns true if two doubles are further than a given epsilon of each other.
- approxSin - Variable in class com.metsci.glimpse.util.math.approx.ApproxSphere
- ApproxSin - Class in com.metsci.glimpse.util.math.approx
-
Similar to the classes in
com.metsci.glimpse.util.math.fast
, but uses linear interpolation between samples instead of nearest-neighbor. - ApproxSin(int) - Constructor for class com.metsci.glimpse.util.math.approx.ApproxSin
- ApproxSphere - Class in com.metsci.glimpse.util.math.approx
-
Similar to
SphereUtil
, but uses classes fromcom.metsci.glimpse.util.math.approx
for trig calls. - ApproxSphere(int) - Constructor for class com.metsci.glimpse.util.math.approx.ApproxSphere
- Aquamarine - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Aquamarine
- Aquamarine2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Aquamarine2
- Aquamarine4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Aquamarine4
- area_full - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
-
Area of original full-resolution polygon in km^2 (Double.NaN if not supported in GSHHS version)
- area_KM2 - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
-
Area of polygon in km^2
- AreaFeature() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.AreaFeature
- areAreasVisible(Axis2D) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- areAreasVisible(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- areaSymbolId - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- areEqual(Object, Object) - Static method in class com.metsci.glimpse.docking.MiscUtils
- areIconsVisible(Axis2D) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- areIconsVisible(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- areLabelsVisible(Axis2D) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- areLabelsVisible(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- areLinesVisible(Axis2D) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- areLinesVisible(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- argument(boolean, String) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Check
-
Ensures an argument is valid.
- ArrangementUtils - Class in com.metsci.glimpse.docking.group
- ArrangementUtils() - Constructor for class com.metsci.glimpse.docking.group.ArrangementUtils
- arrangeVertically - Variable in class com.metsci.glimpse.docking.MultiSplitPane.Split
- arrangeVertically - Variable in class com.metsci.glimpse.docking.SplitPane
- arrangeVertically - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementSplit
- array(T...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create a T[] literal.
- ArrayColorProgram - Class in com.metsci.glimpse.core.support.shader.triangle
-
Applies rgba colors to filled triangles.
- ArrayColorProgram() - Constructor for class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- ArrayColorProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.triangle
- ARROW_SIZE - Static variable in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- ARROW_TIP_BUFFER - Static variable in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- asin(double) - Method in class com.metsci.glimpse.util.math.approx.ApproxAsin
- asin(double) - Static method in class com.metsci.glimpse.util.math.fast.PolynomialApprox
-
Fast asin using 8 term polynomial approximation from Abramowitz and Stegun, pg.
- asin_4(double) - Static method in class com.metsci.glimpse.util.math.fast.PolynomialApprox
-
Fast asin using 4 term polynomial approximation from Abramowitz and Stegun, pg.
- asList(Collection<K>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
ArrayList
from a collection by building an enumeration over the collection. - asSet(K...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- atan(double) - Method in class com.metsci.glimpse.util.math.approx.ApproxAtan
- atan(double) - Static method in class com.metsci.glimpse.util.math.fast.PolynomialApprox
- atan2(double, double) - Method in class com.metsci.glimpse.util.math.approx.ApproxAtan
- atan2(double, double) - Method in class com.metsci.glimpse.util.math.fast.FastAtan
- atan2(double, double) - Static method in class com.metsci.glimpse.util.math.fast.PolynomialApprox
- ATLAS - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- ATLAS - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- ATLAS_SIZE_PX - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- atLeast(double) - Static method in class com.metsci.glimpse.util.PredicateUtils
- atLeast(int) - Static method in class com.metsci.glimpse.util.PredicateUtils
- atMost(double) - Static method in class com.metsci.glimpse.util.PredicateUtils
- atMost(int) - Static method in class com.metsci.glimpse.util.PredicateUtils
- attach(StackedTimePlot2D) - Static method in class com.metsci.glimpse.core.plot.timeline.animate.DragManager
- attachAxisMouseListeners() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- attachDockerListener(MultiSplitPane, MultiSplitPaneListener) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- attachHorizontalMouseListener(GlimpseAxisLayout1D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- attachMouseListener(GlimpseAxisLayout2D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- attachMulticastDockerListener(MultiSplitPane, Collection<? extends DockingGroupListener>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- attachMulticastTileListener(Tile, Collection<? extends DockingGroupListener>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- attachNewtClickTimeoutWorkaround(Window, long) - Static method in class com.metsci.glimpse.core.support.swing.NewtClickTimeoutWorkaround
- attachPopupMenu(JToggleButton, JPopupMenu) - Static method in class com.metsci.glimpse.docking.DockingUtils
- attachScrollableToScrollbar(GlimpseVerticallyScrollableLayout, GlimpseTargetStack, JScrollBar) - Static method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
-
Returns a Runnable that, if called, will detach the layout from the scrollbar, removing all of the listeners put in place by the attach call.
- attachShaders(GL2ES2, int, int...) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- attachTileListener(Tile, TileListener) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- attachVerticalMouseListener(GlimpseAxisLayout1D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- attr - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker.DncGeosymLabelMakerEntry
- attrExpr - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- attribute - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymCode
- Attribute() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.Attribute
- attrs - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Feature
- autoAdjustAxisBounds(Axis2D) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- autoAdjustAxisBounds(Axis2D) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- AUTOMATIC_FLUSH - com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer.EventType
-
Renderer is automatically flushing queued glyphs, e.g., when it's full or color changes.
- AUTOMATIC_FLUSH - com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline.EventType
-
Pipeline is automatically flushing all queued quads, e.g., when it's full.
- AUTOMATIC_FLUSH - com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer.EventType
-
Renderer is automatically flushing queued glyphs, e.g., when it's full or color changes.
- autumn - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- avgGeodesicRadius - Static variable in class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84.Constants
- AXIS_FONT - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- AXIS_RECT - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.dnc.DncAreaProgram.DncAreaProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- AXIS_RECT - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- AXIS_RECT - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- AXIS_TAG_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- AXIS_TEXT_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- AXIS_TICK_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- Axis1D - Class in com.metsci.glimpse.core.axis
-
A one dimensional numeric axis.
- Axis1D() - Constructor for class com.metsci.glimpse.core.axis.Axis1D
- Axis1D(Axis1D) - Constructor for class com.metsci.glimpse.core.axis.Axis1D
- Axis2D - Class in com.metsci.glimpse.core.axis
-
A delegate class holding two orthogonal one dimensional axes.
- Axis2D() - Constructor for class com.metsci.glimpse.core.axis.Axis2D
- Axis2D(Axis1D, Axis1D) - Constructor for class com.metsci.glimpse.core.axis.Axis2D
- Axis3D - Class in com.metsci.glimpse.core.axis
-
A delegate class holding three orthogonal one dimensional axes.
- Axis3D() - Constructor for class com.metsci.glimpse.core.axis.Axis3D
- Axis3D(Axis1D, Axis1D, Axis1D) - Constructor for class com.metsci.glimpse.core.axis.Axis3D
- axisBounds(Axis2D, NormalCylindricalProjection) - Static method in class com.metsci.glimpse.topo.TopoUtils
- AxisFactory1D - Interface in com.metsci.glimpse.core.axis.factory
-
Glimpse axes may be used in many different contexts (defined by a unique GlimpseTargetStack).
- AxisFactory2D - Interface in com.metsci.glimpse.core.axis.factory
- AxisGestureListener - Class in com.metsci.glimpse.core.axis.listener.touch
-
A Glimpse gesture listener which defines the default way that axes are updated in response to high level gesture events (like those from a touch screen tablet device).
- AxisGestureListener() - Constructor for class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- AxisGestureListener1D - Class in com.metsci.glimpse.core.axis.listener.touch
- AxisGestureListener1D() - Constructor for class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener1D
- AxisGestureListener2D - Class in com.metsci.glimpse.core.axis.listener.touch
-
An AxisGestureListener for use with GlimpseAxisLayout2D.
- AxisGestureListener2D() - Constructor for class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- AxisInfo(String, MultiAxisPlot2D.AxisOrientation, Axis1D, AxisMouseListener, GridAxisLabelHandler, NumericAxisPainter, GlimpseLayout, int, int) - Constructor for class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- AxisLabelHandler - Interface in com.metsci.glimpse.core.axis.painter.label
-
Responsible for positioning axis tick marks and their associated labels.
- axisLabelWithSimpleUnits(String, String, int) - Static method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandlerSimpleUnits
- axisLimitsUpdatedRateLimited(Axis1D) - Method in class com.metsci.glimpse.dnc.util.RateLimitedAxisLimitsListener1D
- AxisListener1D - Interface in com.metsci.glimpse.core.axis.listener
-
An interface for receiving notifications that the min/max bounds of an Axis1D have changed.
- AxisListener2D - Interface in com.metsci.glimpse.core.axis.listener
-
An interface for receiving notifications that the min/max bounds of an Axis2D have changed.
- AxisMouseListener - Class in com.metsci.glimpse.core.axis.listener.mouse
-
A Glimpse mouse listener which defines the default way that axes are updated in response to mouse events.
- AxisMouseListener() - Constructor for class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- AxisMouseListener1D - Class in com.metsci.glimpse.core.axis.listener.mouse
-
An AxisMouseListener for use with GlimpseAxisLayout1D.
- AxisMouseListener1D() - Constructor for class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- AxisMouseListener2D - Class in com.metsci.glimpse.core.axis.listener.mouse
-
An AxisMouseListener for use with GlimpseAxisLayout2D.
- AxisMouseListener2D() - Constructor for class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- AxisNotSetException - Exception in com.metsci.glimpse.core.axis
-
An exception thrown when a
GlimpsePainter
orAxisMouseListener
attempts to retrieve theAxis1D
for aGlimpseAxisLayout1D
whose associatedAxis1D
has not yet been set. - AxisNotSetException() - Constructor for exception com.metsci.glimpse.core.axis.AxisNotSetException
- AxisNotSetException(GlimpseContext) - Constructor for exception com.metsci.glimpse.core.axis.AxisNotSetException
- AxisNotSetException(GlimpseTargetStack) - Constructor for exception com.metsci.glimpse.core.axis.AxisNotSetException
- AxisNotSetException(GlimpsePainter, GlimpseContext) - Constructor for exception com.metsci.glimpse.core.axis.AxisNotSetException
- AxisNotSetException(GlimpsePainter, GlimpseTargetStack) - Constructor for exception com.metsci.glimpse.core.axis.AxisNotSetException
- AxisNotSetException(String) - Constructor for exception com.metsci.glimpse.core.axis.AxisNotSetException
- AxisUnitConverter - Interface in com.metsci.glimpse.core.axis.painter.label
-
All linked AxisHandlers must use common units for linking to work correctly.
- AxisUnitConverters - Class in com.metsci.glimpse.core.axis.painter.label
- AxisUnitConverters() - Constructor for class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- axisUpdated(Axis1D) - Method in interface com.metsci.glimpse.core.axis.listener.AxisListener1D
- axisUpdated(Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- axisUpdated(Axis1D) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisListener1D
- axisUpdated(Axis1D) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- axisUpdated(Axis1D) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- axisUpdated(Axis1D) - Method in class com.metsci.glimpse.core.support.shader.point.PartialTaggedPointAttributeColorSizeProgram
- axisUpdated(Axis2D) - Method in class com.metsci.glimpse.charts.slippy.SlippyAxisListener2D
- axisUpdated(Axis2D) - Method in interface com.metsci.glimpse.core.axis.listener.AxisListener2D
- axisUpdated(Axis2D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- axisUpdatedRateLimited(Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- axisUpdatedRateLimited(Axis1D) - Method in class com.metsci.glimpse.dnc.util.RateLimitedAxisLimitsListener1D
- axisUpdatedRateLimited(Axis2D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- axisUpdatedRateLimited(Axis2D) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter.SpatialSelectionAxisListener
- AxisUtil - Class in com.metsci.glimpse.core.axis
-
Utility classes for automatically creating axes and assigning them to a
GlimpseAxisLayout2D
orGlimpseAxisLayout1D
and attaching aAxisMouseListener
to provide mouse interaction. - AxisUtil() - Constructor for class com.metsci.glimpse.core.axis.AxisUtil
- Azimuth - Class in com.metsci.glimpse.util.units
- Azimuth() - Constructor for class com.metsci.glimpse.util.units.Azimuth
- AzimuthalEquidistant - Class in com.metsci.glimpse.util.geo.projection
-
Implementation of GeoProjection that preserves distance and azimuth from the center point.
- AzimuthalEquidistant(LatLonGeo) - Constructor for class com.metsci.glimpse.util.geo.projection.AzimuthalEquidistant
- azimuthAngle() - Method in class com.metsci.glimpse.util.vector.Vector2d
- azimuthAngleFast() - Method in class com.metsci.glimpse.util.vector.Vector2d
- Azure - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Azure
- Azure2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Azure2
- Azure3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Azure3
- Azure4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Azure4
B
- b - Variable in class com.metsci.glimpse.core.support.color.RGBA
- b - Variable in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils.ValueAndColor
- BACKGROUND_LAYER - Static variable in class com.metsci.glimpse.core.plot.Plot2D
-
A constant for use with
GlimpseLayout.setZOrder(com.metsci.glimpse.painter.base.GlimpsePainter, int)
. - BackgroundPainter - Class in com.metsci.glimpse.core.painter.decoration
-
Paints a simple solid color background.
- BackgroundPainter() - Constructor for class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- BackgroundPainter(boolean) - Constructor for class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- bandHeight_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- bandNum - Variable in class com.metsci.glimpse.topo.ShadedReliefTileCache.ReliefTileKey
- bandNum - Variable in class com.metsci.glimpse.topo.TopoTileKey
- baselineY - Variable in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
The y coordinate for the baseline, this is in the same coordinate-system as the provided parameters in
SimpleTextLayout.doLayout(String, float, float, float)
. - basicDockingTheme - Static variable in class com.metsci.glimpse.docking.DockingThemes
- BasicHeatMapProgram - Class in com.metsci.glimpse.core.painter.texture
- BasicHeatMapProgram(int, int, DoubleSupplier, DoubleSupplier) - Constructor for class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- BasicHeatMapProgram.Handles - Class in com.metsci.glimpse.core.painter.texture
- BATHY_COLORMAP_MIN_VALUE - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- BATHY_COLORMAP_MIN_VALUE - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- BATHY_COLORMAP_TEX_UNIT - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- BATHY_COLORMAP_TEX_UNIT - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- bathyColorGradient - Static variable in class com.metsci.glimpse.topo.TopoColorUtils
-
Can be combined with
TopoColorUtils.topoColorGradient
to create a color map with a discontinuity at zero. - bathyColormapMinValue - Static variable in class com.metsci.glimpse.topo.TopoColorUtils
- bathyColorsStepped - Static variable in class com.metsci.glimpse.topo.TopoColorUtils
-
Colors as a function of bathymetry only, not including topography.
- bathyColorTable() - Static method in class com.metsci.glimpse.topo.TopoColorUtils
- bathymetry - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- BathymetryExample - Class in com.metsci.glimpse.extras.examples.charts.bathy
-
Data displayed was downloaded from the NOAA/NGDC Bathymetry tool at http://www.ngdc.noaa.gov/mgg/gdas/gd_designagrid.html
- BathymetryExample() - Constructor for class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- BathymetryExample(GeoProjection) - Constructor for class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- begin(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- begin(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- begin(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- begin(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- begin(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- begin(GlimpseContext) - Method in class com.metsci.glimpse.topo.EquirectTopoProgram
- begin(GlimpseContext) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- begin(GlimpseContext, float, float, float, float) - Method in interface com.metsci.glimpse.core.gl.texture.DrawableTextureProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- begin(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- begin(GlimpseContext, MercatorNormalCylindricalProjection) - Method in class com.metsci.glimpse.topo.MercatorTopoProgram
- begin3DRendering() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Starts a 3D render cycle.
- begin3DRendering() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- beginMovement(Object, Object) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- beginOrthoRendering(int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- beginOrthoRendering(int, int, boolean) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- beginRendering(int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Starts an orthographic render cycle.
- beginRendering(int, int, boolean) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Starts an orthographic render cycle.
- beginRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Sets up the cache for rendering.
- beginRendering(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Starts a render cycle with this
QuadPipeline
. - beginRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL11
- beginRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL15
- beginRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL30
- beginRendering(GL, boolean, int, int, boolean) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Starts a render cycle with this
GlyphRenderer
. - beginRendering(GL, boolean, int, int, boolean) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Starts a render cycle with this
GlyphRenderer
. - beginRendering(GlimpseContext) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- beginRendering(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- beginRenderingAxisOrtho(GlimpseContext) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- beginRenderingAxisOrtho(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- beginRenderingPixelOrtho(GlimpseContext) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- beginRenderingPixelOrtho(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- Beige - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Beige
- BesideExistingTile(MultiSplitPane, Component, Side) - Constructor for class com.metsci.glimpse.docking.LandingRegions.BesideExistingTile
- between(double, boolean, double, boolean) - Static method in class com.metsci.glimpse.util.PredicateUtils
- between(int, boolean, int, boolean) - Static method in class com.metsci.glimpse.util.PredicateUtils
- big(double) - Static method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- big(float) - Static method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- big(int) - Static method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- big(int) - Static method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- big(long) - Static method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- bind(GLContext) - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- bind(GL, int, int) - Method in class com.metsci.glimpse.dnc.IndexSetTexture
- Bisque - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Bisque
- Bisque2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Bisque2
- Bisque3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Bisque3
- Bisque4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Bisque4
- BivariateGaussianDistributionUtils - Class in com.metsci.glimpse.util.math.stat
-
This class contains a collection of static methods for dealing with Bivariate Gaussian distributions.
- BivariateGaussianDistributionUtils() - Constructor for class com.metsci.glimpse.util.math.stat.BivariateGaussianDistributionUtils
- black - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Black - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Black
- BLACK - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- BlackAndWhiteLookAndFeel - Class in com.metsci.glimpse.core.support.settings
- BlackAndWhiteLookAndFeel() - Constructor for class com.metsci.glimpse.core.support.settings.BlackAndWhiteLookAndFeel
- blackToClear - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- BlanchedAlmond - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
BlanchedAlmond
- BlockLegendPainter(LegendPainter.LegendPlacement) - Constructor for class com.metsci.glimpse.core.painter.decoration.LegendPainter.BlockLegendPainter
- blue - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Blue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Blue
- BLUE - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Blue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Blue2
- BlueViolet - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
BlueViolet
- booleans(boolean...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create a boolean[] literal.
- Booleans - Interface in com.metsci.glimpse.util.primitives
- BooleansArray - Class in com.metsci.glimpse.util.primitives
- BooleansArray() - Constructor for class com.metsci.glimpse.util.primitives.BooleansArray
- BooleansArray(boolean[]) - Constructor for class com.metsci.glimpse.util.primitives.BooleansArray
-
For efficiency, does not clone the array arg.
- BooleansArray(boolean[], int) - Constructor for class com.metsci.glimpse.util.primitives.BooleansArray
-
For efficiency, does not clone the array arg.
- BooleansArray(int) - Constructor for class com.metsci.glimpse.util.primitives.BooleansArray
- BooleansArray(Booleans) - Constructor for class com.metsci.glimpse.util.primitives.BooleansArray
-
Clones the sequence arg.
- BooleansModifiable - Interface in com.metsci.glimpse.util.primitives
- BORDER_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- BorderPainter - Class in com.metsci.glimpse.core.painter.decoration
-
Paints a simple colored line border around the outside of the plot.
- BorderPainter() - Constructor for class com.metsci.glimpse.core.painter.decoration.BorderPainter
- BorderPainter.CornerType - Enum in com.metsci.glimpse.core.painter.decoration
- borderSize_RAD - Variable in class com.metsci.glimpse.topo.TopoHostTile
- Bottom - com.metsci.glimpse.core.painter.info.SimpleTextPainter.VerticalPosition
- Bottom - com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisOrientation
- BOTTOM - com.metsci.glimpse.docking.Side
- bottomLeft - Static variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- bottomRight - Static variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- bounds - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- boxContainsPoint(float, float, float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- boxIntersectsLine(float, float, float, float, float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- boxIntersectsTriangle(float, float, float, float, float, float, float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- brighten(ColorGradient, double) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- Brown - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Brown
- Brown1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Brown1
- Brown2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Brown2
- Brown3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Brown3
- Brown4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Brown4
- BsbRasterData - Class in com.metsci.glimpse.charts.raster
-
Data structures and data IO utilities for displaying Electronic Navigation Chart raster images available in the BSB Raster format.
- buffer(GL) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Returns the buffer handle, as created by e.g.
- build() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TreeBuilder
- buildAnalagousPalette(int, float, float, float, float) - Static method in class com.metsci.glimpse.core.support.color.PaletteUtils
- buildAttributeExpression(List<String>, List<? extends DncGeosymAttributeExpression>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeExpressions
- buildCellColorGradient(RGBA[]) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- Builder() - Constructor for class com.metsci.glimpse.core.gl.texture.ColorTexture1D.Builder
- buildPolygon(float[], float[]) - Static method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- buildPolygon(Shape) - Static method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- buildSubtreeViewIdsMap(DockerArrangementNode) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- buildSubtreeViewIdsMap(GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- BulkColorAccumulator() - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter.BulkColorAccumulator
- BulkLineAccumulator() - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.BulkLineAccumulator
- BulkPointAccumulator() - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter.BulkPointAccumulator
- Burlywood - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Burlywood
- Burlywood1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Burlywood1
- Burlywood2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Burlywood2
- Burlywood3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Burlywood3
- Burlywood4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Burlywood4
- Button1 - com.metsci.glimpse.core.event.mouse.MouseButton
- Button2 - com.metsci.glimpse.core.event.mouse.MouseButton
- Button3 - com.metsci.glimpse.core.event.mouse.MouseButton
- ButtonExample - Class in com.metsci.glimpse.core.examples.misc
-
Demonstrates using a customized GlimpseLayout to simulate a simple button.
- ButtonExample() - Constructor for class com.metsci.glimpse.core.examples.misc.ButtonExample
- byteOrder() - Method in class com.metsci.glimpse.util.io.MappedFile
- Bytes - Interface in com.metsci.glimpse.util.primitives
-
Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing).
- BYTES_PER_FLOAT - Static variable in class com.metsci.glimpse.core.gl.util.GLUtils
- BYTES_PER_FLOAT - Static variable in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- BYTES_PER_PIXEL - Static variable in class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- BYTES_PER_PIXEL - Static variable in class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
- BYTES_PER_SHORT - Static variable in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D
- BytesArray - Class in com.metsci.glimpse.util.primitives
- BytesArray() - Constructor for class com.metsci.glimpse.util.primitives.BytesArray
- BytesArray(byte[]) - Constructor for class com.metsci.glimpse.util.primitives.BytesArray
-
For efficiency, does not clone the array arg.
- BytesArray(byte[], int) - Constructor for class com.metsci.glimpse.util.primitives.BytesArray
-
For efficiency, does not clone the array arg.
- BytesArray(int) - Constructor for class com.metsci.glimpse.util.primitives.BytesArray
- BytesArray(Bytes) - Constructor for class com.metsci.glimpse.util.primitives.BytesArray
-
Clones the sequence arg.
- BytesArray(String) - Constructor for class com.metsci.glimpse.util.primitives.BytesArray
- BytesModifiable - Interface in com.metsci.glimpse.util.primitives
-
Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing).
- ByteTextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 8 bit integer values (uncapped).
- ByteTextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D
- ByteTextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D
- ByteTextureProjected2D.MutatorByte2D - Interface in com.metsci.glimpse.core.support.texture
- ByteTextureProjected2D.SetDataMutator - Class in com.metsci.glimpse.core.support.texture
C
- CACHE_VERSION_ID - Static variable in class com.metsci.glimpse.topo.ShadedReliefTileCache
- cacheBounds(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- cacheBounds(GlimpseTargetStack, GlimpseBounds) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- CadetBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
CadetBlue
- CadetBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
CadetBlue1
- CadetBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
CadetBlue2
- CadetBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
CadetBlue3
- CadetBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
CadetBlue4
- calculateDisplayText(TextRenderer, String, double) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- calculateVisibleEvents(Axis1D) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- calculateVisibleEvents(Axis1D, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- calculateVisibleEventsAggregated(Axis1D, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- calculateVisibleEventsNormal(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- canCompact() - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- canProjectBrowse(DncProjection) - Static method in class com.metsci.glimpse.dnc.DncProjections
- canProjectLibrary(int, String, double, double, double, double) - Method in class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- canProjectLibrary(int, String, double, double, double, double) - Method in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- canProjectLibrary(int, String, double, double, double, double) - Method in interface com.metsci.glimpse.dnc.proj.DncProjection
- canProjectLibrary(int, String, double, double, double, double) - Method in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- capacity() - Method in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
- capacity() - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- capacity() - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- capacity() - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- capacity() - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- captureArrangement() - Method in interface com.metsci.glimpse.docking.DockingGroup
- captureArrangement() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- captureArrangement(boolean) - Method in interface com.metsci.glimpse.docking.DockingGroup
-
The
includePlanViews
arg indicates whether or not the returned arrangement should include the planned placements for views that don't currently exist. - captureArrangement(boolean) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- cardPadding - Variable in class com.metsci.glimpse.docking.DockingTheme
- cast(U) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Type casts from one type to another.
- ceilDiv(int, int) - Static method in class com.metsci.glimpse.topo.TopoLevel
- cellSize_DEG - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- cellSize_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- cellSizes_DEG - Variable in class com.metsci.glimpse.topo.TopoLevelSet
- Center - com.metsci.glimpse.core.painter.info.SimpleTextPainter.HorizontalPosition
- Center - com.metsci.glimpse.core.painter.info.SimpleTextPainter.VerticalPosition
- Center - com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
Either the click occurred in-between the start and end time (but near neither), or the click occurred very near to both the start and end times (either because the timeline was zoomed in very far, or the event had the same start and end time).
- centerAxesOnShape(Shape, Axis2D) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- centerFrame(Frame) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, and center it on the screen (usually the screen of the primary monitor, but may vary based on the platform's window manager).
- centerFrame(Frame, double) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, and center it on the screen (usually the screen of the primary monitor, but may vary based on the platform's window manager).
- centerFrame(Frame, int, int) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, and center it on the screen (usually the screen of the primary monitor, but may vary based on the platform's window manager).
- centerFrame(Frame, Dimension) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, and center it on the screen (usually the screen of the primary monitor, but may vary based on the platform's window manager).
- centerOnPoint(double, double) - Method in class com.metsci.glimpse.core.axis.Axis2D
- CenterScale - com.metsci.glimpse.core.axis.UpdateMode
- centerX - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- centerY - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- cgmBoundsPattern - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- cgmLoader - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- cgmScalePattern - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- changeAlpha(ColorGradient, float) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- Chars - Interface in com.metsci.glimpse.util.primitives
- CharsArray - Class in com.metsci.glimpse.util.primitives
- CharsArray() - Constructor for class com.metsci.glimpse.util.primitives.CharsArray
- CharsArray(char[]) - Constructor for class com.metsci.glimpse.util.primitives.CharsArray
-
For efficiency, does not clone the array arg.
- CharsArray(char[], int) - Constructor for class com.metsci.glimpse.util.primitives.CharsArray
-
For efficiency, does not clone the array arg.
- CharsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.CharsArray
- CharsArray(Chars) - Constructor for class com.metsci.glimpse.util.primitives.CharsArray
-
Clones the sequence arg.
- CharsArray(String) - Constructor for class com.metsci.glimpse.util.primitives.CharsArray
- charset - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- charset - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- CharsModifiable - Interface in com.metsci.glimpse.util.primitives
- Chartreuse - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chartreuse
- Chartreuse2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chartreuse2
- Chartreuse3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chartreuse3
- Chartreuse4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chartreuse4
- check() - Method in interface com.metsci.glimpse.util.concurrent.TerminationFlag
- check() - Method in class com.metsci.glimpse.util.concurrent.TerminationFlagImpl
- Check - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for checking arguments and preconditions.
- checkGlimpseModuleAccess() - Static method in class com.metsci.glimpse.core.support.QuickUtils
- checkModuleAccess() - Static method in class com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils
- checkModuleAccess() - Static method in class com.metsci.glimpse.platformFixes.WindowsFixes
- checkModuleAccess() - Static method in class com.metsci.glimpse.util.buffer.DirectBufferDealloc
- checkModuleAccess() - Static method in class com.metsci.glimpse.util.io.MappedFile
- child0 - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- child1 - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- child2 - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- child3 - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- childA - Variable in class com.metsci.glimpse.docking.MultiSplitPane.Split
- childA - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementSplit
- childB - Variable in class com.metsci.glimpse.docking.MultiSplitPane.Split
- childB - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementSplit
- Chocolate - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chocolate
- Chocolate1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chocolate1
- Chocolate2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chocolate2
- Chocolate3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Chocolate3
- chooseDivider(float, float, SortedFloats, SortedFloats) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- chooseViewNum(List<String>, List<String>, String) - Static method in class com.metsci.glimpse.docking.group.ViewPlacementUtils
- chordDistance(LatLonRect) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- chordDistanceSquared(LatLonRect) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- chunkKey - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkJob
- chunkKey - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- chunkKey - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncChunks.DncDeviceChunk
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncChunks.DncHostChunk
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncFeature
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncIconAtlases.DncDeviceIconAtlas
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncIconAtlases.DncHostIconAtlas
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- chunkKey - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncHostLabelAtlas
- chunkKeys - Variable in class com.metsci.glimpse.dnc.DncQuery
- chunkPriorityFunc - Variable in class com.metsci.glimpse.dnc.DncPainter
- chunksFileSize - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- clamp(byte, byte, byte) - Static method in class com.metsci.glimpse.util.GeneralUtils
- clamp(double, double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns the first argument (value) unless it is ouside the range [min,max].
- clamp(float, float, float) - Static method in class com.metsci.glimpse.util.GeneralUtils
- clamp(int, int, int) - Static method in class com.metsci.glimpse.util.GeneralUtils
- clamp(long, long, long) - Static method in class com.metsci.glimpse.util.GeneralUtils
- clamp(short, short, short) - Static method in class com.metsci.glimpse.util.GeneralUtils
- classForName(String) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
This method returns the correct type as specified by the caller, unlike
Class.forName(String)
. - clean() - Method in interface com.metsci.glimpse.util.ugly.CleanerUtils.Cleanable
- CLEAN - com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache.EventType
-
Unused entries were removed from cache.
- CleanerUtils - Class in com.metsci.glimpse.util.ugly
-
Cleaners serve the same purpose as finalize() methods, with 2 subtle differences: finalize() methods are better when resource disposal is non-trivial and/or slow The JVM does a better job of running Cleaners promptly
- CleanerUtils() - Constructor for class com.metsci.glimpse.util.ugly.CleanerUtils
- CleanerUtils.Cleanable - Interface in com.metsci.glimpse.util.ugly
-
Like
java.lang.ref.Cleaner.Cleanable
, but available in Java 8. - clear() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Clears all Rects contained in this RectanglePacker.
- clear() - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- clear() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
-
Removes all mappings from the cache, the component associated with this cache will have to be laid out again for each of its RenderTargets.
- clear() - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- clear() - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
- clear() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- clear() - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- clear() - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- clear() - Method in class com.metsci.glimpse.core.support.PainterCache
- clear() - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- clear() - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- clear() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- clear() - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- clear() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- clear() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- clear() - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- clear() - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- clear() - Method in class com.metsci.glimpse.util.var.DisposableGroup
- CLEAR - com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache.EventType
-
All entries were removed from cache.
- clearAnnotations() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- clearBackgroundColor() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- clearBorderColor() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- clearCache() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- clearCache() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- cleared(ByteBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- clearGlyphs() - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducer
-
Deletes all stored glyphs.
- clearGroup(Object) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
-
Clears an individual Polygon group, deleting all the polygons its contains but retaining its display settings.
- clearLabels() - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- clearSelectedEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- clearTextureCoordinates() - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
- clearToBlack - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- clearTrack(Object) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- CLICK_FOCUS - com.metsci.glimpse.core.event.mouse.FocusBehavior
- clone() - Method in class com.metsci.glimpse.core.axis.Axis1D
- clone() - Method in class com.metsci.glimpse.core.axis.Axis2D
- clone() - Method in class com.metsci.glimpse.core.axis.Axis3D
- clone() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- clone() - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- closedView(DockingGroup, View) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- closedView(DockingGroup, View) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- closeLoop() - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
-
After calling this method, client code must next call
#moveTo(float, float, float)
, before calling either#lineTo(float, float)
orColorLinePath.closeLoop()
again. - closeLoop() - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
After calling this method, client code must next call
LinePath.moveTo(float, float, float)
, before calling eitherLinePath.lineTo(float, float)
orLinePath.closeLoop()
again. - closeLoop() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
-
After calling this method, client code must next call
LinePathData.moveTo(float, float, float)
, before calling eitherLinePathData.lineTo(float, float)
orLinePathData.closeLoop()
again. - closeLoop() - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
-
Appends 2 vertices: a loop-closing vertex, and a trailing phantom vertex.
- closeOption - Variable in class com.metsci.glimpse.docking.View
- closeView(View) - Method in interface com.metsci.glimpse.docking.DockingGroup
- closeView(View) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- closeViewHoveredIcon - Variable in class com.metsci.glimpse.docking.DockingTheme
- closeViewIcon - Variable in class com.metsci.glimpse.docking.DockingTheme
- closeViewPressedIcon - Variable in class com.metsci.glimpse.docking.DockingTheme
- closingView(DockingGroup, View) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- closingView(DockingGroup, View) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- coalesce(int) - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- coalesceModuleAccessWarnings(Runnable) - Static method in class com.metsci.glimpse.util.ugly.ModuleAccessChecker
- code - Variable in class com.metsci.glimpse.dnc.facc.FaccAttr
- CollapsibleTimelinePlotExample - Class in com.metsci.glimpse.core.examples.timeline
- CollapsibleTimelinePlotExample() - Constructor for class com.metsci.glimpse.core.examples.timeline.CollapsibleTimelinePlotExample
- CollapsibleTimePlot2D - Class in com.metsci.glimpse.core.plot.timeline
- CollapsibleTimePlot2D() - Constructor for class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- CollapsibleTimePlot2D(Epoch) - Constructor for class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- CollapsibleTimePlot2D(Epoch, TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- color - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- ColorAxisPlot2D - Class in com.metsci.glimpse.core.plot
-
A
SimplePlot2D
with a right-side axis with a color scale in addition to x and y axes and a central plotting area. - ColorAxisPlot2D() - Constructor for class com.metsci.glimpse.core.plot.ColorAxisPlot2D
- colorCode - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
- ColorGenerator - Class in com.metsci.glimpse.core.support.colormap
-
Picks colors from a given
ColorGradient
. - ColorGenerator() - Constructor for class com.metsci.glimpse.core.support.colormap.ColorGenerator
-
Creates a new
ColorGenerator
using the jet color gradient. - ColorGenerator(ColorGradient) - Constructor for class com.metsci.glimpse.core.support.colormap.ColorGenerator
-
Creates a new
ColorGenerator
using the givenColorGradient
. - ColorGradient - Interface in com.metsci.glimpse.core.support.colormap
-
A relative
ColorMap
which maps values on [0, 1] to colors. - ColorGradientArray - Class in com.metsci.glimpse.core.support.colormap
- ColorGradientArray(float[]) - Constructor for class com.metsci.glimpse.core.support.colormap.ColorGradientArray
- ColorGradientBuilder(ColorGradient) - Constructor for class com.metsci.glimpse.core.gl.texture.ColorTexture1D.ColorGradientBuilder
- ColorGradientConcatenator - Class in com.metsci.glimpse.core.support.texture.mutator
- ColorGradientConcatenator(ColorGradient...) - Constructor for class com.metsci.glimpse.core.support.texture.mutator.ColorGradientConcatenator
- ColorGradients - Class in com.metsci.glimpse.core.support.colormap
-
A collection of common color gradients.
- ColorGradients() - Constructor for class com.metsci.glimpse.core.support.colormap.ColorGradients
- ColorGradientUtils - Class in com.metsci.glimpse.core.support.colormap
- ColorGradientUtils() - Constructor for class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- ColorGradientUtils.ValueAndColor - Class in com.metsci.glimpse.core.support.colormap
- ColorLinePath - Class in com.metsci.glimpse.core.support.shader.line
- ColorLinePath() - Constructor for class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- ColorLinePath(int, int) - Constructor for class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- ColorLineProgram - Class in com.metsci.glimpse.core.support.shader.line
-
Represents the shader program for drawing lines.
- ColorLineProgram() - Constructor for class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- ColorLineProgram.LineProgramHandles - Class in com.metsci.glimpse.core.support.shader.line
- ColorMap - Interface in com.metsci.glimpse.core.support.colormap
-
Defines a mapping from data values to RGBA colors.
- COLORMAP_MAX - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- COLORMAP_MIN - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- COLORMAP_TEXUNIT - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- COLORMAP_TEXUNIT - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- ColorMapIntegerProgram - Class in com.metsci.glimpse.core.support.shader.colormap
- ColorMapIntegerProgram(Axis1D, int, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.ColorMapIntegerProgram
- ColorMapLinear - Class in com.metsci.glimpse.core.support.colormap
-
A
ColorMap
which linearly interpolates the providedColorGradient
over the provided data bounds. - ColorMapLinear(float, float, ColorGradient) - Constructor for class com.metsci.glimpse.core.support.colormap.ColorMapLinear
- ColorMapLog - Class in com.metsci.glimpse.core.support.colormap
-
A
ColorMap
which interpolates the providedColorGradient
logarithmically over the provided data bounds. - ColorMapLog(float, float, ColorGradient) - Constructor for class com.metsci.glimpse.core.support.colormap.ColorMapLog
- ColorMapProgram - Class in com.metsci.glimpse.core.support.shader.colormap
-
A shader which colors a 2D data texture using values sampled from a color scaled defined by a 1D color texture.
- ColorMapProgram(Axis1D, int, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- ColorMapProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.colormap
- ColorMapTaggedProgram - Class in com.metsci.glimpse.core.support.shader.colormap
- ColorMapTaggedProgram(TaggedAxis1D, int, int, int, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- ColorMapTaggedProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.colormap
- ColorRightYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) axis with a color bar and labeled ticks along the right hand side.
- ColorRightYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- colorsLoader - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- ColorTexture1D - Class in com.metsci.glimpse.core.gl.texture
- ColorTexture1D(int) - Constructor for class com.metsci.glimpse.core.gl.texture.ColorTexture1D
- ColorTexture1D.Builder - Class in com.metsci.glimpse.core.gl.texture
- ColorTexture1D.ColorGradientBuilder - Class in com.metsci.glimpse.core.gl.texture
- ColorTexture1D.MutatorColor1D - Interface in com.metsci.glimpse.core.gl.texture
- ColorTexture1DProgram - Class in com.metsci.glimpse.core.support.shader.triangle
-
Applies a 1d rgba texture to triangles specified in axis coordinates.
- ColorTexture1DProgram() - Constructor for class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- ColorTexture1DProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.triangle
- ColorTexture2DProgram - Class in com.metsci.glimpse.core.support.shader.triangle
-
Applies a 2d rgba texture to triangles specified in axis coordinates.
- ColorTexture2DProgram() - Constructor for class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- ColorTexture2DProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.triangle
- ColorTextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 4 channel RGBA colors.
- ColorTextureProjected2D() - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- ColorTextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- ColorTextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- ColorTextureProjected2D.SetDataMutator - Class in com.metsci.glimpse.core.support.texture
- ColorTextureProjected2D.SetDataMutatorGrayscale - Class in com.metsci.glimpse.core.support.texture
- ColorTopXAxisPainter - Class in com.metsci.glimpse.core.axis.painter
- ColorTopXAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- ColorXAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A horizontal (x) axis with a color bar and labeled ticks along the bottom.
- ColorXAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.ColorXAxisPainter
- ColorYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) axis with a color bar and labeled ticks along the right hand side.
- ColorYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- com.metsci.glimpse.charts.bathy - package com.metsci.glimpse.charts.bathy
-
The bathymetry package defines utility classes for reading bathymetric data in various formats.
- com.metsci.glimpse.charts.raster - package com.metsci.glimpse.charts.raster
-
Data structures and data IO utilities for displaying ENC raster images.
- com.metsci.glimpse.charts.shoreline - package com.metsci.glimpse.charts.shoreline
-
Data structures and data IO utilities for display land polygon outlines.
- com.metsci.glimpse.charts.shoreline.gshhs - package com.metsci.glimpse.charts.shoreline.gshhs
-
Data structures and data IO utilities for displaying GSHHS polygons.
- com.metsci.glimpse.charts.shoreline.ndgc - package com.metsci.glimpse.charts.shoreline.ndgc
-
Data structures and data IO utilities for displaying NDGC coastline data.
- com.metsci.glimpse.charts.slippy - package com.metsci.glimpse.charts.slippy
- com.metsci.glimpse.com.jogamp.opengl.util.awt - package com.metsci.glimpse.com.jogamp.opengl.util.awt
- com.metsci.glimpse.com.jogamp.opengl.util.packrect - package com.metsci.glimpse.com.jogamp.opengl.util.packrect
- com.metsci.glimpse.core.axis - package com.metsci.glimpse.core.axis
-
Provides classes for managing the display area of
GlimpsePainter
instances. - com.metsci.glimpse.core.axis.factory - package com.metsci.glimpse.core.axis.factory
-
Provides factory interfaces and implementations used to generate copies of Axis1D and Axis2D objects for use in multiple contexts.
- com.metsci.glimpse.core.axis.listener - package com.metsci.glimpse.core.axis.listener
-
Provides classes used to update Axis1D and Axis2D instances in response to mouse and gesture events.
- com.metsci.glimpse.core.axis.listener.mouse - package com.metsci.glimpse.core.axis.listener.mouse
-
Provides classes used to update Axis1D and Axis2D instances in response to mouse events.
- com.metsci.glimpse.core.axis.listener.touch - package com.metsci.glimpse.core.axis.listener.touch
-
Provides classes used to update Axis1D and Axis2D instances in response to gesture events.
- com.metsci.glimpse.core.axis.painter - package 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.axis.painter.label - package com.metsci.glimpse.core.axis.painter.label
-
Helper classes used by axis painters to arrange tick marks and format tick and axis labels.
- com.metsci.glimpse.core.axis.painter.label.time - package com.metsci.glimpse.core.axis.painter.label.time
- com.metsci.glimpse.core.axis.tagged - package com.metsci.glimpse.core.axis.tagged
-
Axes with adjustable, named markers which can be adjusted independently of the minimum and maximum axis values.
- com.metsci.glimpse.core.axis.tagged.painter - package com.metsci.glimpse.core.axis.tagged.painter
-
Axis painters specific to tagged axes.
- com.metsci.glimpse.core.canvas - package com.metsci.glimpse.core.canvas
-
Heavy weight canvases on which all Glimpse rendering is performed.
- com.metsci.glimpse.core.context - package com.metsci.glimpse.core.context
-
Data structures and classes for describing the current Glimpse rendering context.
- com.metsci.glimpse.core.event.key - package com.metsci.glimpse.core.event.key
-
Glimpse specific key listener classes which provide an abstraction layer on top of specific widget sets like NEWT.
- com.metsci.glimpse.core.event.key.newt - package com.metsci.glimpse.core.event.key.newt
- com.metsci.glimpse.core.event.mouse - package com.metsci.glimpse.core.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.core.event.mouse.newt - package com.metsci.glimpse.core.event.mouse.newt
- com.metsci.glimpse.core.event.mouse.swing - package com.metsci.glimpse.core.event.mouse.swing
- com.metsci.glimpse.core.event.touch - package com.metsci.glimpse.core.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.core.examples.axis - package com.metsci.glimpse.core.examples.axis
-
Examples demonstrating linking between and interaction with Glimpse axes.
- com.metsci.glimpse.core.examples.heatmap - package com.metsci.glimpse.core.examples.heatmap
-
Examples demonstrating display of 2D heat map data.
- com.metsci.glimpse.core.examples.icon - package com.metsci.glimpse.core.examples.icon
-
Examples demonstrating display of raster fixed pixel size images.
- com.metsci.glimpse.core.examples.layout - package com.metsci.glimpse.core.examples.layout
-
Examples demonstrating usage of
GlimpseLayout
and MIG layout to create custom arrangements of Glimpse plots. - com.metsci.glimpse.core.examples.line - package com.metsci.glimpse.core.examples.line
-
Examples demonstrating usage of line shaders to draw mitered, feathered, and/or stippled lines.
- com.metsci.glimpse.core.examples.misc - package com.metsci.glimpse.core.examples.misc
-
A grab bag of miscellaneous examples.
- com.metsci.glimpse.core.examples.plot - package com.metsci.glimpse.core.examples.plot
-
Examples demonstrating simple Glimpse plots.
- com.metsci.glimpse.core.examples.projection - package com.metsci.glimpse.core.examples.projection
-
Examples demonstrating applying arbitrary deformations / projections to Glimpse heat map data.
- com.metsci.glimpse.core.examples.scatterplot - package com.metsci.glimpse.core.examples.scatterplot
-
Examples demonstrating scatterplot data visualizations.
- com.metsci.glimpse.core.examples.screenshot - package com.metsci.glimpse.core.examples.screenshot
-
Examples relating to offscreen Glimpse rendering, including screenshots.
- com.metsci.glimpse.core.examples.shape - package com.metsci.glimpse.core.examples.shape
- com.metsci.glimpse.core.examples.timeline - package com.metsci.glimpse.core.examples.timeline
-
Timeline plot examples.
- com.metsci.glimpse.core.examples.track - package com.metsci.glimpse.core.examples.track
-
Examples demonstrating display of geographic timeseries data.
- com.metsci.glimpse.core.gl - package com.metsci.glimpse.core.gl
-
Texture, shader, frame buffer, vertex buffer, and other general OpenGL utility classes.
- com.metsci.glimpse.core.gl.shader - package com.metsci.glimpse.core.gl.shader
- com.metsci.glimpse.core.gl.texture - package com.metsci.glimpse.core.gl.texture
-
Wrapper classes for working with OpenGL textures inside a
GlimpsePainter
. - com.metsci.glimpse.core.gl.util - package com.metsci.glimpse.core.gl.util
-
General OpenGL utility classes.
- com.metsci.glimpse.core.layout - package com.metsci.glimpse.core.layout
-
Provides a MigLayout-based framework for partitioning a
GlimpseCanvas
into multiple logical drawing areas. - com.metsci.glimpse.core.layout.matcher - package com.metsci.glimpse.core.layout.matcher
- com.metsci.glimpse.core.painter.base - package 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.decoration - package com.metsci.glimpse.core.painter.decoration
-
Painters which draw decorative elements of plots (usually unrelated to the data).
- com.metsci.glimpse.core.painter.geo - package com.metsci.glimpse.core.painter.geo
-
Painters which draw plot elements for creating geographic display.
- com.metsci.glimpse.core.painter.group - package com.metsci.glimpse.core.painter.group
-
Aggregate painters which group multiple GlimpsePainters.
- com.metsci.glimpse.core.painter.info - package com.metsci.glimpse.core.painter.info
-
Painters which draw informational overlays.
- com.metsci.glimpse.core.painter.plot - package com.metsci.glimpse.core.painter.plot
-
Painters which draw basic data plots.
- com.metsci.glimpse.core.painter.shape - package com.metsci.glimpse.core.painter.shape
-
Painters which draw basic geometric shapes: line segments, points, and polygons.
- com.metsci.glimpse.core.painter.texture - package com.metsci.glimpse.core.painter.texture
-
Painters which display data contained in OpenGL textures, including 2D heat maps and images.
- com.metsci.glimpse.core.painter.track - package com.metsci.glimpse.core.painter.track
-
Track visualization painters.
- com.metsci.glimpse.core.painter.treemap - package com.metsci.glimpse.core.painter.treemap
-
Painters for visualizing hierarchical data as a set of nested rectangles.
- com.metsci.glimpse.core.plot - package 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 - package com.metsci.glimpse.core.plot.stacked
- com.metsci.glimpse.core.plot.timeline - package com.metsci.glimpse.core.plot.timeline
- com.metsci.glimpse.core.plot.timeline.animate - package com.metsci.glimpse.core.plot.timeline.animate
- com.metsci.glimpse.core.plot.timeline.data - package com.metsci.glimpse.core.plot.timeline.data
- com.metsci.glimpse.core.plot.timeline.event - package com.metsci.glimpse.core.plot.timeline.event
- com.metsci.glimpse.core.plot.timeline.event.listener - package com.metsci.glimpse.core.plot.timeline.event.listener
- com.metsci.glimpse.core.plot.timeline.event.paint - package com.metsci.glimpse.core.plot.timeline.event.paint
- com.metsci.glimpse.core.plot.timeline.group - package com.metsci.glimpse.core.plot.timeline.group
- com.metsci.glimpse.core.plot.timeline.layout - package com.metsci.glimpse.core.plot.timeline.layout
- com.metsci.glimpse.core.plot.timeline.listener - package com.metsci.glimpse.core.plot.timeline.listener
- com.metsci.glimpse.core.plot.timeline.painter - package com.metsci.glimpse.core.plot.timeline.painter
- com.metsci.glimpse.core.support - package com.metsci.glimpse.core.support
-
Data structures and support classes.
- com.metsci.glimpse.core.support.atlas - package com.metsci.glimpse.core.support.atlas
- com.metsci.glimpse.core.support.atlas.painter - package com.metsci.glimpse.core.support.atlas.painter
- com.metsci.glimpse.core.support.atlas.shader - package com.metsci.glimpse.core.support.atlas.shader
- com.metsci.glimpse.core.support.atlas.support - package com.metsci.glimpse.core.support.atlas.support
- com.metsci.glimpse.core.support.color - package com.metsci.glimpse.core.support.color
-
Color utility classes for simplifying specification of Glimpse and OpenGL colors.
- com.metsci.glimpse.core.support.colormap - package com.metsci.glimpse.core.support.colormap
-
Color gradient utilities.
- com.metsci.glimpse.core.support.font - package com.metsci.glimpse.core.support.font
-
Font and text utility classes.
- com.metsci.glimpse.core.support.interval - package com.metsci.glimpse.core.support.interval
- com.metsci.glimpse.core.support.polygon - package com.metsci.glimpse.core.support.polygon
-
Tessellation of polygons into collections of triangles which can be easily drawn by the graphics card.
- com.metsci.glimpse.core.support.popup - package com.metsci.glimpse.core.support.popup
- com.metsci.glimpse.core.support.projection - package com.metsci.glimpse.core.support.projection
-
Provides projections which deform rectangular data blocks stored as textures into data coordinates.
- com.metsci.glimpse.core.support.selection - package com.metsci.glimpse.core.support.selection
-
Provides callbacks when selection events occur in
GlimpsePainter
s. - com.metsci.glimpse.core.support.settings - package com.metsci.glimpse.core.support.settings
-
Defines key value pairs of look and feel settings for GlimpsePainters.
- com.metsci.glimpse.core.support.shader.colormap - package com.metsci.glimpse.core.support.shader.colormap
- com.metsci.glimpse.core.support.shader.line - package com.metsci.glimpse.core.support.shader.line
- com.metsci.glimpse.core.support.shader.point - package com.metsci.glimpse.core.support.shader.point
- com.metsci.glimpse.core.support.shader.triangle - package com.metsci.glimpse.core.support.shader.triangle
- com.metsci.glimpse.core.support.swing - package com.metsci.glimpse.core.support.swing
- com.metsci.glimpse.core.support.texture - package com.metsci.glimpse.core.support.texture
-
Extensions to the basic
Texture
subclasses. - com.metsci.glimpse.core.support.texture.mutator - package com.metsci.glimpse.core.support.texture.mutator
- com.metsci.glimpse.core.support.wrapped - package com.metsci.glimpse.core.support.wrapped
- com.metsci.glimpse.dnc - package com.metsci.glimpse.dnc
- com.metsci.glimpse.dnc.convert - package com.metsci.glimpse.dnc.convert
- com.metsci.glimpse.dnc.facc - package com.metsci.glimpse.dnc.facc
- com.metsci.glimpse.dnc.geosym - package com.metsci.glimpse.dnc.geosym
- com.metsci.glimpse.dnc.proj - package com.metsci.glimpse.dnc.proj
- com.metsci.glimpse.dnc.util - package com.metsci.glimpse.dnc.util
- com.metsci.glimpse.docking - package com.metsci.glimpse.docking
- com.metsci.glimpse.docking.group - package com.metsci.glimpse.docking.group
- com.metsci.glimpse.docking.group.dialog - package com.metsci.glimpse.docking.group.dialog
- com.metsci.glimpse.docking.group.frame - package com.metsci.glimpse.docking.group.frame
- com.metsci.glimpse.docking.xml - package com.metsci.glimpse.docking.xml
- com.metsci.glimpse.extras.examples.charts.bathy - package com.metsci.glimpse.extras.examples.charts.bathy
- com.metsci.glimpse.extras.examples.charts.rnc - package com.metsci.glimpse.extras.examples.charts.rnc
- com.metsci.glimpse.extras.examples.charts.shoreline - package com.metsci.glimpse.extras.examples.charts.shoreline
- com.metsci.glimpse.extras.examples.charts.slippy - package com.metsci.glimpse.extras.examples.charts.slippy
- com.metsci.glimpse.extras.examples.dnc - package com.metsci.glimpse.extras.examples.dnc
- com.metsci.glimpse.extras.examples.topo - package com.metsci.glimpse.extras.examples.topo
- com.metsci.glimpse.jogamp.opengl.util.awt.text - package com.metsci.glimpse.jogamp.opengl.util.awt.text
- com.metsci.glimpse.platformFixes - package com.metsci.glimpse.platformFixes
- com.metsci.glimpse.tinylaf - package com.metsci.glimpse.tinylaf
- com.metsci.glimpse.topo - package com.metsci.glimpse.topo
- com.metsci.glimpse.topo.io - package com.metsci.glimpse.topo.io
- com.metsci.glimpse.topo.proj - package com.metsci.glimpse.topo.proj
- com.metsci.glimpse.util - package com.metsci.glimpse.util
-
General utility support for spherical geometry calculations, logging, spatial indexing, unit conversions, fast data loading and math calculations.
- com.metsci.glimpse.util.buffer - package com.metsci.glimpse.util.buffer
- com.metsci.glimpse.util.concurrent - package com.metsci.glimpse.util.concurrent
- com.metsci.glimpse.util.geo - package com.metsci.glimpse.util.geo
-
Utilities for performing latitude/longitude calculations and projections using spherical or WGS 84 coordinate systems.
- com.metsci.glimpse.util.geo.datum - package com.metsci.glimpse.util.geo.datum
- com.metsci.glimpse.util.geo.format - package com.metsci.glimpse.util.geo.format
- com.metsci.glimpse.util.geo.projection - package com.metsci.glimpse.util.geo.projection
- com.metsci.glimpse.util.geo.util - package com.metsci.glimpse.util.geo.util
- com.metsci.glimpse.util.io - package com.metsci.glimpse.util.io
-
Fast IO utility classes.
- com.metsci.glimpse.util.jnlu - package com.metsci.glimpse.util.jnlu
-
Utility classes for automatic loading of native libraries.
- com.metsci.glimpse.util.logging - package com.metsci.glimpse.util.logging
-
Logging wrapper classes to add functionality to java.util logging.
- com.metsci.glimpse.util.logging.format - package com.metsci.glimpse.util.logging.format
- com.metsci.glimpse.util.math - package com.metsci.glimpse.util.math
-
Fast, approximate mathematical function implementations.
- com.metsci.glimpse.util.math.approx - package com.metsci.glimpse.util.math.approx
- com.metsci.glimpse.util.math.fast - package com.metsci.glimpse.util.math.fast
- com.metsci.glimpse.util.math.stat - package com.metsci.glimpse.util.math.stat
- com.metsci.glimpse.util.math.stochastic - package com.metsci.glimpse.util.math.stochastic
- com.metsci.glimpse.util.math.stochastic.pdfcont - package com.metsci.glimpse.util.math.stochastic.pdfcont
- com.metsci.glimpse.util.math.stochastic.pdfcont2d - package com.metsci.glimpse.util.math.stochastic.pdfcont2d
- com.metsci.glimpse.util.math.stochastic.pdfcont3d - package com.metsci.glimpse.util.math.stochastic.pdfcont3d
- com.metsci.glimpse.util.math.stochastic.pdfdiscrete - package com.metsci.glimpse.util.math.stochastic.pdfdiscrete
- com.metsci.glimpse.util.primitives - package com.metsci.glimpse.util.primitives
-
Memory efficient Java primitive data arrays.
- com.metsci.glimpse.util.primitives.algorithms - package com.metsci.glimpse.util.primitives.algorithms
- com.metsci.glimpse.util.primitives.rangeset - package com.metsci.glimpse.util.primitives.rangeset
- com.metsci.glimpse.util.primitives.sorted - package com.metsci.glimpse.util.primitives.sorted
- com.metsci.glimpse.util.quadtree - package com.metsci.glimpse.util.quadtree
-
Hierarchical spatial index support.
- com.metsci.glimpse.util.quadtree.longvalued - package com.metsci.glimpse.util.quadtree.longvalued
- com.metsci.glimpse.util.ugly - package com.metsci.glimpse.util.ugly
- com.metsci.glimpse.util.units - package com.metsci.glimpse.util.units
-
Unit conversion utilities for angle, azimuth, frequency, length, and speed.
- com.metsci.glimpse.util.units.time - package com.metsci.glimpse.util.units.time
- com.metsci.glimpse.util.units.time.format - package com.metsci.glimpse.util.units.time.format
- com.metsci.glimpse.util.var - package com.metsci.glimpse.util.var
- com.metsci.glimpse.util.var2 - package com.metsci.glimpse.util.var2
- com.metsci.glimpse.util.vector - package com.metsci.glimpse.util.vector
-
Vector classes for representing 2 and 3 dimensional vectors.
- commit() - Method in interface com.metsci.glimpse.util.var.TxnMember
-
Implementations of this method must always succeed, and must never throw exceptions.
- compact() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Forces a compaction cycle, which typically results in allocating a new backing store and copying all entries to it.
- compact() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- compact() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- compact() - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- comparator - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- compare(int, int) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Compare two ints, according to the standard Comparable interface.
- compare(int, int) - Method in interface com.metsci.glimpse.util.primitives.algorithms.GenericSorting.Comparator
- compare(long, long) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Compare two longs, according to the standard Comparable interface.
- compare(short, short) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Compare two shorts, according to the standard Comparable interface.
- compare(LayoutManager.LayoutOrder, LayoutManager.LayoutOrder) - Method in class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrderComparator
- compareBounds(List<GlimpseBounds>, List<GlimpseBounds>) - Static method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- compareInts(int, int) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Compare two ints, according to the standard Comparable interface.
- compareLongs(long, long) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Compare two longs, according to the standard Comparable interface.
- compareShorts(short, short) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Compare two shorts, according to the standard Comparable interface.
- compareStringsCaseSecondary(String, String) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
-
Like case-insensitive comparison, but uses case-sensitive comparison as a tie-breaker.
- compareTo(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
- compareTo(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- compareTo(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- compareTo(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- comparisonOp - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- compileShader(GL2ES2, int, String) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- compileShader(GL2ES2, int, String) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- compileShader(GL2ES2, int, String[]) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- compileShader(GL2ES2, int, String[]) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- complete(Polygon.Interior) - Method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop.LoopBuilder
- completed() - Method in interface com.metsci.glimpse.util.var2.ActivityListenable
-
Includes notifications for completed events only.
- completed() - Method in class com.metsci.glimpse.util.var2.ActivityListenableBasic
- completed() - Method in class com.metsci.glimpse.util.var2.ActivityListenableSet
- completed() - Method in class com.metsci.glimpse.util.var2.ReadableVarDerived
- completed() - Method in class com.metsci.glimpse.util.var2.VarBasic
- COMPLETED - Static variable in interface com.metsci.glimpse.util.var2.ActivityListenable
-
Statically importable alias for
ActivityListenable.completed()
. - completedListenable(ActivityListenable...) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- completedListenable(Collection<? extends ActivityListenable>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- completePendingAsyncTasks(Object) - Method in class com.metsci.glimpse.dnc.DncPainterSync.RenderCacheSync
- component - Variable in class com.metsci.glimpse.docking.MultiSplitPane.Node
- component - Variable in class com.metsci.glimpse.docking.View
- computeAreaFeatureLineCoords(int, float[][]) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- computeAreaFeatureTriangleCoords(int, float[][]) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- computeChildSizes(int, int, int, double) - Static method in class com.metsci.glimpse.docking.SplitPane
- computeLineFeatureLineCoords(int, float[]) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- computeXyMinMax(DncProjection, int, double, double, double, double, float[], int) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- ConcurrencyUtils - Class in com.metsci.glimpse.util.concurrent
- ConcurrencyUtils() - Constructor for class com.metsci.glimpse.util.concurrent.ConcurrencyUtils
- ConditionalAxisFactory2D - Class in com.metsci.glimpse.core.axis.factory
-
An axis factory which acts as a different AxisFactory depending on what context (defined by a GlimpseTargetStack) it is used under.
- ConditionalAxisFactory2D() - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalAxisFactory2D
- ConditionalAxisFactory2D(GlimpseTargetStack, AxisFactory2D) - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalAxisFactory2D
- ConditionalEndsWithAxisFactory2D - Class in com.metsci.glimpse.core.axis.factory
-
A
ConditionalAxisFactory2D
which chooses the AxisFactory2D to use based on whether the query GlimpseTargetStack ends with the associated GlimpseTargetStack. - ConditionalEndsWithAxisFactory2D() - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalEndsWithAxisFactory2D
- ConditionalEndsWithAxisFactory2D(GlimpseTargetStack, AxisFactory2D) - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalEndsWithAxisFactory2D
- ConditionalIntersectsAxisFactory2D - Class in com.metsci.glimpse.core.axis.factory
-
A
ConditionalAxisFactory2D
which chooses the AxisFactory2D to use based on whether the query GlimpseTargetStack has any match with the associated GlimpseTargetStack. - ConditionalIntersectsAxisFactory2D() - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalIntersectsAxisFactory2D
- ConditionalStartsWithAxisFactory2D - Class in com.metsci.glimpse.core.axis.factory
-
A
ConditionalAxisFactory2D
which chooses the AxisFactory2D to use based on whether the query GlimpseTargetStack starts with the associated GlimpseTargetStack. - ConditionalStartsWithAxisFactory2D() - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalStartsWithAxisFactory2D
- ConditionalStartsWithAxisFactory2D(GlimpseTargetStack, AxisFactory2D) - Constructor for class com.metsci.glimpse.core.axis.factory.ConditionalStartsWithAxisFactory2D
- config - Variable in class com.metsci.glimpse.topo.TopoTileCache
- configString() - Method in class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- configString() - Method in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- configString() - Method in interface com.metsci.glimpse.dnc.proj.DncProjection
- configString() - Method in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- connectorOp - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- Conrec - Class in com.metsci.glimpse.charts.bathy
-
Conrec a straightforward method of contouring some surface represented a regular triangular mesh.
- Conrec(Render) - Constructor for class com.metsci.glimpse.charts.bathy.Conrec
-
Creates new Conrec
- Constants() - Constructor for class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84.Constants
- Constants() - Constructor for class com.metsci.glimpse.util.geo.datum.DatumWgs84.Constants
- constFunc(T) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- Constraint - Interface in com.metsci.glimpse.core.axis.tagged
-
A restriction on the values which the
Tag
values of aTaggedAxis1D
can take. - container - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
-
Id of container polygon that encloses this polygon (-1 if none, -2 if not supported in GSHHS version)
- contains(int) - Method in interface com.metsci.glimpse.util.primitives.rangeset.IntRangeSet
- contains(int) - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- contains(int, int) - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- contains(GlimpseTargetStack, GlimpseTarget) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
-
Returns true if the query target stack contains the provided target.
- contains(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- contains(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Returns whether the provided Timestamp is inside the bounds of this Event.
- contains(Object) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- containsAll(Collection<?>) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- containsAny(Set<? super T>, T...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Return true iff the set contains any of the specified values.
- containsIcon(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- containsScreenPoint(Component, Point) - Static method in class com.metsci.glimpse.docking.MiscUtils
- containsText(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- ContinuousIndex - Class in com.metsci.glimpse.util.primitives.sorted
- ContinuousIndex() - Constructor for class com.metsci.glimpse.util.primitives.sorted.ContinuousIndex
- ContinuousIndex(int, float) - Constructor for class com.metsci.glimpse.util.primitives.sorted.ContinuousIndex
- ContinuousIndexArray - Class in com.metsci.glimpse.util.primitives.sorted
- ContinuousIndexArray(int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
- continuousIndexOf(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- continuousIndexOf(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- continuousIndexOf(double, ContinuousIndex) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(double, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- continuousIndexOf(double, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- continuousIndexOf(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- continuousIndexOf(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- continuousIndexOf(float, ContinuousIndex) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(float, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- continuousIndexOf(float, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- continuousIndexOf(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- continuousIndexOf(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- continuousIndexOf(int, ContinuousIndex) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(int, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- continuousIndexOf(int, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- continuousIndexOf(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- continuousIndexOf(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- continuousIndexOf(long, ContinuousIndex) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
The continuous index at which x falls in this sequence.
- continuousIndexOf(long, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- continuousIndexOf(long, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- continuousIndicesIn(SortedDoubles) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
-
Like continuousIndicesOf, but in reverse: for each v in this sequence, the continuous index at which v falls in xs.
- continuousIndicesIn(SortedFloats) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
-
Like continuousIndicesOf, but in reverse: for each v in this sequence, the continuous index at which v falls in xs.
- continuousIndicesIn(SortedInts) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
-
Like continuousIndicesOf, but in reverse: for each v in this sequence, the continuous index at which v falls in xs.
- continuousIndicesIn(SortedLongs) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
-
Like continuousIndicesOf, but in reverse: for each v in this sequence, the continuous index at which v falls in xs.
- continuousIndicesOf(Doubles) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Doubles) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- continuousIndicesOf(Doubles) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- continuousIndicesOf(Doubles, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Doubles, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- continuousIndicesOf(Doubles, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- continuousIndicesOf(Floats) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Floats) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- continuousIndicesOf(Floats) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- continuousIndicesOf(Floats, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Floats, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- continuousIndicesOf(Floats, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- continuousIndicesOf(Ints) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Ints) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- continuousIndicesOf(Ints) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- continuousIndicesOf(Ints, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Ints, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- continuousIndicesOf(Ints, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- continuousIndicesOf(Longs) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Longs) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- continuousIndicesOf(Longs) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- continuousIndicesOf(Longs, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(Longs, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- continuousIndicesOf(Longs, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- continuousIndicesOf(SortedDoubles) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedDoubles) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- continuousIndicesOf(SortedDoubles) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- continuousIndicesOf(SortedDoubles, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedDoubles, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- continuousIndicesOf(SortedDoubles, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- continuousIndicesOf(SortedFloats) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedFloats) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- continuousIndicesOf(SortedFloats) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- continuousIndicesOf(SortedFloats, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedFloats, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- continuousIndicesOf(SortedFloats, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- continuousIndicesOf(SortedInts) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedInts) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- continuousIndicesOf(SortedInts) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- continuousIndicesOf(SortedInts, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedInts, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- continuousIndicesOf(SortedInts, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- continuousIndicesOf(SortedLongs) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedLongs) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- continuousIndicesOf(SortedLongs) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- continuousIndicesOf(SortedLongs, ContinuousIndexArray) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
For each x in xs, the continuous index at which x falls in this sequence.
- continuousIndicesOf(SortedLongs, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- continuousIndicesOf(SortedLongs, ContinuousIndexArray) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- contour(float[][], int, int, int, int, double[], double[], int, double[]) - Method in class com.metsci.glimpse.charts.bathy.Conrec
-
contour is a contouring subroutine for rectangularly spaced data It emits calls to a line drawing subroutine supplied by the user which draws a contour map corresponding to real*4data on a randomly spaced rectangular grid.
- ContourData - Class in com.metsci.glimpse.charts.bathy
- ContourData(TopographyData, GeoProjection, double[]) - Constructor for class com.metsci.glimpse.charts.bathy.ContourData
- ContourPainter - Class in com.metsci.glimpse.charts.bathy
- ContourPainter(float[], float[]) - Constructor for class com.metsci.glimpse.charts.bathy.ContourPainter
- ContourPainter(ContourData) - Constructor for class com.metsci.glimpse.charts.bathy.ContourPainter
- convertAllChunks(Flat2Render.RenderCache) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- convertAllChunks(Flat2Render.RenderCache, int, Flat2Render.DncChunkPriority) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- convertPointFromScreen(Point, Component) - Static method in class com.metsci.glimpse.docking.MiscUtils
- convertPointToScreen(Component, Point) - Static method in class com.metsci.glimpse.docking.MiscUtils
- convertVpfToFlat(File, File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- cool - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- coolwarm - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- coordsPerLabelAtlasAlign - Static variable in class com.metsci.glimpse.dnc.DncLabelAtlases
- coordsPerLabelAtlasBounds - Static variable in class com.metsci.glimpse.dnc.DncLabelAtlases
- coordsPerRenderIconVertex - Static variable in class com.metsci.glimpse.dnc.convert.Render
- coordsPerRenderLabelVertex - Static variable in class com.metsci.glimpse.dnc.convert.Render
- coordsPerRenderLineVertex - Static variable in class com.metsci.glimpse.dnc.convert.Render
- coordsPerRenderTriangleVertex - Static variable in class com.metsci.glimpse.dnc.convert.Render
- coordsPerXy - Static variable in class com.metsci.glimpse.dnc.convert.Flat2Render
- copper - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- copy() - Method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning.Strings
- copy() - Method in interface com.metsci.glimpse.util.primitives.Booleans
- copy() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Bytes
- copy() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Chars
- copy() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Doubles
- copy() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Floats
- copy() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Ints
- copy() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Longs
- copy() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.Objects
- copy() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoublesModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloatsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedIntsModifiable
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- copy() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- copy() - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongsModifiable
- copy(URL, File) - Static method in class com.metsci.glimpse.util.jnlu.FileUtils
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Booleans
- copyOf() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Bytes
- copyOf() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Chars
- copyOf() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Doubles
- copyOf() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Floats
- copyOf() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Ints
- copyOf() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Longs
- copyOf() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- copyOf() - Method in interface com.metsci.glimpse.util.primitives.Objects
- copyOf() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- copyOf() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- copyOf() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- copyOf() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- copyOf() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Booleans
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Bytes
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Chars
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Doubles
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Floats
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Ints
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Longs
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- copyOf(int, int) - Method in interface com.metsci.glimpse.util.primitives.Objects
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- copyOf(int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- CopyrightPainter - Class in com.metsci.glimpse.core.painter.decoration
-
Displays a discrete copyright notice at the bottom of right corner of the screen.
- CopyrightPainter() - Constructor for class com.metsci.glimpse.core.painter.decoration.CopyrightPainter
- CopyrightPainter(String, int) - Constructor for class com.metsci.glimpse.core.painter.decoration.CopyrightPainter
- copyTile(int, int, int) - Method in class com.metsci.glimpse.topo.TopoLevel
- copyTo(int, boolean[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Booleans
- copyTo(int, boolean[], int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- copyTo(int, byte[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Bytes
- copyTo(int, byte[], int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- copyTo(int, char[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Chars
- copyTo(int, char[], int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- copyTo(int, double[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Doubles
- copyTo(int, double[], int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- copyTo(int, double[], int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- copyTo(int, float[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Floats
- copyTo(int, float[], int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- copyTo(int, float[], int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- copyTo(int, int[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Ints
- copyTo(int, int[], int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- copyTo(int, int[], int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- copyTo(int, long[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Longs
- copyTo(int, long[], int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- copyTo(int, long[], int, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- copyTo(int, Object[], int, int) - Method in interface com.metsci.glimpse.util.primitives.Objects
- copyTo(int, Object[], int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- copyTo(int, ByteBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.Bytes
- copyTo(int, ByteBuffer, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- copyTo(int, CharBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.Chars
- copyTo(int, CharBuffer, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- copyTo(int, DoubleBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.Doubles
- copyTo(int, DoubleBuffer, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- copyTo(int, DoubleBuffer, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- copyTo(int, FloatBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.Floats
- copyTo(int, FloatBuffer, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- copyTo(int, FloatBuffer, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- copyTo(int, IntBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.Ints
- copyTo(int, IntBuffer, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- copyTo(int, IntBuffer, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- copyTo(int, LongBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.Longs
- copyTo(int, LongBuffer, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- copyTo(int, LongBuffer, int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- copyTo(long, int, ByteBuffer) - Method in class com.metsci.glimpse.util.io.MappedFile
- copyTo(ByteBuffer) - Method in interface com.metsci.glimpse.util.primitives.Bytes
- copyTo(ByteBuffer) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- copyTo(CharBuffer) - Method in interface com.metsci.glimpse.util.primitives.Chars
- copyTo(CharBuffer) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- copyTo(DoubleBuffer) - Method in interface com.metsci.glimpse.util.primitives.Doubles
- copyTo(DoubleBuffer) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- copyTo(DoubleBuffer) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- copyTo(FloatBuffer) - Method in interface com.metsci.glimpse.util.primitives.Floats
- copyTo(FloatBuffer) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- copyTo(FloatBuffer) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- copyTo(IntBuffer) - Method in interface com.metsci.glimpse.util.primitives.Ints
- copyTo(IntBuffer) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- copyTo(IntBuffer) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- copyTo(LongBuffer) - Method in interface com.metsci.glimpse.util.primitives.Longs
- copyTo(LongBuffer) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- copyTo(LongBuffer) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- Coral - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Coral
- Coral1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Coral1
- Coral2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Coral2
- Coral3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Coral3
- Coral4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Coral4
- cornerRadius - Variable in class com.metsci.glimpse.docking.DockingTheme
- CornflowerBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
CornflowerBlue
- Cornsilk - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cornsilk
- Cornsilk2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cornsilk2
- Cornsilk3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cornsilk3
- Cornsilk4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cornsilk4
- cos(double) - Method in class com.metsci.glimpse.util.math.approx.ApproxCos
- COS_LIGHT_ZENITH - Static variable in class com.metsci.glimpse.topo.ShadedReliefTileCache
- cosAngleWith(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns cosine of the angle between this vector and vector v.
- cosAngleWith(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns cosine of the angle between this vector and vector v.
- coverage - Variable in class com.metsci.glimpse.dnc.DncChunks.DncChunkKey
- coverageName - Variable in class com.metsci.glimpse.dnc.DncCoverage
- coverageNum - Variable in class com.metsci.glimpse.dnc.convert.Flat.FlatChunkKey
- coverages - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCache
- coverages - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- coverageSignificanceComparator - Static variable in class com.metsci.glimpse.dnc.DncPainterUtils
- coverageType - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- createAlphaOnlyRenderer(int, int) - Static method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- createAlphaOnlyRenderer(int, int, boolean) - Static method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- createAndMemmapReadWrite(File, int) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- createAttributionPainter(String) - Static method in class com.metsci.glimpse.charts.slippy.SlippyMapPainter
- createAxis2D(GlimpseAxisLayout2D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createAxis2D(GlimpseAxisLayout2D, double, double, double, double) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createAxis2D(GlimpseAxisLayout2D, Axis2D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createAxis2D(GlimpseAxisLayout2D, Axis2D, UpdateMode, double, double, double, double) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createAxisBottom(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisBottom(String, Axis1D, AxisMouseListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisLeft(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisLeft(String, Axis1D, AxisMouseListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisRight(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisRight(String, Axis1D, AxisMouseListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisTop(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createAxisTop(String, Axis1D, AxisMouseListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- createChunk(String, String) - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalDatabase
- createComponent(Tile, View) - Method in interface com.metsci.glimpse.docking.TileImpl.TabComponentFactory
- createCylindrical(double, double, double) - Static method in class com.metsci.glimpse.util.vector.Vector3d
-
Create Vector3d from cylindrical coordinates.
- createDefaultWindowTitler(String) - Static method in class com.metsci.glimpse.docking.DockingWindowTitlers
- createDefaultWindowTitler(String, boolean) - Static method in class com.metsci.glimpse.docking.DockingWindowTitlers
- createdTile - Variable in class com.metsci.glimpse.docking.group.ViewDestination
- createDualHistograms(Axis1D, float[], float[], float[]) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- createDummyEvent(Event) - Static method in class com.metsci.glimpse.core.plot.timeline.event.Event
- createDummyEvent(TimeStamp) - Static method in class com.metsci.glimpse.core.plot.timeline.event.Event
- createdWindow - Variable in class com.metsci.glimpse.docking.group.ViewDestination
- createEmptyBorder(int) - Static method in class com.metsci.glimpse.docking.MiscUtils
- createEngine(int) - Static method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineMersenne
- createEngine(long) - Static method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp
- createEventPlot() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- createEventPlot(Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- createFallbackNewFrame() - Method in interface com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframe
- createFallbackNewFrame() - Method in class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeArr
- createFallbackNewFrame() - Method in class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeGroup
- createFallbackSoleDialog() - Method in interface com.metsci.glimpse.docking.group.dialog.ViewPlacerDialog
- createFallbackSoleDialog() - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogArr
- createFallbackSoleDialog() - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogGroup
- createFastSigmoid(int) - Static method in class com.metsci.glimpse.util.math.fast.FastSigmoid
- createFastUnscaledGaussian(int) - Static method in class com.metsci.glimpse.util.math.fast.FastUnscaledGaussian
- createFcodeToGeosymAssignmentsMap(Collection<DncGeosymAssignment>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- createFromArrays(double[], double[]) - Static method in class com.metsci.glimpse.util.math.LinearInterpolator
-
Arrays should be arranged so that x[k] corresponds to y[k] for all k.
- createGlyph(char) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducer
-
Makes a glyph for a single character.
- createGlyphs(String) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducer
-
Makes a glyph for each character in a string.
- createGraphics() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- createGroup(PlotInfo...) - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
-
Create a collapsible/expandable group of plots.
- createGroup(Object, PlotInfo...) - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- createGroup(Object, Collection<? extends PlotInfo>) - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- createHorizontalAxis(GlimpseAxisLayout1D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createHorizontalAxis(GlimpseAxisLayout1D, double, double) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createHorizontalAxis(GlimpseAxisLayout1D, Axis1D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createHorizontalAxis(GlimpseAxisLayout1D, Axis1D, UpdateMode) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createHorizontalAxis(GlimpseAxisLayout1D, UpdateMode) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createHorizontalAxis(GlimpseAxisLayout1D, UpdateMode, double, double) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createHostAtlas(Map<K, AnchoredImage>, int) - Static method in class com.metsci.glimpse.dnc.DncAtlases
- createHostChunk(DncChunks.DncChunkKey, int, IntBuffer, FloatBuffer, Int2ObjectMap<DncGeosymAssignment>) - Static method in class com.metsci.glimpse.dnc.DncChunks
- createHostIconAtlas(DncChunks.DncHostChunk, DncGeosymImageUtils.KeyedTextLoader, DncGeosymImageUtils.KeyedTextLoader, int, double) - Static method in class com.metsci.glimpse.dnc.DncIconAtlases
- createHostLabelAtlas(DncChunks.DncHostChunk, CharBuffer, IntBuffer, Int2ObjectMap<Color>, int, double) - Static method in class com.metsci.glimpse.dnc.DncLabelAtlases
- createInitialTile() - Method in interface com.metsci.glimpse.docking.group.dialog.ViewPlacerDialog
- createInitialTile() - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogArr
- createInitialTile() - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogGroup
- createLargeGeoTree() - Static method in class com.metsci.glimpse.core.examples.misc.TreeMapExample
- createLayout2D() - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createLayoutX() - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createLayoutY() - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createNewDir(File) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- createNewDir(File, String) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- createNewDir(String) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- createNewFrame(FrameArrangement, DockerArrangementTile) - Method in interface com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframe
- createNewFrame(FrameArrangement, DockerArrangementTile) - Method in class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeArr
- createNewFrame(FrameArrangement, DockerArrangementTile) - Method in class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeGroup
- createNewFrame(Rectangle, boolean, boolean) - Method in interface com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframe
- createNewFrame(Rectangle, boolean, boolean) - Method in class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeArr
- createNewFrame(Rectangle, boolean, boolean) - Method in class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeGroup
- createNode(float, float, float, float, Collection<Flat2Query.PointItem>, Collection<Flat2Query.LineItem>, Collection<Flat2Query.TriangleItem>, ExecutorService) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- createPlot() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- createPlot(Object) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- createPlot(Object, Axis1D) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- createPlot(Object, Axis1D) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- createPlotArea(StackedPlot2D, ColorAxisPlot2D, String) - Static method in class com.metsci.glimpse.core.examples.timeline.StackedPlotExample
- createPolar(double, double) - Static method in class com.metsci.glimpse.util.vector.Vector2d
-
Create Vector2d from polar coordinates.
- createPolarTranslated(double, double, double, double) - Static method in class com.metsci.glimpse.util.vector.Vector2d
-
Create Vector2d from polar coordinates with given translation of origin.
- createPopupMenu() - Static method in class com.metsci.glimpse.core.examples.misc.PopupMenuExample
- createPrimitiveDatas(VPFLibrary, VPFTile) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- createProgram(GL2ES2, String[], String[], String[]) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- createProgram(GL2ES2, String, String, String) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- createProgram(GL2ES2, String, String, String) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- createReader(URL) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- createReprojectingPainter(GLContext, GlimpseLayout, Projection) - Static method in class com.metsci.glimpse.core.examples.projection.ReprojectionExample
- createSoleDialog(FrameArrangement, DockerArrangementTile) - Method in interface com.metsci.glimpse.docking.group.dialog.ViewPlacerDialog
- createSoleDialog(FrameArrangement, DockerArrangementTile) - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogArr
- createSoleDialog(FrameArrangement, DockerArrangementTile) - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogGroup
- createSoleDialog(Rectangle) - Method in interface com.metsci.glimpse.docking.group.dialog.ViewPlacerDialog
- createSoleDialog(Rectangle) - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogArr
- createSoleDialog(Rectangle) - Method in class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogGroup
- createSortedFloatsArray(Collection<? extends Collection<? extends T>>, ToFloatFunction<T>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- createStackedHistograms(Axis1D, float[], float[], float[]) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- createStackedScaledHistograms(Axis1D, float[], float[], float[]) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- createTempDir(String) - Static method in class com.metsci.glimpse.util.jnlu.FileUtils
- createTimeline() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Creates a labeled timeline (with tick marks and date/time labels).
- createTimeline(Object, TimeZone) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- createTimePlot() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- createTimePlot(Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- createTimePlot(Object, Axis1D) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Creates a plot similar to
createPlot( String, Axis1D )
but with additional plot decorations, including: grid lines, axes labels for the data axis, and a text label describing the plot. - createTopoLevels(TopoDataset, int, int) - Static method in class com.metsci.glimpse.topo.TopoLevelSet
- createTopoPainter(TopoDataset, NormalCylindricalProjection) - Static method in class com.metsci.glimpse.topo.TopoQuickUtils
- createTree(DncLibrary, DncCoverage) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryDatabase
- createUI(JComponent) - Static method in class com.metsci.glimpse.tinylaf.TinyMenuUI2
- createUI(JComponent) - Static method in class com.metsci.glimpse.tinylaf.TinyProgressBarUI2
- createUI(JComponent) - Static method in class com.metsci.glimpse.tinylaf.TinyTableUI2
- createUnmapper(long, long, RandomAccessFile) - Method in interface com.metsci.glimpse.util.io.FileMapper
- createUnmapper(long, long, RandomAccessFile) - Method in class com.metsci.glimpse.util.io.FileMapperStandard
- createUnmapper(long, long, RandomAccessFile) - Method in class com.metsci.glimpse.util.io.FileMapperWindows64
- createVerticalAxis(GlimpseAxisLayout1D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createVerticalAxis(GlimpseAxisLayout1D, double, double) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createVerticalAxis(GlimpseAxisLayout1D, Axis1D) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createVerticalAxis(GlimpseAxisLayout1D, Axis1D, UpdateMode) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createVerticalAxis(GlimpseAxisLayout1D, UpdateMode) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createVerticalAxis(GlimpseAxisLayout1D, UpdateMode, double, double) - Static method in class com.metsci.glimpse.core.axis.AxisUtil
- createVerticalBox(Component...) - Static method in class com.metsci.glimpse.docking.MiscUtils
- createXYLinePainter1() - Static method in class com.metsci.glimpse.core.examples.plot.LinePlotExample
- createXYLinePainter2() - Static method in class com.metsci.glimpse.core.examples.plot.LinePlotExample
- cross(float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- crossesGreenwich - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- CROSSHAIR_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- CrosshairPainter - Class in com.metsci.glimpse.core.painter.decoration
-
Displays crosshairs and a selection box centered over the position of the mouse cursor within the plot.
- CrosshairPainter() - Constructor for class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- crossProduct(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- crossProduct(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- Ctrl - com.metsci.glimpse.core.event.mouse.ModifierKey
- CURRENT_TIME - Static variable in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- currentEdge - Variable in exception com.metsci.glimpse.dnc.convert.Vpf.RingEdgesBacktrackException
- currentSelection(Axis2D) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- currentTime() - Static method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
- currentTime() - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Creates a TimeStamp that represents the current system time.
- currentTime() - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- CursorTextPainter - Class in com.metsci.glimpse.core.painter.info
-
Displays a text box which follows the cursor and displays the position of the cursor in data coordinates.
- CursorTextPainter() - Constructor for class com.metsci.glimpse.core.painter.info.CursorTextPainter
- CursorTextPainter(Font) - Constructor for class com.metsci.glimpse.core.painter.info.CursorTextPainter
- CursorTextZPainter - Class in com.metsci.glimpse.core.painter.info
-
In addition to displaying the coordinates of the cursor in data space, also displays the data value stored in the
FloatTextureProjected2D
beneath the cursor location. - CursorTextZPainter() - Constructor for class com.metsci.glimpse.core.painter.info.CursorTextZPainter
- curvatureMeridional(double, Datum) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Computes a spheroid's radius of curvature in the plane of the meridian at a given latitude.
- curvatureNormal(double, Datum) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Computes a spheroid's radius of curvature in the plane perpendicular to both the plane of the meridian and the tangent plane at a given latitude.
- customizePlot(ColorAxisPlot2D) - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- CustomLayoutExample - Class in com.metsci.glimpse.core.examples.layout
-
Many Glimpse applications can simply use the plots in the
package
. - CustomLayoutExample() - Constructor for class com.metsci.glimpse.core.examples.layout.CustomLayoutExample
- CustomLinesPainter() - Constructor for class com.metsci.glimpse.core.examples.line.LineJoinExample.CustomLinesPainter
- CustomLinesPainter() - Constructor for class com.metsci.glimpse.core.examples.line.LinePathExample.CustomLinesPainter
- CustomLinesPainter(Tag, Tag, Tag, Tag) - Constructor for class com.metsci.glimpse.core.examples.line.LineJoinExample2.CustomLinesPainter
- customMap(List<float[]>) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- CustomMouseListener2D(TrackPainter) - Constructor for class com.metsci.glimpse.core.examples.misc.MouseDrawingExample.CustomMouseListener2D
- cyan - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Cyan - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cyan
- CYAN - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Cyan2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cyan2
- Cyan3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Cyan3
D
- DARK_GRAY - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- DarkBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkBlue
- DarkCyan - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkCyan
- DarkGoldenrod - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGoldenrod
- DarkGoldenrod1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGoldenrod1
- DarkGoldenrod2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGoldenrod2
- DarkGoldenrod3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGoldenrod3
- DarkGoldenrod4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGoldenrod4
- darkGray - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- DarkGray - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGray
- DarkGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkGreen
- DarkKhaki - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkKhaki
- DarkMagenta - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkMagenta
- DarkOliveGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOliveGreen
- DarkOliveGreen1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOliveGreen1
- DarkOliveGreen2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOliveGreen2
- DarkOliveGreen3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOliveGreen3
- DarkOliveGreen4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOliveGreen4
- DarkOrange - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrange
- DarkOrange1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrange1
- DarkOrange2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrange2
- DarkOrange3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrange3
- DarkOrange4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrange4
- DarkOrchid - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrchid
- DarkOrchid1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrchid1
- DarkOrchid2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrchid2
- DarkOrchid3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrchid3
- DarkOrchid4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkOrchid4
- DarkRed - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkRed
- DarkSalmon - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSalmon
- DarkSeaGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSeaGreen
- DarkSeaGreen1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSeaGreen1
- DarkSeaGreen2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSeaGreen2
- DarkSeaGreen3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSeaGreen3
- DarkSeaGreen4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSeaGreen4
- DarkSlateBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSlateBlue
- DarkSlateGray - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSlateGray
- DarkSlateGray1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSlateGray1
- DarkSlateGray2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSlateGray2
- DarkSlateGray3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSlateGray3
- DarkSlateGray4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkSlateGray4
- DarkTurquoise - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkTurquoise
- DarkViolet - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DarkViolet
- data - Variable in class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D.SetDataMutator
- data - Variable in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D.SetDataMutator
- DATA_DENORM_FACTOR - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- DATA_DENORM_FACTOR - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- DATA_LAT_MAX_RAD - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- DATA_LAT_MAX_RAD - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- DATA_LAT_SPAN_RAD - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- DATA_LAT_SPAN_RAD - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- DATA_LAYER - Static variable in class com.metsci.glimpse.core.plot.Plot2D
-
A constant for use with
GlimpseLayout.setZOrder(com.metsci.glimpse.painter.base.GlimpsePainter, int)
. - DATA_LON_MIN_RAD - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- DATA_LON_MIN_RAD - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- DATA_LON_SPAN_RAD - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- DATA_LON_SPAN_RAD - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- DATA_TEX_UNIT - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- DATA_TEX_UNIT - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- DataAxisMouseListener1D - Class in com.metsci.glimpse.core.plot.timeline.listener
- DataAxisMouseListener1D(StackedTimePlot2D, PlotInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.listener.DataAxisMouseListener1D
- Database() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.Database
- databaseNum - Variable in class com.metsci.glimpse.dnc.DncLibrary
- dataByteOrder - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- dataBytes - Variable in class com.metsci.glimpse.topo.TopoHostTile
- datad - Variable in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- datad - Variable in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- datad - Variable in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- dataDenormFactor(TopoDataType) - Static method in class com.metsci.glimpse.topo.TopoUtils
- dataf - Variable in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- dataf - Variable in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- dataf - Variable in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- dataFile - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- dataSource - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- dataType - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- dataType - Variable in class com.metsci.glimpse.topo.TopoHostTile
- dataUnits - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- Datum - Class in com.metsci.glimpse.util.geo.datum
- Datum(double, double) - Constructor for class com.metsci.glimpse.util.geo.datum.Datum
- DatumSphere - Class in com.metsci.glimpse.util.geo.datum
- DatumSphere(double) - Constructor for class com.metsci.glimpse.util.geo.datum.DatumSphere
- DatumSphereUnit - Class in com.metsci.glimpse.util.geo.datum
- DatumSphereUnit() - Constructor for class com.metsci.glimpse.util.geo.datum.DatumSphereUnit
- DatumSphereWgs84 - Class in com.metsci.glimpse.util.geo.datum
- DatumSphereWgs84() - Constructor for class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84
- DatumSphereWgs84.Constants - Class in com.metsci.glimpse.util.geo.datum
- DatumSphereWgs84Fast - Class in com.metsci.glimpse.util.geo.datum
- DatumSphereWgs84Fast() - Constructor for class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84Fast
- DatumWgs84 - Class in com.metsci.glimpse.util.geo.datum
- DatumWgs84() - Constructor for class com.metsci.glimpse.util.geo.datum.DatumWgs84
- DatumWgs84.Constants - Class in com.metsci.glimpse.util.geo.datum
- daysToHours - Static variable in class com.metsci.glimpse.util.units.time.Time
- daysToHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to hours.
- daysToHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to hours.
- daysToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- daysToMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to milliseconds.
- daysToMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to milliseconds.
- daysToMinutes - Static variable in class com.metsci.glimpse.util.units.time.Time
- daysToMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to minutes.
- daysToMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to minutes.
- daysToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- daysToSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to seconds.
- daysToSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to seconds.
- daysToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- daysToWeeks - Static variable in class com.metsci.glimpse.util.units.time.Time
- daysToWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to weeks.
- daysToWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to weeks.
- DayStruct() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.DayStruct
- DayStructFactory() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.DayStructFactory
- deactivateCoverage(DncCoverage) - Method in class com.metsci.glimpse.dnc.DncPainter
- deactivateCoverages(Collection<DncCoverage>) - Method in class com.metsci.glimpse.dnc.DncPainter
- deallocateDirectBuffer(Buffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferDealloc
- deallocateDirectBuffers(Buffer...) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferDealloc
- deallocateDirectBuffers(Collection<? extends Buffer>) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferDealloc
- decimalFormat(double, int) - Static method in class com.metsci.glimpse.util.StringUtils
- DeepPink - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepPink
- DeepPink2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepPink2
- DeepPink3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepPink3
- DeepPink4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepPink4
- DeepSkyBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepSkyBlue
- DeepSkyBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepSkyBlue2
- DeepSkyBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepSkyBlue3
- DeepSkyBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DeepSkyBlue4
- DEFAULT - com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- DEFAULT - Static variable in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- DEFAULT_BUFFER_SIZE - Static variable in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- DEFAULT_COLOR - Static variable in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- DEFAULT_DPI_KEY - Static variable in class com.metsci.glimpse.core.support.DpiUtils
- DEFAULT_HEIGHT - Static variable in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- DEFAULT_ICON_COLOR - Static variable in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- DEFAULT_ICON_SIZE - Static variable in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- DEFAULT_NUM_ICONS_ROWS - Static variable in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- DEFAULT_ROW_SIZE - Static variable in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- DEFAULT_TEXTURE_UNIT - Static variable in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- DEFAULT_WIDTH - Static variable in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- DefaultAxisFactory1D - Class in com.metsci.glimpse.core.axis.factory
-
The default AxisFactory1D implementation which GlimpseAxisLayout1D and GlimpseAxisLayout2D use in absence of another explicitly set AxisFactory.
- DefaultAxisFactory1D() - Constructor for class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory1D
- DefaultAxisFactory2D - Class in com.metsci.glimpse.core.axis.factory
-
The default AxisFactory2D implementation which GlimpseAxisLayout2D uses in absence of another explicitly set AxisFactory.
- DefaultAxisFactory2D() - Constructor for class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- defaultConfig - Static variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- defaultDatum - Static variable in class com.metsci.glimpse.util.geo.LatLonGeo
- defaultDockingTheme() - Static method in class com.metsci.glimpse.docking.DockingThemes
- DefaultEventPainter - Class in com.metsci.glimpse.core.plot.timeline.event.paint
-
Paints the default visualization for provided
Event
objects. - DefaultEventPainter() - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- defaultFormat - Static variable in class com.metsci.glimpse.util.geo.LatLonGeo
- defaultFormat - Static variable in class com.metsci.glimpse.util.units.time.TimeStamp
-
The format used by the convenience methods
TimeStamp.fromString(String)
andTimeStamp.toString()
. - DefaultGroupedEventPainter - Class in com.metsci.glimpse.core.plot.timeline.event.paint
- DefaultGroupedEventPainter() - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultGroupedEventPainter
- DefaultLookAndFeel - Class in com.metsci.glimpse.core.support.settings
- DefaultLookAndFeel() - Constructor for class com.metsci.glimpse.core.support.settings.DefaultLookAndFeel
- defaultPollingInterval_MILLIS - Static variable in class com.metsci.glimpse.platformFixes.WindowsFixes
- DefaultRenderDelegate() - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- defaultScreenBounds() - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
- defaultVertexAttributeArray(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- DEFINITELY_BLOCKED - com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils.ModalBlockedStatus
- DEFINITELY_NOT_BLOCKED - com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils.ModalBlockedStatus
- degreesFragShader_GLSL - Static variable in class com.metsci.glimpse.topo.EquirectTopoProgram
- degreeSign - Static variable in class com.metsci.glimpse.util.geo.format.Util
- degreesToRadians - Static variable in class com.metsci.glimpse.util.units.Angle
- degreesToRadians - Static variable in class com.metsci.glimpse.util.units.AngleRelative
- degreesToRadians(double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Converts angle from degrees to radians.
- degreesToRadians(double...) - Static method in class com.metsci.glimpse.util.units.Angle
-
Converts angle from degrees to radians.
- degreeSymbol - Static variable in class com.metsci.glimpse.util.StringUtils
- DelayedEventDispatcher<D> - Class in com.metsci.glimpse.core.axis.listener
-
A helper class used to rate-limit events.
- DelayedEventDispatcher() - Constructor for class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- DelayedEventDispatcher(double) - Constructor for class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- DelayedEventDispatcher(long) - Constructor for class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- DelegatePainter - Class in com.metsci.glimpse.core.painter.group
-
A painter which delegates its painting to a collection of delegate
GlimpsePainters
. - DelegatePainter() - Constructor for class com.metsci.glimpse.core.painter.group.DelegatePainter
- delete() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- deleteAll() - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- deleteAll() - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
-
Deletes all Polygon groups, removing their display settings and reclaiming memory.
- deleteAll() - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- deleteAxisBottom(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- deleteAxisLeft(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- deleteAxisRight(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- deleteAxisTop(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- deleteBackingStore(Object) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- deleteBuffers(GL, int...) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- deleteGroup(Object) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
-
Deletes an individual Polygon group, removing its display settings and reclaiming memory.
- deleteImage(Object) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Removes an image from the TextureAtlas based on its unique identifier (which is often a String).
- deletePlot() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Deprecated.
- deletePlot() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
-
Deprecated.
- deletePlot() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
-
Deprecated.
- deletePlot(Object) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
-
Deprecated.
- deletePolygon(Object, Object) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- deleteRecursively(File) - Static method in class com.metsci.glimpse.util.jnlu.FileUtils
- DeleteRecursively() - Constructor for class com.metsci.glimpse.util.jnlu.FileUtils.DeleteRecursively
- deleteShaders(GL2ES2, int...) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- deleteTextures(GL, int...) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- deleteTrack(Object) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- delineation - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- description - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymCode
- description - Variable in class com.metsci.glimpse.util.var2.ListenerFlag.ListenerFlagSimple
- destroy() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- destroy() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Destroys the native surface which this canvas draws to.
- destroy() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- destroy() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- destroy() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- destroy() - Method in class com.metsci.glimpse.core.support.polygon.PolygonTessellator
- destroy() - Method in class com.metsci.glimpse.core.support.swing.NewtSwingEDTGlimpseCanvas
-
When used in a window-closing listener, this method MUST run before NewtCanvasAWT's built-in window-closing listener.
- destroyOnWindowClosing(Window, GLAutoDrawable) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Adds a window-closing listener that destroys the drawable.
- detachShaders(GL2ES2, int, int...) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- deviceBuffer(GL) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- deviceBuffers(GL2ES3, boolean, double) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- deviceBuffers(GL2ES3, boolean, double, double) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- diffTheta(double, double) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- dimension() - Method in interface com.metsci.glimpse.util.math.stochastic.pdfdiscrete.PdfDiscreteNd
-
Gets the dimension of this distribution.
- DimGray - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DimGray
- DirectBufferDealloc - Class in com.metsci.glimpse.util.buffer
-
Uses non-public APIs (e.g.
- DirectBufferDealloc() - Constructor for class com.metsci.glimpse.util.buffer.DirectBufferDealloc
- DirectBufferUtils - Class in com.metsci.glimpse.util.buffer
- DirectBufferUtils() - Constructor for class com.metsci.glimpse.util.buffer.DirectBufferUtils
- dirtyByteRanges() - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- DISABLE_POINT_SPRITE - Static variable in class com.metsci.glimpse.core.gl.util.GLUtils
- disableBlending(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- disableBlending(GlimpseContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- disablePointSprite(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
-
If the property "glimpse.disablePointSprite" is set to true, do nothing.
- DISCARD_ABOVE - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- DISCARD_ABOVE - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- DISCARD_BELOW - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- DISCARD_BELOW - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- DISCARD_NAN - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- DISCARD_NAN - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- displace(LatLonGeo, double, double) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- displace(LatLonGeo, double, double) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- displace(LatLonGeo, double, double) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84Fast
- displacedBy(double, double) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Same as
LatLonGeo.displacedBy(double, double, Datum)
, only the default datum is used instead of a user-supplied datum. - displacedBy(double, double, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Returns a newly constructed
LatLonGeo
generated by displacing thisLatLonGeo
a specified distance along a geodesic at the given azimuth. - displacedBy(DistanceAzimuth) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- displacedBy(DistanceAzimuth, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- display(GLAutoDrawable) - Method in class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- display(GLAutoDrawable) - Method in class com.metsci.glimpse.core.gl.GLEventAdapter
- displayPriority - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- displayTime(TimeStamp) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- displayTimeRange(double, double) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- displayTimeRange(double, double) - Method in class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
-
Sets the selected range of times which will be displayed by this painter.
- displayTimeRange(double, double) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- displayTimeRange(int, long, long) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- displayTimeRange(long, long) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- displayTimeRange(long, long) - Method in class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- displayTimeRange(long, long) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- displayTimeRange(long, long, long) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- displayTimeRange(Epoch, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
-
Sets the selected range of times which will be displayed by this painter.
- displayTimeRange(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- displayTimeRange(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- displayTimeRange(Object, double, double) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- displayTimeRange(Object, double, double) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- displayTimeRange(Object, long, long) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- displayTimeRange(Object, long, long, long) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- Disposable - Interface in com.metsci.glimpse.util.var
- disposableFromThrower(ThrowingRunnable, Consumer<? super Exception>) - Static method in interface com.metsci.glimpse.util.var.Disposable
- DisposableGroup - Class in com.metsci.glimpse.util.var
- DisposableGroup() - Constructor for class com.metsci.glimpse.util.var.DisposableGroup
- DisposableGroupMap<K> - Class in com.metsci.glimpse.util.var
- DisposableGroupMap() - Constructor for class com.metsci.glimpse.util.var.DisposableGroupMap
- DisposableUtils - Class in com.metsci.glimpse.core.support
- DisposableUtils() - Constructor for class com.metsci.glimpse.core.support.DisposableUtils
- dispose() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Destroys resources used by the text renderer.
- dispose() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- dispose() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Disposes the backing store allocated by the BackingStoreManager.
- dispose() - Method in class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- dispose() - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- dispose() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- dispose() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
A convenience method which is equivalent to:
disposeAttached( ); destroy( );
- dispose() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- dispose() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- dispose() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- dispose() - Method in class com.metsci.glimpse.core.event.key.KeyWrapper
- dispose() - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- dispose() - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Disposes of the OpenGL resources associated with this TextureAtlas.
- dispose() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
-
Deallocates buffers.
- dispose() - Method in interface com.metsci.glimpse.docking.DockingGroup
- dispose() - Method in interface com.metsci.glimpse.docking.DockingWindow
- dispose() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- dispose() - Method in class com.metsci.glimpse.docking.LandingIndicator
- dispose() - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- dispose() - Method in class com.metsci.glimpse.topo.TopoHostTile
- dispose() - Method in class com.metsci.glimpse.topo.TopoLevel
- dispose() - Method in class com.metsci.glimpse.topo.TopoLevelSet
- dispose() - Method in class com.metsci.glimpse.util.io.MappedFile
-
IMPORTANT: This method must not be called while slices of this MappedFile are still in use.
- dispose() - Method in interface com.metsci.glimpse.util.var.Disposable
- dispose() - Method in class com.metsci.glimpse.util.var.DisposableGroup
- dispose() - Method in class com.metsci.glimpse.util.var.DisposableGroupMap
- dispose(GL) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- dispose(GL) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Deletes the buffer (unmapping first, if necessary), and resets this object to the way it was before
GLStreamingBuffer.mapBytes(GL, long)
was first called. - dispose(GL) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
-
Disposes buffers on host and device.
- dispose(GL) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
Disposes buffers on host and device.
- dispose(GL) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- dispose(GL) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
-
This object can be safely reused after being disposed, but in most cases there is no significant advantage to doing so.
- dispose(GL) - Method in class com.metsci.glimpse.dnc.DncChunks.DncDeviceChunk
- dispose(GL) - Method in class com.metsci.glimpse.dnc.DncIconAtlases.DncDeviceIconAtlas
- dispose(GL) - Method in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- dispose(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Destroys resources used by this
GlyphCache
. - dispose(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Frees resources used by this
GlyphRenderer
. - dispose(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Frees resources used by this
QuadPipeline
. - dispose(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL15
- dispose(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL30
- dispose(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Frees resources used by this
GlyphRenderer
. - dispose(GL) - Method in class com.metsci.glimpse.topo.TopoDeviceTile
- dispose(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
-
Deletes the program, and resets this object to the way it was before
DynamicLineSetPainter.DynamicLineSetPainterProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
-
Deletes the program, and resets this object to the way it was before
PolygonPainter.PolygonPainterFlatColorProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
-
Deletes the program, and resets this object to the way it was before
PolygonPainter.PolygonPainterLineProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
-
Deletes the program, and resets this object to the way it was before
ColorLineProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
-
Deletes the program, and resets this object to the way it was before
LineProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
-
Deletes the program, and resets this object to the way it was before
FlatColorProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
-
Deletes the program, and resets this object to the way it was before
FlatColorStippleProgram.begin(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncAreaProgram
-
Deletes the program, and resets this object to the way it was before
DncAreaProgram.handles(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncIconProgram
-
Deletes the program, and resets this object to the way it was before
DncIconProgram.handles(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncLabelProgram
-
Deletes the program, and resets this object to the way it was before
DncLabelProgram.handles(GL2ES2)
was first called. - dispose(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncLineProgram
-
Deletes the program, and resets this object to the way it was before
DncLineProgram.handles(GL2ES2)
was first called. - dispose(GLAutoDrawable) - Method in class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- dispose(GLAutoDrawable) - Method in class com.metsci.glimpse.core.gl.GLEventAdapter
- dispose(GLContext) - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- dispose(GLContext) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- dispose(GLContext) - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- dispose(GLContext) - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Disposes all Java heap and GPU resources associated with this texture.
- dispose(GLContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- dispose(GLContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- dispose(GLContext) - Method in class com.metsci.glimpse.core.support.shader.point.PartialTaggedPointAttributeColorSizeProgram
- dispose(GLContext) - Method in class com.metsci.glimpse.core.support.shader.point.TaggedPointAttributeColorSizeProgram
- dispose(GLContext) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- dispose(GlimpseContext) - Method in interface com.metsci.glimpse.core.gl.texture.DrawableTextureProgram
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- dispose(GlimpseContext) - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainter
-
Free GPU and CPU memory associated with this this GlimpsePainter.
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
-
Deletes the program, and resets this object to the way it was before
#begin(GL3)
was first called. - dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
-
Deletes the program, and resets this object to the way it was before
#begin(GL3)
was first called. - dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
-
Deletes the program, and resets this object to the way it was before
#begin(GL2ES2)
was first called. - dispose(GlimpseContext) - Method in class com.metsci.glimpse.dnc.DncPainter
- dispose(GlimpseContext) - Method in class com.metsci.glimpse.topo.EquirectTopoProgram
-
Deletes the program, and resets this object to the way it was before
#begin(GL3)
was first called. - dispose(GlimpseContext) - Method in class com.metsci.glimpse.topo.MercatorTopoProgram
-
Deletes the program, and resets this object to the way it was before
#begin(GL3)
was first called. - dispose(GlimpseContext) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- dispose(K) - Method in class com.metsci.glimpse.util.var.DisposableGroupMap
- DISPOSE_ALL_FRAMES - com.metsci.glimpse.docking.DockingFrameCloseOperation
- DISPOSE_CLOSED_FRAME - com.metsci.glimpse.docking.DockingFrameCloseOperation
- disposeAttached() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- disposeAttached() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Disposes native resources of GlimpseLayouts and GlimpsePainters associated with the GlimpseCanvas.
- disposeAttached() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- disposeAttached() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- disposeAttached() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- disposedWindow(DockingGroup, DockingWindow) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- disposedWindow(DockingGroup, DockingWindow) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- disposeOnWindowClosing(Window, GlimpseCanvas) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Adds a window-closing listener that disposes of the canvas.
- disposePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- disposePainter(GlimpsePainter) - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Calls
GlimpsePainter.dispose(GlimpseContext)
the next time the GLContext associated with this GlimpseCanvas is active. - disposePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- disposePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- disposePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- disposer - Variable in class com.metsci.glimpse.util.io.MappedFile
-
Invoking
MappedFile.disposer
is equivalent to callingMappedFile.dispose()
. - disposingAllWindows(DockingGroup) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- disposingAllWindows(DockingGroup) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- disposingWindow(DockingGroup, DockingWindow) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- disposingWindow(DockingGroup, DockingWindow) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- distance(double, double, double, double, double) - Static method in class com.metsci.glimpse.core.support.shader.line.LineUtils
-
Computes XY distance in X units, allowing Y units to differ from X units by a linear factor.
- distance(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- distance(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- DistanceAzimuth - Class in com.metsci.glimpse.util.geo.util
- DistanceAzimuth(double, double) - Constructor for class com.metsci.glimpse.util.geo.util.DistanceAzimuth
- distanceOnXYPlane(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- distanceOnXYPlane(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- distanceOnXYPlaneSquared(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- distanceOnXYPlaneSquared(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- distanceSquared(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- distanceSquared(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- divideEvenly(long, long) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- dividerSize - Variable in class com.metsci.glimpse.docking.DockingTheme
- dLatDy_RAD(double) - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- dLatDy_RAD(double) - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- dLatDy_RAD(double) - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
-
Derivative of lat_RAD with respect to dy (i.e.
- DNC_THEME_NIGHT - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymThemes
- DNC_THEME_STANDARD - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymThemes
- DncAreaFeature - Class in com.metsci.glimpse.dnc
- DncAreaFeature(DncChunks.DncChunkKey, int, String, Supplier<Map<String, Object>>, Supplier<List<List<LatLonGeo>>>) - Constructor for class com.metsci.glimpse.dnc.DncAreaFeature
- dncAreaFragShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncAreaProgram
- DncAreaProgram - Class in com.metsci.glimpse.dnc
- DncAreaProgram() - Constructor for class com.metsci.glimpse.dnc.DncAreaProgram
- DncAreaProgram.DncAreaProgramHandles - Class in com.metsci.glimpse.dnc
- DncAreaProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.dnc.DncAreaProgram.DncAreaProgramHandles
- dncAreaVertShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncAreaProgram
- DncAtlasEntry(int, int, float, float, float, float, float, float) - Constructor for class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- DncAtlases - Class in com.metsci.glimpse.dnc
- DncAtlases() - Constructor for class com.metsci.glimpse.dnc.DncAtlases
- DncAtlases.DncAtlasEntry - Class in com.metsci.glimpse.dnc
- DncAtlases.DncHostAtlas<K> - Class in com.metsci.glimpse.dnc
- DncChunkJob(DncChunks.DncChunkKey, long, Flat2Render.DncChunkPriority) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkJob
- DncChunkKey(DncLibrary, DncCoverage) - Constructor for class com.metsci.glimpse.dnc.DncChunks.DncChunkKey
- DncChunks - Class in com.metsci.glimpse.dnc
- DncChunks() - Constructor for class com.metsci.glimpse.dnc.DncChunks
- DncChunks.DncChunkKey - Class in com.metsci.glimpse.dnc
- DncChunks.DncDeviceChunk - Class in com.metsci.glimpse.dnc
- DncChunks.DncGroup - Class in com.metsci.glimpse.dnc
- DncChunks.DncHostChunk - Class in com.metsci.glimpse.dnc
- DncCoverage - Class in com.metsci.glimpse.dnc
- DncCoverage(String) - Constructor for class com.metsci.glimpse.dnc.DncCoverage
- DncDataPaths - Class in com.metsci.glimpse.dnc
- DncDataPaths() - Constructor for class com.metsci.glimpse.dnc.DncDataPaths
- DncDeviceChunk(DncChunks.DncChunkKey, int, Collection<DncChunks.DncGroup>, int) - Constructor for class com.metsci.glimpse.dnc.DncChunks.DncDeviceChunk
- DncDeviceIconAtlas(DncChunks.DncChunkKey, Map<String, DncAtlases.DncAtlasEntry>, int) - Constructor for class com.metsci.glimpse.dnc.DncIconAtlases.DncDeviceIconAtlas
- DncDeviceLabelAtlas(DncChunks.DncChunkKey, int, int, int, int, int) - Constructor for class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- DncEquirectProjection - Class in com.metsci.glimpse.dnc.proj
- DncEquirectProjection(double) - Constructor for class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- DncExampleUtils - Class in com.metsci.glimpse.extras.examples.dnc
- DncExampleUtils() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncExampleUtils
- DncExplorer - Class in com.metsci.glimpse.extras.examples.dnc
- DncExplorer() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncExplorer
- DncExplorerTreeTableModel - Class in com.metsci.glimpse.extras.examples.dnc
- DncFeature - Class in com.metsci.glimpse.dnc
- DncFeature(DncChunks.DncChunkKey, int, String, Supplier<Map<String, Object>>) - Constructor for class com.metsci.glimpse.dnc.DncFeature
- DncGeosymAssignment - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymAssignment(int, String, String, String, DncGeosymAttributeExpression, String, String, String, int, String, List<DncGeosymLabelMaker>) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- DncGeosymAttributeComparison - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymAttributeComparison(String, String, String) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- DncGeosymAttributeCompoundExpression - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymAttributeCompoundExpression(String, List<? extends DncGeosymAttributeExpression>) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- DncGeosymAttributeExpression - Interface in com.metsci.glimpse.dnc.geosym
- DncGeosymAttributeExpressions - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymAttributeExpressions() - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeExpressions
- DncGeosymCode - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymCode(String, String, int, String) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymCode
- DncGeosymImageUtils - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymImageUtils() - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- DncGeosymImageUtils.KeyedTextLoader - Interface in com.metsci.glimpse.dnc.geosym
- DncGeosymImageUtils.TextLoader - Interface in com.metsci.glimpse.dnc.geosym
- DncGeosymIo - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymIo() - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- DncGeosymIo.DncGeosymLabelJoin - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymLabelJoin(DncGeosymTextStyle, DncGeosymLabelLocation) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymIo.DncGeosymLabelJoin
- DncGeosymLabelLocation - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymLabelLocation(double, double, int, int, boolean) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
- DncGeosymLabelMaker - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymLabelMaker(String, DncGeosymTextStyle, DncGeosymLabelLocation) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- DncGeosymLabelMaker(List<DncGeosymLabelMaker.DncGeosymLabelMakerEntry>, DncGeosymLabelLocation) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- DncGeosymLabelMaker.DncGeosymLabelMakerEntry - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymLabelMakerEntry(String, DncGeosymTextStyle, boolean) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker.DncGeosymLabelMakerEntry
- DncGeosymLabelUtils - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymLabelUtils() - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymLabelUtils
- DncGeosymLineAreaStyle - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymLineAreaStyle(String, String, float, float[], boolean, int, short, float[]) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- DncGeosymTextStyle - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymTextStyle(Font, int, String, String, Int2ObjectMap<String>) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
- DncGeosymTheme - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymTheme(DncGeosymImageUtils.TextLoader, DncGeosymImageUtils.TextLoader, DncGeosymImageUtils.KeyedTextLoader, DncGeosymImageUtils.KeyedTextLoader) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- DncGeosymTheme(URL, URL, Function<String, URL>, Function<String, URL>) - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- DncGeosymThemes - Class in com.metsci.glimpse.dnc.geosym
- DncGeosymThemes() - Constructor for class com.metsci.glimpse.dnc.geosym.DncGeosymThemes
- DncGroup(DncChunks.DncChunkKey, DncGeosymAssignment, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.metsci.glimpse.dnc.DncChunks.DncGroup
- DncHostAtlas(Map<K, DncAtlases.DncAtlasEntry>, TexturableImage) - Constructor for class com.metsci.glimpse.dnc.DncAtlases.DncHostAtlas
- DncHostChunk(DncChunks.DncChunkKey, int, Collection<DncChunks.DncGroup>, FloatBuffer) - Constructor for class com.metsci.glimpse.dnc.DncChunks.DncHostChunk
- DncHostIconAtlas(DncChunks.DncChunkKey, Map<String, DncAtlases.DncAtlasEntry>, TexturableImage) - Constructor for class com.metsci.glimpse.dnc.DncIconAtlases.DncHostIconAtlas
- DncHostLabelAtlas(DncChunks.DncChunkKey, FloatBuffer, FloatBuffer, TexturableImage) - Constructor for class com.metsci.glimpse.dnc.DncLabelAtlases.DncHostLabelAtlas
- DncIconAtlases - Class in com.metsci.glimpse.dnc
- DncIconAtlases() - Constructor for class com.metsci.glimpse.dnc.DncIconAtlases
- DncIconAtlases.DncDeviceIconAtlas - Class in com.metsci.glimpse.dnc
- DncIconAtlases.DncHostIconAtlas - Class in com.metsci.glimpse.dnc
- dncIconFragShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncIconProgram
- dncIconGeomShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncIconProgram
- DncIconProgram - Class in com.metsci.glimpse.dnc
- DncIconProgram() - Constructor for class com.metsci.glimpse.dnc.DncIconProgram
- DncIconProgram.DncIconProgramHandles - Class in com.metsci.glimpse.dnc
- DncIconProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- dncIconVertShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncIconProgram
- DncLabelAtlases - Class in com.metsci.glimpse.dnc
- DncLabelAtlases() - Constructor for class com.metsci.glimpse.dnc.DncLabelAtlases
- DncLabelAtlases.DncDeviceLabelAtlas - Class in com.metsci.glimpse.dnc
- DncLabelAtlases.DncHostLabelAtlas - Class in com.metsci.glimpse.dnc
- dncLabelFragShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncLabelProgram
- dncLabelGeomShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncLabelProgram
- DncLabelProgram - Class in com.metsci.glimpse.dnc
- DncLabelProgram() - Constructor for class com.metsci.glimpse.dnc.DncLabelProgram
- DncLabelProgram.DncLabelProgramHandles - Class in com.metsci.glimpse.dnc
- DncLabelProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- dncLabelVertShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncLabelProgram
- DncLibrary - Class in com.metsci.glimpse.dnc
- DncLibrary(int, String, float, float, float, float) - Constructor for class com.metsci.glimpse.dnc.DncLibrary
- DncLineFeature - Class in com.metsci.glimpse.dnc
- DncLineFeature(DncChunks.DncChunkKey, int, String, Supplier<Map<String, Object>>, Supplier<List<LatLonGeo>>) - Constructor for class com.metsci.glimpse.dnc.DncLineFeature
- dncLineFragShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncLineProgram
- dncLineGeomShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncLineProgram
- DncLineProgram - Class in com.metsci.glimpse.dnc
- DncLineProgram() - Constructor for class com.metsci.glimpse.dnc.DncLineProgram
- DncLineProgram.DncLineProgramHandles - Class in com.metsci.glimpse.dnc
- DncLineProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- dncLineVertShader_GLSL - Static variable in class com.metsci.glimpse.dnc.DncLineProgram
- dncMercator(double) - Static method in class com.metsci.glimpse.dnc.DncProjections
- DncMercatorProjection - Class in com.metsci.glimpse.dnc.proj
- DncMercatorProjection(double) - Constructor for class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- DncMiscUtils - Class in com.metsci.glimpse.dnc.util
- DncMiscUtils() - Constructor for class com.metsci.glimpse.dnc.util.DncMiscUtils
- DncPainter - Class in com.metsci.glimpse.dnc
- DncPainter(Flat2Render.RenderCache, DncPainterSettings) - Constructor for class com.metsci.glimpse.dnc.DncPainter
- DncPainter(Flat2Render.RenderCache, DncPainterSettings, DncGeosymTheme) - Constructor for class com.metsci.glimpse.dnc.DncPainter
- DncPainterExample - Class in com.metsci.glimpse.extras.examples.dnc
-
DNC charts with a Tangent Plane projection.
- DncPainterExample() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncPainterExample
- DncPainterExample2 - Class in com.metsci.glimpse.extras.examples.dnc
-
DNC charts with a Equirectangular projection and wraparound horizontal axis.
- DncPainterExample2() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncPainterExample2
- DncPainterExample3 - Class in com.metsci.glimpse.extras.examples.dnc
-
DNC charts with a Mercator projection and wraparound horizontal axis.
- DncPainterExample3() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncPainterExample3
- DncPainters - Class in com.metsci.glimpse.extras.examples.dnc
- DncPainters() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncPainters
- DncPainterSettings - Interface in com.metsci.glimpse.dnc
- DncPainterSettingsImpl - Class in com.metsci.glimpse.dnc
- DncPainterSettingsImpl(double, boolean) - Constructor for class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- DncPainterSettingsImpl(DncProjection) - Constructor for class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- DncPainterSettingsImpl(DncProjection, boolean) - Constructor for class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- DncPainterSync - Class in com.metsci.glimpse.dnc
-
A
DncPainter
whose paint method blocks until relevant background tasks have finished. - DncPainterSync(DncPainterSync.RenderCacheSync, DncPainterSettings) - Constructor for class com.metsci.glimpse.dnc.DncPainterSync
- DncPainterSync(DncPainterSync.RenderCacheSync, DncPainterSettings, DncGeosymTheme) - Constructor for class com.metsci.glimpse.dnc.DncPainterSync
- DncPainterSync.RenderCacheSync - Class in com.metsci.glimpse.dnc
- DncPainterSyncExample - Class in com.metsci.glimpse.extras.examples.dnc
-
Renders DNC charts to an image file.
- DncPainterSyncExample() - Constructor for class com.metsci.glimpse.extras.examples.dnc.DncPainterSyncExample
- DncPainterUtils - Class in com.metsci.glimpse.dnc
- DncPainterUtils() - Constructor for class com.metsci.glimpse.dnc.DncPainterUtils
- dncPlateCarree - Static variable in class com.metsci.glimpse.dnc.DncProjections
- DncPointFeature - Class in com.metsci.glimpse.dnc
- DncPointFeature(DncChunks.DncChunkKey, int, String, Supplier<Map<String, Object>>, Supplier<LatLonGeo>) - Constructor for class com.metsci.glimpse.dnc.DncPointFeature
- DncProjection - Interface in com.metsci.glimpse.dnc.proj
- DncProjections - Class in com.metsci.glimpse.dnc
- DncProjections() - Constructor for class com.metsci.glimpse.dnc.DncProjections
- DncQuery - Class in com.metsci.glimpse.dnc
- DncQuery(Collection<DncChunks.DncChunkKey>, float, float, float, float) - Constructor for class com.metsci.glimpse.dnc.DncQuery
- DncShaderUtils - Class in com.metsci.glimpse.dnc
- DncShaderUtils() - Constructor for class com.metsci.glimpse.dnc.DncShaderUtils
- dncTangentPlane(double, double) - Static method in class com.metsci.glimpse.dnc.DncProjections
- DncTangentPlane - Class in com.metsci.glimpse.dnc.proj
- DncTangentPlane(double, double, double) - Constructor for class com.metsci.glimpse.dnc.proj.DncTangentPlane
- DncTree - Class in com.metsci.glimpse.dnc
- DncTree(IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Constructor for class com.metsci.glimpse.dnc.DncTree
- DO_NOTHING - com.metsci.glimpse.docking.DockingFrameCloseOperation
- doAddActivityListener(Listenable, Listenable, Set<? extends ListenerFlag>, ActivityListener) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- docker - Variable in class com.metsci.glimpse.docking.group.dialog.DockingDialog
- docker - Variable in class com.metsci.glimpse.docking.group.frame.DockingFrame
- docker - Variable in class com.metsci.glimpse.docking.LandingRegions.BesideExistingTile
- docker - Variable in class com.metsci.glimpse.docking.LandingRegions.EdgeOfDockingPane
- docker - Variable in class com.metsci.glimpse.docking.LandingRegions.InEmptyDockingPane
- docker() - Method in interface com.metsci.glimpse.docking.DockingWindow
- docker() - Method in class com.metsci.glimpse.docking.group.dialog.DockingDialog
- docker() - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- dockerArr - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- DockerArrangementNode - Class in com.metsci.glimpse.docking.xml
- DockerArrangementNode() - Constructor for class com.metsci.glimpse.docking.xml.DockerArrangementNode
- DockerArrangementSplit - Class in com.metsci.glimpse.docking.xml
- DockerArrangementSplit() - Constructor for class com.metsci.glimpse.docking.xml.DockerArrangementSplit
- DockerArrangementTile - Class in com.metsci.glimpse.docking.xml
- DockerArrangementTile() - Constructor for class com.metsci.glimpse.docking.xml.DockerArrangementTile
- DockingDialog - Class in com.metsci.glimpse.docking.group.dialog
- DockingDialog(Window, Dialog.ModalityType, MultiSplitPane) - Constructor for class com.metsci.glimpse.docking.group.dialog.DockingDialog
- DockingFrame - Class in com.metsci.glimpse.docking.group.frame
- DockingFrame(MultiSplitPane) - Constructor for class com.metsci.glimpse.docking.group.frame.DockingFrame
- DockingFrameCloseOperation - Enum in com.metsci.glimpse.docking
- DockingGroup - Interface in com.metsci.glimpse.docking
-
Docking group API for use by client code.
- DockingGroupAdapter - Class in com.metsci.glimpse.docking
- DockingGroupAdapter() - Constructor for class com.metsci.glimpse.docking.DockingGroupAdapter
- DockingGroupBase - Class in com.metsci.glimpse.docking.group
- DockingGroupBase(DockingFrameCloseOperation, DockingTheme) - Constructor for class com.metsci.glimpse.docking.group.DockingGroupBase
- DockingGroupDialog - Class in com.metsci.glimpse.docking.group.dialog
- DockingGroupDialog(Window, Dialog.ModalityType, DockingFrameCloseOperation) - Constructor for class com.metsci.glimpse.docking.group.dialog.DockingGroupDialog
- DockingGroupDialog(Window, Dialog.ModalityType, DockingFrameCloseOperation, DockingTheme) - Constructor for class com.metsci.glimpse.docking.group.dialog.DockingGroupDialog
- DockingGroupListener - Interface in com.metsci.glimpse.docking
- DockingGroupListenerUtils - Class in com.metsci.glimpse.docking.group
- DockingGroupListenerUtils() - Constructor for class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- DockingGroupMultiframe - Class in com.metsci.glimpse.docking.group.frame
- DockingGroupMultiframe(DockingFrameCloseOperation) - Constructor for class com.metsci.glimpse.docking.group.frame.DockingGroupMultiframe
- DockingGroupMultiframe(DockingFrameCloseOperation, DockingTheme) - Constructor for class com.metsci.glimpse.docking.group.frame.DockingGroupMultiframe
- DockingGroupUtils - Class in com.metsci.glimpse.docking.group
- DockingGroupUtils() - Constructor for class com.metsci.glimpse.docking.group.DockingGroupUtils
- DockingMouseAdapter - Class in com.metsci.glimpse.docking
- DockingMouseAdapter(Tile, DockingGroupBase, TileFactory) - Constructor for class com.metsci.glimpse.docking.DockingMouseAdapter
- DockingTheme - Class in com.metsci.glimpse.docking
- DockingTheme(int, int, Color, int, int, int, int, Color, Color, Color, Color, URL, URL, URL, URL, URL, URL) - Constructor for class com.metsci.glimpse.docking.DockingTheme
- DockingTheme(int, int, Color, int, int, int, int, Color, Color, Color, Color, ImageIcon, ImageIcon, ImageIcon, ImageIcon, ImageIcon, ImageIcon) - Constructor for class com.metsci.glimpse.docking.DockingTheme
- DockingThemes - Class in com.metsci.glimpse.docking
- DockingThemes() - Constructor for class com.metsci.glimpse.docking.DockingThemes
- DockingUtils - Class in com.metsci.glimpse.docking
- DockingUtils() - Constructor for class com.metsci.glimpse.docking.DockingUtils
- DockingUtils.Runnable1<T> - Interface in com.metsci.glimpse.docking
- DockingWindow - Interface in com.metsci.glimpse.docking
- DockingWindowTitler - Class in com.metsci.glimpse.docking
- DockingWindowTitler(Function<DockingWindow, String>) - Constructor for class com.metsci.glimpse.docking.DockingWindowTitler
- DockingWindowTitlers - Class in com.metsci.glimpse.docking
- DockingWindowTitlers() - Constructor for class com.metsci.glimpse.docking.DockingWindowTitlers
- dockingXmlClasses - Static variable in class com.metsci.glimpse.docking.DockingUtils
- DodgerBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DodgerBlue
- DodgerBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DodgerBlue2
- DodgerBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DodgerBlue3
- DodgerBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
DodgerBlue4
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.charts.bathy.ContourPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.CopyrightPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.TaggedHeatMapPainter
- doDispose(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- doHandleImmediateFlag(Set<? extends ListenerFlag>, ActivityListener, Function<? super Set<? extends ListenerFlag>, ? extends Disposable>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- doHandleImmediateFlag(Set<? extends ListenerFlag>, Runnable, Function<? super Set<? extends ListenerFlag>, ? extends Disposable>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- doKeyPressed(E) - Method in class com.metsci.glimpse.core.event.key.KeyWrapperImpl
- doKeyReleased(E) - Method in class com.metsci.glimpse.core.event.key.KeyWrapperImpl
- doLayout(String, float, float, float) - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
-
Takes the text and performs the layout.
- doLayout(String, float, float, float, float) - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayoutCenter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.charts.bathy.ContourPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.charts.slippy.SlippyMapTilePainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.ColorXAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.TimeXAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.painter.TimeYAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.axis.WrappedAxisExample.DotPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.icon.TextureAtlasExample.SimpleIconPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.line.LineJoinExample.CustomLinesPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.line.LineJoinExample2.CustomLinesPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.line.LinePathExample.CustomLinesPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.line.LineStripExample.LineStripExamplePainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.examples.misc.TreeMapExample.TreeMapHoverPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.info.MinimapLayout.MiniMapBoundsPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- doPaintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- doStipple - Variable in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter.LineLegendPainterItem
- DotPainter() - Constructor for class com.metsci.glimpse.core.examples.axis.WrappedAxisExample.DotPainter
- dotProduct(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- dotProduct(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- doTxn(Runnable) - Static method in class com.metsci.glimpse.util.var.Txn
- doTxn(Runnable) - Method in class com.metsci.glimpse.util.var.TxnManager
- doTxn(Runnable) - Static method in class com.metsci.glimpse.util.var.Var
- doTxn(Supplier<T>) - Static method in class com.metsci.glimpse.util.var.Txn
- doTxn(Supplier<T>) - Method in class com.metsci.glimpse.util.var.TxnManager
- doTxn(Supplier<T>) - Static method in class com.metsci.glimpse.util.var.Var
- Double() - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Double
- Double(int) - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Double
- DoubleAttribute() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.DoubleAttribute
- doubles(double...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create a double[] literal.
- Doubles - Interface in com.metsci.glimpse.util.primitives
- DoublesArray - Class in com.metsci.glimpse.util.primitives
- DoublesArray() - Constructor for class com.metsci.glimpse.util.primitives.DoublesArray
- DoublesArray(double[]) - Constructor for class com.metsci.glimpse.util.primitives.DoublesArray
-
For efficiency, does not clone the array arg.
- DoublesArray(double[], int) - Constructor for class com.metsci.glimpse.util.primitives.DoublesArray
-
For efficiency, does not clone the array arg.
- DoublesArray(int) - Constructor for class com.metsci.glimpse.util.primitives.DoublesArray
- DoublesArray(Doubles) - Constructor for class com.metsci.glimpse.util.primitives.DoublesArray
-
Clones the sequence arg.
- doublesEqual(double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
- DoublesModifiable - Interface in com.metsci.glimpse.util.primitives
- doublesPerFlatLibrary - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- doublesPerFlatVertex - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- doUseProgram(GL, boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- doUseProgram(GL, boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- doUseProgram(GL, boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- doUseProgram(GL, boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- doUseProgram(GL, boolean) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- DpiUtils - Class in com.metsci.glimpse.core.support
-
A collection of methods to help with DPI-aware layouts and sizings.
- DpiUtils() - Constructor for class com.metsci.glimpse.core.support.DpiUtils
- DragInfo - Class in com.metsci.glimpse.core.plot.timeline.animate
- DragInfo(PlotInfo, double, boolean) - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- DragInfo(PlotInfo, GlimpseBounds, double) - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- DragInfo(DragInfo, double) - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- DragKey - Class in com.metsci.glimpse.core.plot.timeline.animate
- DragKey(PlotInfo, boolean) - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragKey
- DragKey(DragInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragKey
- DragListener - Class in com.metsci.glimpse.core.plot.timeline.event.listener
-
Helper class which supports user dragging of Events to adjust their start/end times.
- DragListener(EventPlotInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- DragManager - Class in com.metsci.glimpse.core.plot.timeline.animate
-
Attaches to an existing
StackedTimePlot2D
to allow animated rearrangement of thePlotInfo
by the user. - DragManager(StackedTimePlot2D) - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragManager
- DragUtils - Class in com.metsci.glimpse.core.plot.timeline.animate
-
Helper methods for
DragManager
. - DragUtils() - Constructor for class com.metsci.glimpse.core.plot.timeline.animate.DragUtils
- drainTo(Collection<? super V>) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- drainTo(Collection<? super V>, int) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- draw(double[], int, Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfcont3d.PdfCont3d
- draw(int[], int, Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfdiscrete.PdfDiscreteNd
-
Writes a random integer k-tuple into dst[offset], dst[offset+1], ..., dst[offset+k-1], where k is the dimension of this distribution.
- draw(GL2ES2, int, int, int, int) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- draw(GL2ES2, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- draw(GL2ES2, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- draw(GL2ES2, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- draw(GL2ES2, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- draw(GL2ES2, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- draw(GL2ES2, int, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- draw(GL2ES2, int, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- draw(GL2ES2, int, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- draw(GL2ES2, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- draw(GL2ES2, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- draw(GL2ES2, int, GLEditableBuffer, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- draw(GL2ES2, int, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- draw(GL2ES2, int, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- draw(GL2ES2, int, GLStreamingBuffer, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- draw(GL2ES2, int, GLStreamingBuffer, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- draw(GL2ES2, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- draw(GL2ES2, GLEditableBuffer, float[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- draw(GL2ES2, GLEditableBuffer, float[]) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- draw(GL2ES2, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer, float[]) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- draw(GL2ES2, GLEditableBuffer, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- draw(GL2ES2, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- draw(GL2ES2, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- draw(GL2ES2, GLStreamingBuffer, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- draw(GL2ES3, int, int, int, int, int) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- draw(GL2ES3, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, int, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- draw(GL2ES3, GLStreamingBuffer, GLStreamingBuffer, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- draw(GL2ES3, GLStreamingBuffer, GLStreamingBuffer, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, GLStreamingBuffer, GLStreamingBuffer, GLStreamingBuffer, GLStreamingBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- draw(GL2ES3, LineProgram.LineBufferHandles, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, LineStyle, ColorLinePath) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- draw(GL2ES3, LineStyle, ColorLinePath, double) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- draw(GL2ES3, LineStyle, LinePath) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- draw(GL2ES3, LineStyle, LinePath) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, LineStyle, LinePath, double) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- draw(GL2ES3, LineStyle, LinePath, double) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, LineStyle, LineStrip, double) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, LineStyle, StreamingLinePath) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- draw(GL2ES3, LineStyle, StreamingLinePath) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, LineStyle, Collection<LineStrip>, double) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GL2ES3, StreamingLinePath) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- draw(GL2ES3, StreamingLinePath) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- draw(GlimpseContext, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in interface com.metsci.glimpse.core.gl.texture.DrawableTextureProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, int, int, int, int, int) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- draw(GlimpseContext, int, Texture, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in interface com.metsci.glimpse.core.gl.texture.DrawableTextureProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, int, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- draw(GlimpseContext, int, AbstractTexture, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, int, Texture, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, Texture, GLEditableBuffer, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, Texture, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, AbstractTexture, GLEditableBuffer, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, AbstractTexture, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- draw(GlimpseContext, DrawableTextureProgram, int) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- draw(GlimpseContext, DrawableTextureProgram, int, Collection<TextureUnit<Texture>>) - Method in interface com.metsci.glimpse.core.gl.texture.DrawableTexture
-
Draw the texture using the provided program.
- draw(GlimpseContext, DrawableTextureProgram, int, Collection<TextureUnit<Texture>>) - Method in class com.metsci.glimpse.core.gl.texture.FloatTexture2D
- draw(GlimpseContext, DrawableTextureProgram, int, Collection<TextureUnit<Texture>>) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- draw(GlimpseContext, Texture, GLEditableBuffer, GLEditableBuffer) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, Texture, GLEditableBuffer, GLEditableBuffer, int, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- draw(GlimpseContext, TopoDeviceTile) - Method in class com.metsci.glimpse.topo.EquirectTopoProgram
- draw(GlimpseContext, TopoDeviceTile) - Method in class com.metsci.glimpse.topo.MercatorTopoProgram
- draw(Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfcont.PdfCont
-
Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContExponential
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianBoxMuller
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianZiggurat
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGumbel
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLaplace
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLinearIncreasingFromZero
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContUniform
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfMirroredCont
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfTruncatedCont
- draw(Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfcont2d.PdfCont2d
-
Returns a 2-dimensional random draw from this PDF using the provided StochasticEngine.Generator object.
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont2d.PdfCont2dBivariateGaussianViaEllipse
- draw(Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfcont3d.PdfCont3d
-
Returns a 3-dimensional random draw from this PDF using the provided StochasticEngine.Generator object.
- draw(Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfdiscrete.PdfDiscrete
-
Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
- draw(Generator) - Method in interface com.metsci.glimpse.util.math.stochastic.pdfdiscrete.PdfDiscreteNd
-
Returns a random integer k-tuple, where k is the dimension of this distribution.
- draw(Generator) - Method in class com.metsci.glimpse.util.math.stochastic.pdfdiscrete.PdfDiscretePoisson
- draw(Graphics2D, String, int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- draw(Graphics2D, String, int, int) - Method in interface com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
-
Renders text into a graphics instance at a specific location.
- draw(CharSequence, int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Draws a character sequence at a location.
- draw(String, int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Draws a string at a location.
- draw3D(CharSequence, float, float, float, float) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Draws a character sequence at a location in 3D space.
- draw3D(String, float, float, float, float) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Draws text at a location in 3D space.
- draw3DRect(float, float, float, int, int, int, int, float) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- DrawableTexture - Interface in com.metsci.glimpse.core.gl.texture
-
A marker interface indicating that the
Texture
is able to draw itself given aGL
handle. - DrawableTextureProgram - Interface in com.metsci.glimpse.core.gl.texture
-
A minimum set of operations for drawing textured triangles.
- drawContour(double, double, double, double, double) - Method in class com.metsci.glimpse.charts.bathy.ContourData
- drawContour(double, double, double, double, double) - Method in interface com.metsci.glimpse.charts.bathy.Render
-
drawContour - interface for implementing the user supplied method to render the countours.
- drawGlyph(GL, Glyph, float, float, float, float, TextureCoords) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Draws a glyph with this
GlyphRenderer
. - drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in interface com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
-
Renders a glyph into a graphics instance at a specific location.
- drawImage(GlimpseContext, double, double, ImageDataInternal, double, double, double, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, double, double, double, double, double, double, float[]) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, int, int) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, int, int, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, int, int, double, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, Axis2D, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, Axis2D, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, Axis2D, double, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(GlimpseContext, Object, Axis2D, double, double, double, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Draws an image from the TextureAtlas using the given GL handle.
- drawImage(GlimpseContext, Object, Axis2D, double, double, double, double, float[]) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImage(Graphics2D, int, int) - Method in interface com.metsci.glimpse.core.support.atlas.support.ImageDrawer
- drawImageAxisX(GlimpseContext, Object, Axis1D, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImageAxisX(GlimpseContext, Object, Axis1D, double, double, double, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Draws an image from the TextureAtlas with the x position specified in axis space and the y position specified in pixel space.
- drawImageAxisX(GlimpseContext, Object, Axis1D, double, double, double, double, double, double, float[]) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImageAxisY(GlimpseContext, Object, Axis1D, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Draws an image from the TextureAtlas with the y position specified in axis space and the x position specified in pixel space.
- drawImageAxisY(GlimpseContext, Object, Axis1D, double, double, double, double, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawImageAxisY(GlimpseContext, Object, Axis1D, double, double, double, double, double, double, float[]) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- drawOrthoRect(int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- drawOrthoRect(int, int, int, int, int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- drawTexture(GL, Texture, float, float, float, int, int, int, int, float) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
- dTileDisposalsPerFrame - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
- dumpAncestry(Logger) - Method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Prints own and parents' log levels to standard out (for debugging).
- durationAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Determines how long after the given timestamp this timestamp is.
- durationAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- durationAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- durationAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- durationBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Determines how long before the given timestamp this timestamp is.
- durationBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- durationBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- durationBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- DynamicLinePainterExample - Class in com.metsci.glimpse.core.examples.misc
- DynamicLinePainterExample() - Constructor for class com.metsci.glimpse.core.examples.misc.DynamicLinePainterExample
- DynamicLineSetPainter - Class in com.metsci.glimpse.core.painter.shape
-
Efficiently paints dynamically changing groups of colored lines.
- DynamicLineSetPainter() - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- DynamicLineSetPainter(int) - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- DynamicLineSetPainter.BulkLineAccumulator - Class in com.metsci.glimpse.core.painter.shape
- DynamicLineSetPainter.DynamicLineSetPainterProgram - Class in com.metsci.glimpse.core.painter.shape
- DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles - Class in com.metsci.glimpse.core.painter.shape
- DynamicLineSetPainterProgram() - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- DynamicPointPainterExample - Class in com.metsci.glimpse.core.examples.scatterplot
-
Demonstrates use of DynamicPointSetPainter.
- DynamicPointPainterExample() - Constructor for class com.metsci.glimpse.core.examples.scatterplot.DynamicPointPainterExample
- DynamicPointSetPainter - Class in com.metsci.glimpse.core.painter.shape
-
Efficiently paints dynamically changing groups of colored points.
- DynamicPointSetPainter() - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- DynamicPointSetPainter(int) - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- DynamicPointSetPainter.BulkColorAccumulator - Class in com.metsci.glimpse.core.painter.shape
- DynamicPointSetPainter.BulkPointAccumulator - Class in com.metsci.glimpse.core.painter.shape
E
- E - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- east - Static variable in class com.metsci.glimpse.util.units.Azimuth
- eastLon - Variable in class com.metsci.glimpse.charts.shoreline.LandBox
- eastLon_DEG - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- eastLon_DEG - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- eastLon_DEG - Variable in class com.metsci.glimpse.topo.LatLonBox
- eastLon_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- eastLon_DEG - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- eastLon_RAD - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
-
East edge of data, INCLUDING border columns.
- eastLon_RAD - Variable in class com.metsci.glimpse.topo.TopoHostTile
-
East edge of data, INCLUDING border columns.
- edgeIsReversed(int) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- EdgeOfDockingPane(MultiSplitPane, Side) - Constructor for class com.metsci.glimpse.docking.LandingRegions.EdgeOfDockingPane
- edgeOfPane - Variable in class com.metsci.glimpse.docking.LandingRegions.EdgeOfDockingPane
- edgesExtracted - Variable in exception com.metsci.glimpse.dnc.convert.Vpf.RingEdgesBacktrackException
- edgesRegularizedSoFar - Variable in exception com.metsci.glimpse.dnc.convert.Vpf.RingEdgesBacktrackException
- edit(int) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- edit(int, int) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- editBytes(int, int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- editFloats(int, int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- elapsedSeconds() - Method in class com.metsci.glimpse.util.logging.Stopwatch
- element() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- ELEVATION_TEXTURE_UNIT - Static variable in class com.metsci.glimpse.topo.ShadedReliefProgram
- elevationAngle() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the conical angle between this vector and the xy-plane.
- Ellipsis - com.metsci.glimpse.core.plot.timeline.event.Event.TextRenderingMode
-
Shorten the text to fit in the box and display ellipsis to indicate that the text has been shortened.
- EMPTY_BOUNDS - Static variable in class com.metsci.glimpse.core.context.GlimpseBounds
- EMPTY_FLAGS - Static variable in interface com.metsci.glimpse.util.var2.ListenerFlag
- EmptyLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
- EmptyLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- EmptyPlot2D - Class in com.metsci.glimpse.core.plot
-
A simple plotting area which takes up its entire parent GlimpseLayout (leaving no room for a plot title or axis tick marks).
- EmptyPlot2D() - Constructor for class com.metsci.glimpse.core.plot.EmptyPlot2D
- EmptyPlotExample - Class in com.metsci.glimpse.core.examples.plot
-
Demonstrates construction of a plot from scratch, starting with an EmptyFrame and adding custom painters to create a basic plot with no data.
- EmptyPlotExample() - Constructor for class com.metsci.glimpse.core.examples.plot.EmptyPlotExample
- enablePointSprite(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
-
If the property "glimpse.disablePointSprite" is set to true, do nothing.
- enablePremultipliedAlphaBlending(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
-
Enable blending, and set the blend func that is appropriate for drawing with premultiplied alpha.
- enablePremultipliedAlphaBlending(GlimpseContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- enableStandardBlending(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
-
Enable blending, and set the blend func that gives the intuitive behavior for most situations.
- enableStandardBlending(GlimpseContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- encoder - Static variable in class com.metsci.glimpse.util.primitives.BytesArray
- end - Variable in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- end - Variable in class com.metsci.glimpse.dnc.convert.Vpf.Edge
- end - Variable in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- end(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- end(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- end(GlimpseContext) - Method in interface com.metsci.glimpse.core.gl.texture.DrawableTextureProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.topo.EquirectTopoProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.topo.MercatorTopoProgram
- end(GlimpseContext) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- End - com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
The click occurred near the end time of the event.
- end3DRendering() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Finishes a 3D render cycle.
- end3DRendering() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- endMovement(Object, Object) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- endOrthoRendering() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- endRendering() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Finishes a render cycle.
- endRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Finishes setting up the cache for rendering.
- endRendering(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Finishes a render cycle with this
GlyphRenderer
. - endRendering(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Finishes a render cycle with this
QuadPipeline
. - endRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL11
- endRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL15
- endRendering(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL30
- endRendering(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Finishes a render cycle with this
GlyphRenderer
. - endRendering(GlimpseContext) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Resets OpenGL state.
- endsWith(GlimpseTargetStack, GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
-
Returns true if the query stack ends with the sequence of GlimpseTargets defined by the prefix stack.
- ensureAdditionalCapacity(ByteBuffer, int, boolean) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
If the supplied buffer has enough capacity to put the specified number of additional values (starting at its position), then the supplied buffer is returned.
- ensureAdditionalCapacity(FloatBuffer, int, boolean) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
If the supplied buffer has enough capacity to put the specified number of additional values (starting at its position), then the supplied buffer is returned.
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- ensureCapacity(int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- ensureCapacity(int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- ensureCapacity(ByteBuffer, int, boolean) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
If the supplied buffer has at least the specified capacity, then the supplied buffer is returned.
- ensureCapacity(FloatBuffer, int, boolean) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
If the supplied buffer has at least the specified capacity, then the supplied buffer is returned.
- ensureCapacityBytes(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- ensureCapacityFloats(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- ensureIconGroupSize(Object, int) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- ensureRemainingBytes(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- ensureRemainingFloats(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- entries - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncHostAtlas
- entries - Variable in class com.metsci.glimpse.dnc.DncIconAtlases.DncDeviceIconAtlas
- entries - Variable in class com.metsci.glimpse.dnc.DncIconAtlases.DncHostIconAtlas
- entries - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- entriesAlignBuf - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncHostLabelAtlas
- entriesAlignHandle - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- entriesBoundsBuf - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncHostLabelAtlas
- entriesBoundsHandle - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- enumSet(T...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create an EnumSet.
- Epoch - Class in com.metsci.glimpse.core.plot.timeline.data
-
A class encapsulating the conversion between absolute time specified as a TimeStamp and values on an Axis1D representing time.
- Epoch(long) - Constructor for class com.metsci.glimpse.core.plot.timeline.data.Epoch
- Epoch(TimeStamp) - Constructor for class com.metsci.glimpse.core.plot.timeline.data.Epoch
- EPSILON - Static variable in class com.metsci.glimpse.util.GeneralUtils
- equalIgnoreCase(String, String) - Static method in class com.metsci.glimpse.util.StringUtils
- equals(Object) - Method in class com.metsci.glimpse.charts.shoreline.LandVertex
- equals(Object) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- equals(Object) - Method in class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- equals(Object) - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- equals(Object) - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- equals(Object) - Method in class com.metsci.glimpse.core.painter.geo.TileKey
- equals(Object) - Method in class com.metsci.glimpse.core.painter.texture.TagState
- equals(Object) - Method in class com.metsci.glimpse.core.painter.texture.TextureUnit
- equals(Object) - Method in class com.metsci.glimpse.core.painter.track.Point
- equals(Object) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- equals(Object) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.animate.DragKey
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- equals(Object) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- equals(Object) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- equals(Object) - Method in class com.metsci.glimpse.core.support.color.RGBA
- equals(Object) - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- equals(Object) - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- equals(Object) - Method in class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- equals(Object) - Method in class com.metsci.glimpse.dnc.convert.Flat.FlatChunkKey
- equals(Object) - Method in class com.metsci.glimpse.dnc.DncChunks.DncChunkKey
- equals(Object) - Method in class com.metsci.glimpse.dnc.DncCoverage
- equals(Object) - Method in class com.metsci.glimpse.dnc.DncLibrary
- equals(Object) - Method in class com.metsci.glimpse.dnc.DncQuery
- equals(Object) - Method in class com.metsci.glimpse.dnc.facc.FaccAttr
- equals(Object) - Method in class com.metsci.glimpse.dnc.facc.FaccFeature
- equals(Object) - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- equals(Object) - Method in class com.metsci.glimpse.topo.TopoTileKey
- equals(Object) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- equals(Object) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- equals(Object) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- equals(Object) - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
- equals(Object) - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- equals(Object) - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- equals(Object) - Method in class com.metsci.glimpse.util.math.LinearInterpolator.Xy
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContExponential
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianBoxMuller
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianZiggurat
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGumbel
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLaplace
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLinearIncreasingFromZero
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContUniform
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfMirroredCont
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfTruncatedCont
- equals(Object) - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont2d.PdfCont2dBivariateGaussianViaEllipse
- equals(Object) - Method in class com.metsci.glimpse.util.Pair
- equals(Object) - Method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning.Strings
- equals(Object) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- equals(Object) - Method in class com.metsci.glimpse.util.Triplet
- equals(Object) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
- equals(Object) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- equals(Object) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- equals(Object) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- equals(Object) - Method in class com.metsci.glimpse.util.vector.Vector2d
- equals(Object) - Method in class com.metsci.glimpse.util.vector.Vector3d
- equatorialRadius - Static variable in class com.metsci.glimpse.util.geo.datum.DatumWgs84.Constants
- EquirectNormalCylindricalProjection - Class in com.metsci.glimpse.topo.proj
- EquirectNormalCylindricalProjection(double, boolean) - Constructor for class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- EquirectTopoPainter - Class in com.metsci.glimpse.topo
- EquirectTopoPainter(TopoDataset, EquirectNormalCylindricalProjection) - Constructor for class com.metsci.glimpse.topo.EquirectTopoPainter
- EquirectTopoPainter(TopoDataset, EquirectNormalCylindricalProjection, TopoPainterConfig) - Constructor for class com.metsci.glimpse.topo.EquirectTopoPainter
- EquirectTopoPainterExample - Class in com.metsci.glimpse.extras.examples.topo
- EquirectTopoPainterExample() - Constructor for class com.metsci.glimpse.extras.examples.topo.EquirectTopoPainterExample
- EquirectTopoProgram - Class in com.metsci.glimpse.topo
- EquirectTopoProgram(int, int, int, ColorTexture1D, ColorTexture1D, float, float, EquirectNormalCylindricalProjection) - Constructor for class com.metsci.glimpse.topo.EquirectTopoProgram
- EquirectTopoProgram.Handles - Class in com.metsci.glimpse.topo
- estimateCenterLatLon() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- eval(double) - Static method in class com.metsci.glimpse.util.math.fast.QuickAtan
- eval(double) - Static method in class com.metsci.glimpse.util.math.fast.QuickExp
- eval(double) - Static method in class com.metsci.glimpse.util.math.fast.QuickExp2
- eval(double) - Static method in class com.metsci.glimpse.util.math.fast.QuickExp3
- eval(Function<String, Object>, Function<String, Object>) - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- eval(Function<String, Object>, Function<String, Object>) - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- eval(Function<String, Object>, Function<String, Object>) - Method in interface com.metsci.glimpse.dnc.geosym.DncGeosymAttributeExpression
- eval2(double, double) - Static method in class com.metsci.glimpse.util.math.fast.QuickAtan
- evalAnd(List<? extends DncGeosymAttributeExpression>, Function<String, Object>, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- evalDouble(Double, String, Double) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- evalFloat(Float, String, Float) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- evalInteger(Integer, String, Integer) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- evalNull(String, boolean) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- evalOr(List<? extends DncGeosymAttributeExpression>, Function<String, Object>, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- evalShort(Short, String, Short) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- evalString(String, String, String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastErfInverse
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastExp2
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastFunc
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastFuncUnboundedDomain
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastGaussian
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastLog
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastSigmoid
- evaluate(double) - Method in class com.metsci.glimpse.util.math.fast.FastUnscaledGaussian
- evaluate(double) - Method in class com.metsci.glimpse.util.math.LinearInterpolator
-
Returns the interpolated y value for the given x value.
- Event - Class in com.metsci.glimpse.core.plot.timeline.event
-
Event represents an occurrence with a start and end time and is usually created by an
EventPlotInfo
(which represents a row or column of aStackedTimePlot2D
. - Event(long, long, String) - Constructor for class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- Event.OverlapRenderingMode - Enum in com.metsci.glimpse.core.plot.timeline.event
-
Indicates what types of overlaps should be considered when determining whether to shorten Event box text.
- Event.TextRenderingMode - Enum in com.metsci.glimpse.core.plot.timeline.event
-
Indicates how text which is too large to fit in the Event box should be shortened.
- EventBounds - Class in com.metsci.glimpse.core.plot.timeline.event
-
Metadata about an Event used by the
EventSelectionHandler
to indicate what part of an event was clicked (the icon, label, etc...). - EventBounds() - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- EventConstraint - Interface in com.metsci.glimpse.core.plot.timeline.data
- eventDispatch(Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- eventDispatch(Axis2D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- eventDispatch(D) - Method in class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- eventDispatch(D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- EventDrawInfo - Class in com.metsci.glimpse.core.plot.timeline.event.paint
-
A helper data structure used by
DefaultGroupedEventPainter
to manage bounds of timeline events being rendered. - EventDrawInfo(Event, Event, int, int) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.EventDrawInfo
- EventIntervalQuadTree - Class in com.metsci.glimpse.core.plot.timeline.event
-
Although this collection is sorted based on the Event start and end TimeStamps, it uses
Object.equals(Object)
to satisfy theSet
contract. - EventIntervalQuadTree() - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventIntervalQuadTree
- EventIntervalQuadTree(int) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventIntervalQuadTree
- EventManager - Class in com.metsci.glimpse.core.plot.timeline.event
-
Helper class which maintains sorted Event data structures for
EventPlotInfo
. - EventManager(EventPlotInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventManager
- EventManager.Row - Class in com.metsci.glimpse.core.plot.timeline.event
- eventOccurred(D) - Method in class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- eventOccurred(D) - Method in class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- EventPainter - Interface in com.metsci.glimpse.core.plot.timeline.event.paint
-
A painter responsible for making OpenGL calls to visualize an
Event
. - EventPainterManager - Class in com.metsci.glimpse.core.plot.timeline.event.paint
-
Paints 1D events with associated color, time span, icon, and label information.
- EventPainterManager(EventPlotInfo, EventManager, Epoch, TextureAtlas) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- EventPlotAdapter - Class in com.metsci.glimpse.core.plot.timeline.event.listener
- EventPlotAdapter() - Constructor for class com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotAdapter
- EventPlotInfo - Class in com.metsci.glimpse.core.plot.timeline.event
-
A handle to one of the plotting areas making up a
StackedTimePlot2D
. - EventPlotInfo(TimePlotInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- EventPlotInfo(TimePlotInfo, TextureAtlas) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- EventPlotListener - Interface in com.metsci.glimpse.core.plot.timeline.event.listener
-
Listener interface for receiving notifications when the mouse interacts with Events or when Event start and end times are updated.
- events - Variable in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- eventsClicked(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- eventsClicked(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotAdapter
- eventsClicked(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in interface com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotListener
-
Indicates the mouse clicked on the Events contained in the EventSelection Set.
- EventSelection - Class in com.metsci.glimpse.core.plot.timeline.data
- EventSelection(Event, EnumSet<EventSelection.Location>) - Constructor for class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- EventSelection.Location - Enum in com.metsci.glimpse.core.plot.timeline.data
-
The location of the mouse inside the event box when the event occurred.
- EventSelectionHandler - Class in com.metsci.glimpse.core.plot.timeline.event.listener
-
Helper class which manages keeping track of selected Events for
EventPlotInfo
. - EventSelectionHandler() - Constructor for class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- EventSelectionListener - Interface in com.metsci.glimpse.core.plot.timeline.event.listener
- eventsEntered(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- eventsEntered(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotAdapter
- eventsEntered(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in interface com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotListener
-
Indicates the mouse moved into of the Events contained in the EventSelection Set.
- eventsExited(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- eventsExited(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotAdapter
- eventsExited(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in interface com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotListener
-
Indicates the mouse moved outside of the events contained in the EventSelection Set.
- eventsHovered(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- eventsHovered(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotAdapter
- eventsHovered(GlimpseMouseEvent, Set<EventSelection>, TimeStamp) - Method in interface com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotListener
-
Indicates that the mouse moved while inside the Events contained in the EventSelection Set.
- eventsSelected(Set<Event>, Set<Event>) - Method in interface com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionListener
-
Indicates that the set of selected events has changed.
- EventToolTipHandler - Interface in com.metsci.glimpse.core.plot.timeline.event
- eventUpdated(GlimpseMouseEvent, Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- eventUpdated(GlimpseMouseEvent, Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotAdapter
- eventUpdated(GlimpseMouseEvent, Event) - Method in interface com.metsci.glimpse.core.plot.timeline.event.listener.EventPlotListener
-
Indicates that the provided Event was updated by the user.
- execDeleteRecursively(int, int, File) - Static method in class com.metsci.glimpse.util.jnlu.FileUtils
-
Spawns a separate process that will delete the specified file or directory.
- EXIT_JVM - com.metsci.glimpse.docking.DockingFrameCloseOperation
- expectDeepReflectiveAccess(Class<?>, String, String) - Static method in class com.metsci.glimpse.util.ugly.ModuleAccessChecker
- expectDeepReflectiveAccess(Class<?>, String, String, Level) - Static method in class com.metsci.glimpse.util.ugly.ModuleAccessChecker
- expectInternalApiAccess(Class<?>, String, String) - Static method in class com.metsci.glimpse.util.ugly.ModuleAccessChecker
- expectInternalApiAccess(Class<?>, String, String, Level) - Static method in class com.metsci.glimpse.util.ugly.ModuleAccessChecker
- externalAttrs - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- ExternalTextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A wrapper around an OpenGL texture handle which is being handled (allocated, freed, drawn into, data loaded onto, etc...) by another class.
- ExternalTextureProjected2D(int, int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.ExternalTextureProjected2D
- extract(boolean[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(char[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(double[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(float[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(int[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(long[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(Object[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extract(String[], int[], int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- extractAndLoad(List<URL>, String) - Static method in class com.metsci.glimpse.util.jnlu.NativeLibUtils
- extractCgmBounds(String, String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- extractCgmScale(String, String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- extractRingEdges(VPFPrimitiveData, VecBufferSequence, VPFPrimitiveData.Ring) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
F
- f - Variable in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndex
- f(double) - Method in interface com.metsci.glimpse.core.examples.plot.FunctionPlotExample.Function1D
- FaccAttr - Class in com.metsci.glimpse.dnc.facc
- FaccAttr(String, String, String, Map<Object, Object>) - Constructor for class com.metsci.glimpse.dnc.facc.FaccAttr
- FaccFeature - Class in com.metsci.glimpse.dnc.facc
- FaccFeature(String, String, String) - Constructor for class com.metsci.glimpse.dnc.facc.FaccFeature
- FaccIo - Class in com.metsci.glimpse.dnc.facc
- FaccIo() - Constructor for class com.metsci.glimpse.dnc.facc.FaccIo
- factory - Static variable in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- factory - Static variable in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- factory - Static variable in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- FastAcos - Class in com.metsci.glimpse.util.math.fast
- FastAcos(float, float, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastAcos
- FastAsin - Class in com.metsci.glimpse.util.math.fast
- FastAsin(float, float, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastAsin
- FastAtan - Class in com.metsci.glimpse.util.math.fast
- FastAtan(int) - Constructor for class com.metsci.glimpse.util.math.fast.FastAtan
- FastErfInverse - Class in com.metsci.glimpse.util.math.fast
-
Approximates the inverse of
erf(x)
, valid on the interval [-0.9999779095,0.9999779095], with a maximum error of about6e-5
. - FastExp - Class in com.metsci.glimpse.util.math.fast
- FastExp(float, float, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastExp
- FastExp2 - Class in com.metsci.glimpse.util.math.fast
- FastExp2(int) - Constructor for class com.metsci.glimpse.util.math.fast.FastExp2
- FastFunc - Class in com.metsci.glimpse.util.math.fast
-
A function that precomputes its values for speed.
- FastFunc(double, double, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastFunc
-
Main Constructor in which the values of this function are computed
- FastFuncUnboundedDomain - Class in com.metsci.glimpse.util.math.fast
-
Provides table look-up capability for functions of bounded range but unbounded domain.
- FastFuncUnboundedDomain(int) - Constructor for class com.metsci.glimpse.util.math.fast.FastFuncUnboundedDomain
- FastGaussian - Class in com.metsci.glimpse.util.math.fast
-
An approximation to a univariate gaussian pdf of mean zero, deviation 1.
- FastGaussian(int) - Constructor for class com.metsci.glimpse.util.math.fast.FastGaussian
- FastLog - Class in com.metsci.glimpse.util.math.fast
-
Provides about 12 digits of accuracy at a fraction of the cost of Math.log().
- FastLog(int) - Constructor for class com.metsci.glimpse.util.math.fast.FastLog
- FastLog10 - Class in com.metsci.glimpse.util.math.fast
- FastLog10(float, float, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastLog10
- FastSigmoid - Class in com.metsci.glimpse.util.math.fast
- FastSigmoid(double, double, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastSigmoid
- FastSin - Class in com.metsci.glimpse.util.math.fast
- FastSin(float, float, int) - Constructor for class com.metsci.glimpse.util.math.fast.FastSin
- FastUnscaledGaussian - Class in com.metsci.glimpse.util.math.fast
- FBOGlimpseCanvas - Class in com.metsci.glimpse.core.canvas
- FBOGlimpseCanvas(GLContext, int, int) - Constructor for class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- FBOGlimpseCanvas(GLContext, int, int, boolean) - Constructor for class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- FBOGlimpseCanvas(GLProfile, int, int) - Constructor for class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- FBOGlimpseCanvas(GLProfile, GLContext, int, int) - Constructor for class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
-
Deprecated.Use
FBOGlimpseCanvas(GLContext,int,int)
instead. The context implicitly provides a GLProfile. - FBOGlimpseCanvas(String, GLContext, int, int) - Constructor for class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
-
Deprecated.Use
FBOGlimpseCanvas(GLContext,int,int)
instead. The context implicitly provides a GLProfile. - fcode - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Feature
- fcode - Variable in class com.metsci.glimpse.dnc.DncFeature
- fcode - Variable in class com.metsci.glimpse.dnc.facc.FaccFeature
- fcode - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- fcode(VPFFeature) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- feather_PX - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
The thickness of the feather region, across which alpha fades to transparent.
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- FEATHER_THICKNESS_PX - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- Feature() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.Feature
- featureCount - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalChunk
- featureCount - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- featureCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncDeviceChunk
- featureCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncHostChunk
- featureNum - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- featureNum - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- featureNum - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- featureNum - Variable in class com.metsci.glimpse.dnc.DncFeature
- featuresByCoverage - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- feetToInches - Static variable in class com.metsci.glimpse.util.units.Length
- feetToInches(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to inches.
- feetToInches(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to inches.
- feetToKiloyards - Static variable in class com.metsci.glimpse.util.units.Length
- feetToKiloyards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to kiloyards.
- feetToKiloyards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to kiloyards.
- feetToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- feetToMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to meters.
- feetToMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to meters.
- feetToMillimeters - Static variable in class com.metsci.glimpse.util.units.Length
- feetToMillimeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to millimeters.
- feetToMillimeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to millimeters.
- feetToNauticalMiles - Static variable in class com.metsci.glimpse.util.units.Length
- feetToNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to nautical-miles.
- feetToNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to nautical-miles.
- feetToSu - Static variable in class com.metsci.glimpse.util.units.Length
- feetToYards - Static variable in class com.metsci.glimpse.util.units.Length
- feetToYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to yards.
- feetToYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to yards.
- file - Variable in class com.metsci.glimpse.topo.TopoLevel
- file() - Method in class com.metsci.glimpse.util.io.MappedFile
- file(String) - Static method in class com.metsci.glimpse.util.io.IoUtils
-
Terse way to get the URL of a file.
- FileMapper - Interface in com.metsci.glimpse.util.io
- FileMapperStandard - Class in com.metsci.glimpse.util.io
- FileMapperStandard() - Constructor for class com.metsci.glimpse.util.io.FileMapperStandard
- FileMapperWindows64 - Class in com.metsci.glimpse.util.io
- FileMapperWindows64() - Constructor for class com.metsci.glimpse.util.io.FileMapperWindows64
- filename - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymCode
- filenameToLowercase(File) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
-
Lowercases the last segment of the specified path.
- filenameToUppercase(File) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
-
Uppercases the last segment of the specified path.
- FileSync - Class in com.metsci.glimpse.util.io
- FileSync() - Constructor for class com.metsci.glimpse.util.io.FileSync
- FileUtils - Class in com.metsci.glimpse.util.jnlu
- FileUtils() - Constructor for class com.metsci.glimpse.util.jnlu.FileUtils
- FileUtils.DeleteRecursively - Class in com.metsci.glimpse.util.jnlu
- fillRgba - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- FilterInt - Interface in com.metsci.glimpse.util.quadtree
- filterListenable(Listenable, Supplier<V>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- filterListener(ActivityListener, Supplier<V>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- filterListener(Runnable, Supplier<V>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- FilterLong - Interface in com.metsci.glimpse.util.quadtree
- FilterLong2 - Interface in com.metsci.glimpse.util.quadtree
- FilterObject<V> - Interface in com.metsci.glimpse.util.quadtree
- find(Glyph) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Determines the texture coordinates of a glyph in the cache.
- findAdvance(char) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducer
-
Determines the distance to the next character after a glyph.
- findArrNodeParent(DockerArrangementNode, DockerArrangementNode) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findArrTileContaining(DockerArrangementNode, String) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findArrTileContaining(GroupArrangement, String) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findAttrComparisonCodes(List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findAttrExprConnectorCodes(List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findBounds(String) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducer
-
Determines the visual bounds of a string with padding added.
- findClass(String...) - Static method in class com.metsci.glimpse.util.ugly.UglyUtils
-
Iterate over
classnames
callingClass.forName(String)
, and immediately return the first class that is successfully found. - findDhtFile(File) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- findDncProductId(String, List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findFeatureDelineationCodes(String, List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findFlag(Collection<? extends ListenerFlag>, Class<F>) - Static method in class com.metsci.glimpse.util.var2.ListenerFlagSet
- findFontNameCodes(List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findFontStyleCodes(List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findFrameArrContaining(GroupArrangement, DockerArrangementNode) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findFrameArrContaining(GroupArrangement, String) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findLabelJustifyCodes(List<DncGeosymCode>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- findLandingRegion(Tile, int, Point) - Method in class com.metsci.glimpse.docking.group.dialog.DockingGroupDialog
- findLandingRegion(Tile, int, Point) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- findLandingRegion(Tile, int, Point) - Method in class com.metsci.glimpse.docking.group.frame.DockingGroupMultiframe
- findLargestArrTile(GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findLargestComponent(Collection<? extends C>) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findLargestFrameArr(GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findLargestTile(MultiSplitPane) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findLeafAt(int, int) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- findOrder(Collection<? extends ListenerFlag>) - Static method in class com.metsci.glimpse.util.var2.ListenerFlagSet
- findSimilarArrNode(Map<DockerArrangementNode, Set<String>>, Set<String>) - Static method in class com.metsci.glimpse.docking.group.ViewPlacementUtils
- findSimilarArrNode(Map<DockerArrangementNode, Set<String>>, Set<String>, boolean) - Static method in class com.metsci.glimpse.docking.group.ViewPlacementUtils
- findSimilarArrTile(Map<DockerArrangementNode, Set<String>>, Set<String>) - Static method in class com.metsci.glimpse.docking.group.ViewPlacementUtils
- findTiles(DockingWindow) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findTiles(MultiSplitPane) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findTiles(DockerArrangementNode) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findTiles(GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findTiles(Collection<? extends DockingWindow>) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findTopoDataFile(File) - Static method in class com.metsci.glimpse.topo.io.TopoDataPaths
- findUniqueFile(File, LongFunction<String>) - Static method in class com.metsci.glimpse.util.io.IoUtils
- findViewIds(GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- findViews(DockingWindow) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findViews(MultiSplitPane) - Static method in class com.metsci.glimpse.docking.DockingUtils
- findViews(Collection<? extends DockingWindow>) - Static method in class com.metsci.glimpse.docking.DockingUtils
- fine(String) - Method in class com.metsci.glimpse.util.logging.Stopwatch
- FinegrainedTimestampingLogFormatter - Class in com.metsci.glimpse.util.logging.format
-
Extends TimestampingLogFormatter to include millisecond resolution in timestamps.
- FinegrainedTimestampingLogFormatter() - Constructor for class com.metsci.glimpse.util.logging.format.FinegrainedTimestampingLogFormatter
- finest(String) - Method in class com.metsci.glimpse.util.logging.Stopwatch
- fire() - Method in class com.metsci.glimpse.util.var2.ListenableBasic
- fire(boolean) - Method in class com.metsci.glimpse.util.var2.ActivityListenableBasic
- fire(T) - Method in class com.metsci.glimpse.util.var.Notifier
- fire(T) - Method in class com.metsci.glimpse.util.var2.NotifierBasic
- Firebrick - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Firebrick
- Firebrick1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Firebrick1
- Firebrick2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Firebrick2
- Firebrick3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Firebrick3
- Firebrick4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Firebrick4
- fireWindowClosing(Window) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Dispatch a window-closing event for the given window.
- first() - Method in class com.metsci.glimpse.util.Pair
- first() - Method in interface com.metsci.glimpse.util.primitives.Booleans
- first() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Bytes
- first() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Chars
- first() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Doubles
- first() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Floats
- first() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Ints
- first() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Longs
- first() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- first() - Method in interface com.metsci.glimpse.util.primitives.Objects
- first() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- first() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- first() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- first() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- first() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- first() - Method in class com.metsci.glimpse.util.Triplet
-
Returns the first element.
- firstCol - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- firstRow - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- firstSuccessfulReturnValue(ThrowingSupplier<? extends T>...) - Static method in class com.metsci.glimpse.util.ugly.UglyUtils
- FixedAxisFactory1D - Class in com.metsci.glimpse.core.axis.factory
-
An AxisFactory1D which provides unlinked axis copies which are set to an explicit min and max value.
- FixedAxisFactory1D(double, double) - Constructor for class com.metsci.glimpse.core.axis.factory.FixedAxisFactory1D
- FixedAxisFactory2D - Class in com.metsci.glimpse.core.axis.factory
-
An AxisFactory2D which provides unlinked axis copies which are set to an explicit min and max value.
- FixedAxisFactory2D(double, double, double, double) - Constructor for class com.metsci.glimpse.core.axis.factory.FixedAxisFactory2D
- FixedAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
-
Draws pre-defined labels at pre-defined locations.
- FixedAxisLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- FixedPixel - com.metsci.glimpse.core.axis.UpdateMode
- fixPlatformQuirks() - Static method in class com.metsci.glimpse.platformFixes.PlatformFixes
- fixWindowsQuirks() - Static method in class com.metsci.glimpse.platformFixes.WindowsFixes
- fixWindowsQuirks(long) - Static method in class com.metsci.glimpse.platformFixes.WindowsFixes
- flag - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- flags(ListenerFlag...) - Static method in interface com.metsci.glimpse.util.var2.ListenerFlag
- FLAGS_CONNECT - Static variable in class com.metsci.glimpse.core.support.shader.line.LinePathData
-
Mask for the CONNECT bit, which indicates whether to draw a line segment from the previous vertex to the current vertex.
- FLAGS_JOIN - Static variable in class com.metsci.glimpse.core.support.shader.line.LinePathData
-
Mask for the JOIN bit, which indicates whether to use a join (e.g.
- flagsBuffer() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- flagsVbo - Variable in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- flagsVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- flagsVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- Flat - Class in com.metsci.glimpse.dnc.convert
- Flat() - Constructor for class com.metsci.glimpse.dnc.convert.Flat
- FLAT - com.metsci.glimpse.core.painter.decoration.BorderPainter.CornerType
- FLAT_AREA_FEATURE - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatFeatureType
- FLAT_DOUBLE_ATTR - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatAttrType
- FLAT_INT_ATTR - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatAttrType
- FLAT_LINE_FEATURE - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatFeatureType
- FLAT_PACKED_STRING_ATTR - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatAttrType
- FLAT_POINT_FEATURE - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatFeatureType
- FLAT_STRING_ATTR - Static variable in class com.metsci.glimpse.dnc.convert.Flat.FlatAttrType
- Flat.FlatAttrType - Class in com.metsci.glimpse.dnc.convert
- Flat.FlatChunkKey - Class in com.metsci.glimpse.dnc.convert
- Flat.FlatFeatureType - Class in com.metsci.glimpse.dnc.convert
- Flat2Query - Class in com.metsci.glimpse.dnc.convert
- Flat2Query() - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query
- Flat2Query.InteriorNode - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.Item - Interface in com.metsci.glimpse.dnc.convert
- Flat2Query.LeafNode - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.LineItem - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.Node - Interface in com.metsci.glimpse.dnc.convert
- Flat2Query.PointItem - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.QueryCache - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.QueryCacheConfig - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.QueryDatabase - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.Tree - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.TreeBuilder - Class in com.metsci.glimpse.dnc.convert
- Flat2Query.TriangleItem - Class in com.metsci.glimpse.dnc.convert
- Flat2Render - Class in com.metsci.glimpse.dnc.convert
- Flat2Render() - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render
- Flat2Render.DncChunkJob - Class in com.metsci.glimpse.dnc.convert
- Flat2Render.DncChunkPriority - Enum in com.metsci.glimpse.dnc.convert
- Flat2Render.RenderCache - Class in com.metsci.glimpse.dnc.convert
- Flat2Render.RenderCacheConfig - Class in com.metsci.glimpse.dnc.convert
- Flat2Render.TransitionalChunk - Class in com.metsci.glimpse.dnc.convert
- Flat2Render.TransitionalDatabase - Class in com.metsci.glimpse.dnc.convert
- Flat2Render.TransitionalGroup - Class in com.metsci.glimpse.dnc.convert
- flatAttrNamesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatAttrsFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- FlatAttrType() - Constructor for class com.metsci.glimpse.dnc.convert.Flat.FlatAttrType
- flatCharsetFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatChecksumFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatChildDirs(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- FlatChunkKey(int, int) - Constructor for class com.metsci.glimpse.dnc.convert.Flat.FlatChunkKey
- flatChunksFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- FlatColorProgram - Class in com.metsci.glimpse.core.support.shader.triangle
-
Applies a flat color to filled triangles.
- FlatColorProgram() - Constructor for class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- FlatColorProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.triangle
- FlatColorStippleProgram - Class in com.metsci.glimpse.core.support.shader.triangle
-
Applies a flat color to filled triangles with 1d stippling.
- FlatColorStippleProgram() - Constructor for class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- FlatColorStippleProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.triangle
- flatCoverageNamesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatCoverageNums - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryDatabase
- flatCoverageNums - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalDatabase
- flatDatabaseNum(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- flatDir - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryDatabase
- flatDir - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalDatabase
- flatDirnamePattern - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatFcodeNamesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatFeatureDelineation(int) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- flatFeaturesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- FlatFeatureType() - Constructor for class com.metsci.glimpse.dnc.convert.Flat.FlatFeatureType
- flatLibrariesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatLibraryNamesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatLibraryNums - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryDatabase
- flatLibraryNums - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalDatabase
- flatParentDir - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- flatParentDir - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- FlatProjection - Class in com.metsci.glimpse.core.support.projection
-
A simple projection which maps a texture onto a rectangle in physical coordinates with bottom-left corner at (minX, minY) and upper-right corner at (maxX, maxY).
- FlatProjection(double, double, double, double) - Constructor for class com.metsci.glimpse.core.support.projection.FlatProjection
- FlatProjection(double, double, double, double, double, double, double, double) - Constructor for class com.metsci.glimpse.core.support.projection.FlatProjection
- FlatProjection(Axis2D) - Constructor for class com.metsci.glimpse.core.support.projection.FlatProjection
- FlatProjection(Axis2D, double, double, double, double) - Constructor for class com.metsci.glimpse.core.support.projection.FlatProjection
- flatRingsFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flatStringsFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flattening - Static variable in class com.metsci.glimpse.util.geo.datum.DatumWgs84.Constants
- flatVerticesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- flip - Variable in class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D.SetDataMutator
- flip - Variable in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- flip - Variable in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D.SetDataMutator
- flipped() - Method in class com.metsci.glimpse.dnc.convert.Vpf.Edge
- flipped(ByteBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
Calls
ByteBuffer.duplicate()
, flips the result, and returns it. - flipped(DoubleBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
Calls
DoubleBuffer.duplicate()
, flips the result, and returns it. - flipped(FloatBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
Calls
FloatBuffer.duplicate()
, flips the result, and returns it. - flipped(IntBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
-
Calls
IntBuffer.duplicate()
, flips the result, and returns it. - Float() - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Float
- Float(int) - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Float
- Float16TextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 16 bit fixed point greyscale values (capped from 0 to 1).
- Float16TextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.Float16TextureProjected2D
- Float16TextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.Float16TextureProjected2D
- FloatingLayoutExample - Class in com.metsci.glimpse.core.examples.layout
-
Demonstrates nesting of one Glimpse plot inside another.
- FloatingLayoutExample() - Constructor for class com.metsci.glimpse.core.examples.layout.FloatingLayoutExample
- floats(float...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create a float[] literal.
- Floats - Interface in com.metsci.glimpse.util.primitives
- FLOATS_PER_BAR - Static variable in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- FLOATS_PER_BAR - Static variable in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- FLOATS_PER_PIXEL - Static variable in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- FLOATS_PER_VERTEX - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- FloatsArray - Class in com.metsci.glimpse.util.primitives
- FloatsArray() - Constructor for class com.metsci.glimpse.util.primitives.FloatsArray
- FloatsArray(float[]) - Constructor for class com.metsci.glimpse.util.primitives.FloatsArray
-
For efficiency, does not clone the array arg.
- FloatsArray(float[], int) - Constructor for class com.metsci.glimpse.util.primitives.FloatsArray
-
For efficiency, does not clone the array arg.
- FloatsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.FloatsArray
- FloatsArray(Floats) - Constructor for class com.metsci.glimpse.util.primitives.FloatsArray
-
Clones the sequence arg.
- floatsEqual(float, float) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
See
Float.equals(Object)
. - FloatsModifiable - Interface in com.metsci.glimpse.util.primitives
- floatsPerRenderLibrary - Static variable in class com.metsci.glimpse.dnc.convert.Render
- FloatTexture1D - Class in com.metsci.glimpse.core.gl.texture
-
A one dimensional texture storing float values.
- FloatTexture1D(int) - Constructor for class com.metsci.glimpse.core.gl.texture.FloatTexture1D
- FloatTexture1D.MutatorFloat1D - Interface in com.metsci.glimpse.core.gl.texture
- FloatTexture2D - Class in com.metsci.glimpse.core.gl.texture
-
A two dimensional texture storing float values.
- FloatTexture2D(double[], double[], int, int, boolean) - Constructor for class com.metsci.glimpse.core.gl.texture.FloatTexture2D
- FloatTexture2D.MutatorFloat2D - Interface in com.metsci.glimpse.core.gl.texture
- FloatTextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 32 bit fixed point values (uncapped).
- FloatTextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
- FloatTextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
- FloatTextureProjected2D.MutatorFloat2D - Interface in com.metsci.glimpse.core.support.texture
- FloatTextureProjected2D.SetDataMutator - Class in com.metsci.glimpse.core.support.texture
- FloralWhite - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
FloralWhite
- flush() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Forces all stored text to be rendered.
- flush() - Method in class com.metsci.glimpse.util.logging.LoggerUtils.LoggingOutputStream
-
upon flush() write the existing contents of the OutputStream to the logger as a log record.
- flush(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Forces all stored text to be rendered.
- flush(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Draws all vertices in this
QuadPipeline
. - flush(GL) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Forces all stored text to be rendered.
- FocusBehavior - Enum in com.metsci.glimpse.core.event.mouse
- font - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
- FontUtils - Class in com.metsci.glimpse.core.support.font
-
Utilities for loading default Glimpse fonts.
- FontUtils() - Constructor for class com.metsci.glimpse.core.support.font.FontUtils
- force() - Method in class com.metsci.glimpse.util.io.MappedFile
- FORCE - Static variable in class com.metsci.glimpse.util.logging.LoggerUtils
-
Log statements with this level are always loggable -- even for loggers set to OFF.
- FOREGROUND_LAYER - Static variable in class com.metsci.glimpse.core.plot.Plot2D
-
A constant for use with
GlimpseLayout.setZOrder(com.metsci.glimpse.painter.base.GlimpsePainter, int)
. - ForestGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
ForestGreen
- format(LatLonGeo) - Method in interface com.metsci.glimpse.util.geo.format.LatLonFormat
- format(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.format.LatLonFormatCompact
- format(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.format.LatLonFormatDegreesMinutesSeconds
- format(String) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- format(String) - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
-
Get formatted String representation.
- format(String) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Get formatted String representation.
- format(String) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Get formatted String representation.
- format(BigDecimal) - Method in interface com.metsci.glimpse.util.units.time.format.TimeStampFormat
- format(BigDecimal) - Method in class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- format(LogRecord) - Method in class com.metsci.glimpse.util.logging.format.Formatter
-
This method should be called via super.format(record) as the first line of any subclass format method.
- format(LogRecord) - Method in class com.metsci.glimpse.util.logging.format.MultilineLogFormatter
- format(LogRecord) - Method in class com.metsci.glimpse.util.logging.format.TerseLogFormatter
- format(LogRecord) - Method in class com.metsci.glimpse.util.logging.format.TerseMethodNameLogFormatter
- format(LogRecord) - Method in class com.metsci.glimpse.util.logging.format.TimestampingLogFormatter
- format(LogRecord) - Method in class com.metsci.glimpse.util.logging.format.TimestampingMethodNameLogFormatter
- formatByteCount(long) - Static method in class com.metsci.glimpse.util.StringUtils
- formatBytesAsHex(byte[]) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- formatDataByteOrder(ByteOrder) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- formatDataType(TopoDataType) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- formatDataUnits(TopoDataUnits) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- formatDeg(String) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- formatRad(String) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- Formatter - Class in com.metsci.glimpse.util.logging.format
-
Base class for Metron logging formatters.
- Formatter() - Constructor for class com.metsci.glimpse.util.logging.format.Formatter
- formatTime(long, TimeStampFormat) - Static method in class com.metsci.glimpse.util.units.time.TimeUtils
- formatTime_ISO8601(long) - Static method in class com.metsci.glimpse.util.units.time.TimeUtils
- forSoundings - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
- forSoundings - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker.DncGeosymLabelMakerEntry
- forSoundings(DncGeosymLabelLocation) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- forward(Datum, LatLonGeo, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Solution of the geodetic direct problem using T.
- FpsHelper - Class in com.metsci.glimpse.core.painter.info
-
Helper data structure for FpsPainter.
- FpsHelper() - Constructor for class com.metsci.glimpse.core.painter.info.FpsHelper
- FpsHelper(float, long, float) - Constructor for class com.metsci.glimpse.core.painter.info.FpsHelper
- FpsPainter - Class in com.metsci.glimpse.core.painter.info
-
Displays an estimate of the current number of times the
GlimpseCanvas
is being redrawn per second. - FpsPainter() - Constructor for class com.metsci.glimpse.core.painter.info.FpsPainter
- fraction - Variable in class com.metsci.glimpse.core.painter.texture.TagState
- fractionShownAsPercentage - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- fragShader_GLSL - Static variable in class com.metsci.glimpse.topo.MercatorTopoProgram
- fragShader_GLSL(boolean) - Static method in class com.metsci.glimpse.topo.EquirectTopoProgram
- FRAME_BACKGROUND_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- FrameArrangement - Class in com.metsci.glimpse.docking.xml
- FrameArrangement() - Constructor for class com.metsci.glimpse.docking.xml.FrameArrangement
- frameArrs - Variable in class com.metsci.glimpse.docking.xml.GroupArrangement
- frameNumOfLastUse - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
- frameNumOfLastUse - Variable in class com.metsci.glimpse.topo.TopoHostTile
- FrameUtils - Class in com.metsci.glimpse.core.support
- FrameUtils() - Constructor for class com.metsci.glimpse.core.support.FrameUtils
- freeDeviceResources(GL) - Method in class com.metsci.glimpse.dnc.IndexSetTexture
- Frequency - Class in com.metsci.glimpse.util.units
- Frequency() - Constructor for class com.metsci.glimpse.util.units.Frequency
- fromArray(double[]) - Static method in class com.metsci.glimpse.util.vector.Vector2d
- fromArray(double[]) - Static method in class com.metsci.glimpse.util.vector.Vector3d
- fromAxisUnits(double) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisUnitConverter
-
Converts from AxisPainter display units to AxisHandler units.
- fromCalendar(Calendar) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a
Calendar
to a TimeStamp. - fromCalendar(Calendar) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromCcwDeg(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- fromCcwRad(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- fromCcwSu(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- fromColorAwt(Color) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromColorHex(String) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromColorHsb(float, float, float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromColorRgb(float, float, float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromColorRgb(int, int, int) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromColorRgba(float, float, float, float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromColorRgba(int, int, int, int) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- fromCSV(BufferedReader) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- fromCwDeg(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- fromCwRad(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- fromCwSu(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- fromDate(Date) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a
Date
to a TimeStamp. - fromDate(Date) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to system-units.
- fromDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from days to system-units.
- fromDeg(double) - Static method in class com.metsci.glimpse.util.units.Angle
- fromDeg(double...) - Static method in class com.metsci.glimpse.util.units.Angle
- fromDeg(double, double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - fromDeg(double, double, double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - fromDeg(double, double, double, Datum) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromDeg(double, double, Datum) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromDeg(int, double, int, double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - fromEastNorth(double, double) - Static method in class com.metsci.glimpse.util.geo.util.DistanceAzimuth
-
Factory method constructs DistanceAzimuth equivalent to combination of given distances East and North.
- fromEnu(Vector3d, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
-
Computes the ECEF-r representation of the given (east,north,up) vector given the underlying projection plane's point of tangency.
- fromEnu(Vector3d, LatLonGeo, Datum) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
based on the given (east,north,up) coordinates in a local tangent plane coordinate system that is tangent to Earth at the given reference point. - fromEnu(Vector3d, LatLonGeo, Datum) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to system-units.
- fromFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from feet to system-units.
- fromHertz(double) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from hertz to system-units.
- fromHertz(double...) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from hertz to system-units.
- fromHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to system-units.
- fromHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to system-units.
- fromHsb(float, float, float, float) - Static method in class com.metsci.glimpse.core.support.color.RGBA
- fromInches(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to system-units.
- fromInches(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to system-units.
- fromIntRGB(int, int, int) - Static method in class com.metsci.glimpse.core.support.color.RGBA
- fromIntRGBA(int, int, int, int) - Static method in class com.metsci.glimpse.core.support.color.RGBA
- fromKilohertz(double) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from kilohertz to system-units.
- fromKilohertz(double...) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from kilohertz to system-units.
- fromKilometers(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kilometers to system-units.
- fromKilometers(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kilometers to system-units.
- fromKiloyards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to system-units.
- fromKiloyards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to system-units.
- fromKnots(double) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from knots to system-units.
- fromKnots(double...) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from knots to system-units.
- fromMathDeg(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- fromMathRad(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- fromMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length meters to system-units.
- fromMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length meters to system-units.
- fromMetersPerSecond(double) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from meters-per-second to system-units.
- fromMetersPerSecond(double...) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from meters-per-second to system-units.
- fromMicroseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from microseconds to system-units.
- fromMicroseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from microseconds to system-units.
- fromMillimeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to system-units.
- fromMillimeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to system-units.
- fromMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to system-units.
- fromMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to system-units.
- fromMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to system-units.
- fromMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to system-units.
- fromMouseEvent(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.newt.GlimpseMouseWrapper
- fromMouseEvent(MouseEvent, GlimpseTargetStack, int, int) - Static method in class com.metsci.glimpse.core.event.mouse.newt.GlimpseMouseWrapper
- fromMouseEvent(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWrapper
- fromMouseEvent(MouseEvent, GlimpseTargetStack, int, int) - Static method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWrapper
- fromMouseWheelEvent(MouseWheelEvent) - Static method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWrapper
- fromMouseWheelEvent(MouseWheelEvent, GlimpseTargetStack, int, int) - Static method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWrapper
- fromNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to system-units.
- fromNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to system-units.
- fromNavDeg(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- fromNavRad(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- fromNewtKeyCode(short) - Static method in class com.metsci.glimpse.core.event.key.newt.GlimpseKeyWrapper
- fromNewtKeyEvent(KeyEvent, GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.event.key.newt.GlimpseKeyWrapper
- fromPosixMicros(long) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a timestamp in posix microseconds to a TimeStamp.
- fromPosixMicros(long) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromPosixMillis(long) - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
-
Converts a time to a value along an Axis1D.
- fromPosixMillis(long) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a timestamp in posix milliseconds to a TimeStamp.
- fromPosixMillis(long) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromPosixNanos(long) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a timestamp in posix nanoseconds to a TimeStamp.
- fromPosixNanos(long) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromPosixSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a timestamp in posix seconds to a TimeStamp.
- fromPosixSeconds(double) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromPosixSeconds(BigDecimal) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a timestamp in posix seconds to a TimeStamp.
- fromPosixSeconds(BigDecimal) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromRad(double) - Static method in class com.metsci.glimpse.util.units.Angle
- fromRad(double...) - Static method in class com.metsci.glimpse.util.units.Angle
- fromRad(double, double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - fromRad(double, double, double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - fromRad(double, double, double, Datum) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromRad(double, double, Datum) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to system-units.
- fromSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to system-units.
- fromString(String) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a
String
to a TimeStamp, usingTimeStamp.defaultFormat
. - fromString(String, TimeStampFormat) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a
String
to a TimeStamp. - fromString(String, TimeStampFormat) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromTimeStamp(TimeStamp) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- fromTimeStamp(TimeStamp) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- fromTimeStamp(TimeStamp) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- fromTimeStamp(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
-
Converts a TimeStamp to a value along an Axis1D.
- fromTimeStamp(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- fromTimeStamp(TimeStamp) - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts a TimeStamp of any subclass to a TimeStamp of the default subclass.
- fromTimeStamp(TimeStamp) - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- fromUnitCovarianceEllipse(double, double, double) - Static method in class com.metsci.glimpse.util.math.stat.BivariateGaussianDistributionUtils
-
Given the parameters defining the unit covariance ellipse for a Bivariate Gaussian distribution centered about the origin, this method returns sigmaX = Sqrt[Var(X)], sigmaY = Sqrt[Var(Y)], and correlation = Cov(X,Y) / (sigmaX sigmaY) for this probability distribution.
- fromUnitVectorAndLength(double, double, double, double) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to system-units.
- fromWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to system-units.
- fromXyz(double, double, double) - Static method in class com.metsci.glimpse.util.geo.LatLonRect
- fromYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to system-units.
- fromYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to system-units.
- fs - Variable in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
- Function1DPainter(Axis2D, FunctionPlotExample.Function1D) - Constructor for class com.metsci.glimpse.core.examples.plot.FunctionPlotExample.Function1DPainter
- FunctionPlotExample - Class in com.metsci.glimpse.core.examples.plot
-
Demonstrates construction of a simple Glimpse plot without the labeled axes, a plot title, or any of the other extras which other Glimpse plots provide.
- FunctionPlotExample() - Constructor for class com.metsci.glimpse.core.examples.plot.FunctionPlotExample
- FunctionPlotExample.Function1D - Interface in com.metsci.glimpse.core.examples.plot
- FunctionPlotExample.Function1DPainter - Class in com.metsci.glimpse.core.examples.plot
- futureViewIds(DockingGroupBase, GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ViewPlacementUtils
-
Returns the set of viewIds which don't currently exist, but do appear in the plan.
G
- g - Variable in class com.metsci.glimpse.core.support.color.RGBA
- g - Variable in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils.ValueAndColor
- Gainsboro - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Gainsboro
- gapSize - Variable in class com.metsci.glimpse.docking.SplitPane
- gcDataBuffer() - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
-
Reclaims direct host memory used to move track vertices between the host and device.
- genBuffer(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- genBuffers(GL, int) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- GeneralUtils - Class in com.metsci.glimpse.util
-
This class holds miscellaneous static methods that are simple but broadly useful.
- generate(File, Iterable<Polygon>) - Static method in class com.metsci.glimpse.extras.examples.charts.shoreline.ShorelineTiler
- generateBufferedImage() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- generateData(int, int) - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- generateData1(float[], float[], int) - Static method in class com.metsci.glimpse.core.examples.plot.LinePlotExample
- generateData1(float[], int) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- generateData2(float[], float[], int) - Static method in class com.metsci.glimpse.core.examples.plot.LinePlotExample
- generateData2(float[], int) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- generateData3(float[], int) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- Generator - Interface in com.metsci.glimpse.util.math.stochastic
- GenericProjection - Class in com.metsci.glimpse.core.support.projection
-
An alternative means of specifying a general projection.
- GenericProjection(double[][], double[][]) - Constructor for class com.metsci.glimpse.core.support.projection.GenericProjection
- GenericProjectionExample - Class in com.metsci.glimpse.core.examples.projection
-
Demonstrates the ability to provide an array of arbitrary data coordinates to use to position a Glimpse texture.
- GenericProjectionExample() - Constructor for class com.metsci.glimpse.core.examples.projection.GenericProjectionExample
- GenericSorting - Class in com.metsci.glimpse.util.primitives.algorithms
-
QuickSort and MergeSort with free-form Comparator and Swapper classes allowing parallel arrays to be sorted simultaneously.
- GenericSorting.Comparator - Interface in com.metsci.glimpse.util.primitives.algorithms
- GenericSorting.Swapper - Class in com.metsci.glimpse.util.primitives.algorithms
- genTexture(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- genTextures(GL, int) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- genVertexAttributeArray(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- geocentricToGeodetic(double, double) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Projects a geocentric latitude onto a geodetic latitude using a ray through the center of the sphere.
- geodeticToGeocentric(double, double) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Projects a geodetic latitude onto a geocentric latitude using a ray through the center of the spheroid.
- geomShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- geomShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- geomShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- geomShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- GeoProjection - Interface in com.metsci.glimpse.util.geo.projection
-
Interface for projections from LatLonGeo to two coordinates (x, y).
- GeoReprojection - Class in com.metsci.glimpse.core.support.projection
- GeoReprojection(Projection, GeoProjection, GeoProjection, double) - Constructor for class com.metsci.glimpse.core.support.projection.GeoReprojection
-
Builds a projection which maps a texture which was rendered in one GeoProjection space into another GeoProjection space.
- geosymAssignment - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- geosymAssignment - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- geosymAssignments - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- geosymAssignmentsFilename - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
-
See
DncGeosymIo.readDncSymbolAssignments(String)
for a list of supported values. - geosymAttrExprsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymCodesFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymFullAssignmentsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymLabelJoinsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymLabelLocationsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymSimplifiedAssignmentsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymSvgDpi - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
-
The SVG coordinates were generated in 1/100th pixel units assuming this DPI.
- geosymTextAbbreviationsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymTextStylesFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- geosymTransparentLandAssignmentsFile - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- GestureWrapper<I> - Class in com.metsci.glimpse.core.event.touch
-
Dispatches touch events and converts them into GlimpseGestureEvents.
- GestureWrapper(GlimpseCanvas) - Constructor for class com.metsci.glimpse.core.event.touch.GestureWrapper
- get() - Method in interface com.metsci.glimpse.util.concurrent.TerminationFlag
- get() - Method in class com.metsci.glimpse.util.concurrent.TerminationFlagImpl
- get() - Method in interface com.metsci.glimpse.util.ThrowingSupplier
- get(int) - Method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop
- get(int) - Method in class com.metsci.glimpse.topo.TopoLevelSet
- get(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- get(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- get(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- get(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- get(long) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- get(long, boolean, long, boolean) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- get(long, long) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- get(GL) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderers
-
Creates a
GlyphRenderer
based on the current OpenGL context. - get(GL) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderers
-
Creates a
GlyphRenderer
based on the current OpenGL context. - get(GL, int) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelines
-
Creates a
QuadPipeline
based on the current OpenGL context. - get(TimeStamp) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- get(TimeStamp, boolean, TimeStamp, boolean) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- get(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- get(Font, TextRenderer.RenderDelegate, FontRenderContext, Character.UnicodeBlock) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducers
-
Creates a
GlyphProducer
based on a range of characters. - get(String) - Static method in class com.metsci.glimpse.core.support.color.WebColors
- get(K) - Method in class com.metsci.glimpse.core.support.PainterCache
- get(K) - Method in class com.metsci.glimpse.util.var.DisposableGroupMap
- getAbsoluteMax() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getAbsoluteMin() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getAll() - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getAllConstraints() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- getAllGroups() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getAllPlots() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getAllTileKeys() - Method in class com.metsci.glimpse.topo.ShadedReliefTileCache
- getAllTimePlots() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Returns only the TimePlotInfo handles for plotting areas created with
#createTimePlot(String)
. - getAllX() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getAllY() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getAltitude() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getAncestorOfClass(Class<? extends T>, Component) - Static method in class com.metsci.glimpse.docking.DockingUtils
- getAngle() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
-
The angle of the pinch in MATH RADIANS.
- getAngle() - Method in class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
-
The angle of the swipe, in MATH RADIANS.
- getAnnotationPainter() - Method in class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- getAppConfigPath(String, String) - Static method in class com.metsci.glimpse.util.AppConfigUtils
- getArrowSize() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- getArrowSpacing() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- getAscent() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- getAsDouble(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- getAsDouble(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- getAsDouble(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- getAsDouble(int) - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- getAttribute(String) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- getAttributeFloat(String) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- getAttributionPainter() - Method in class com.metsci.glimpse.charts.slippy.SlippyMapPainter
- getAttrs() - Method in class com.metsci.glimpse.dnc.DncFeature
- getAxis() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- getAxis() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- getAxis() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getAxis() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxis(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- getAxis(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- getAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- getAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- getAxis(TargetStackMatcher) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- getAxis(TargetStackMatcher) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- getAxis(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getAxis1D() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTapGestureEvent
- getAxis1D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getAxis1D(GlimpseContext) - Static method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- getAxis2D() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTapGestureEvent
- getAxis2D() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getAxis2D(GlimpseContext) - Static method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- getAxis2D(String, String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getAxisCoordinatesX() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getAxisCoordinatesY() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getAxisFactory() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- getAxisFactory() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- getAxisFactoryX(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.axis.factory.AxisFactory2D
- getAxisFactoryX(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.factory.ConditionalAxisFactory2D
- getAxisFactoryX(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- getAxisFactoryX(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.factory.FixedAxisFactory2D
- getAxisFactoryY(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.axis.factory.AxisFactory2D
- getAxisFactoryY(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.factory.ConditionalAxisFactory2D
- getAxisFactoryY(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- getAxisFactoryY(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.factory.FixedAxisFactory2D
- getAxisInfo(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getAxisLabel() - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getAxisLabel(Axis1D) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.HdrAxisLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.LatLonAxisLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getAxisLabel(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getAxisLabelPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- getAxisLabelPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRightYAxisPainter
- getAxisLabelPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRotatedRightYAxisPainter
- getAxisLabelPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
- getAxisLabelPositionY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- getAxisLabelPositionY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericTopXAxisPainter
- getAxisLabelPositionY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
- getAxisPainter() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getAxisPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- getAxisPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getAxisPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getAxisPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getAxisPainterDelegate() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- getAxisPainterRightY() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getAxisPainterTopX() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getAxisPainterX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxisPainterY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxisPainterZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxisUnitConverter() - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
- getAxisUnitConverter() - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- getAxisUnitConverter() - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- getAxisUnitConverter() - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getAxisUnitConverter() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getAxisUnitConverter() - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getAxisUnits() - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getAxisX() - Method in class com.metsci.glimpse.core.axis.Axis2D
- getAxisX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxisY() - Method in class com.metsci.glimpse.core.axis.Axis2D
- getAxisY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxisZ() - Method in class com.metsci.glimpse.core.axis.Axis3D
- getAxisZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getAxisZ() - Method in class com.metsci.glimpse.core.plot.TaggedColorAxisPlot2D
- getAzimuth() - Method in class com.metsci.glimpse.util.geo.util.DistanceAzimuth
- getAzimuth() - Method in class com.metsci.glimpse.util.geo.util.PositionAzimuth
- getAzimuth(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getAzimuth(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- getAzimuth(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84Fast
- getAzimuthFrom(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getAzimuthFrom(LatLonGeo, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getAzimuthTo(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getAzimuthTo(LatLonGeo, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getBackgroundColor() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getBackgroundColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getBackgroundColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getBackgroundColor(Event, EventPlotInfo, boolean) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- getBackgroundPainter() - Method in class com.metsci.glimpse.core.plot.EmptyPlot2D
- getBackgroundPainter() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getBackgroundPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getBackgroundPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getBackgroundPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getBackingStore() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
- getBaseLayout() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Returns the base
GlimpseLayout
. - getBaseLayout() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getBaseLayout() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getBaseLayout() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getBaseline(int, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getBathymetryPainter() - Method in class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- getBinSize() - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- getBinSize() - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- getBinStart() - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- getBinStart() - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- getBitstreamVeraSansBold(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansBold(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansBoldItalic(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansBoldItalic(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansItalic(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansItalic(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansPlain(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBitstreamVeraSansPlain(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getBlack() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getBlack(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getBlue() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getBlue(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getBooleanProperty(String, boolean) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- getBorderColor() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getBorderColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getBorderColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getBorderColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getBorderColor(Event, EventPlotInfo, boolean) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- getBorderPainter() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getBorderPainter() - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- getBorderPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- getBorderPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getBorderPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getBorderPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getBorderSize() - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- getBorderSize() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- getBorderSize() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getBorderThickness() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getBorderThickness() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getBorderThickness(Event, EventPlotInfo, boolean) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- getBounds() - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
- getBounds() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- getBounds() - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- getBounds() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- getBounds() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getBounds() - Method in interface com.metsci.glimpse.docking.DockingWindow
- getBounds(GlimpseContext) - Static method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- getBounds(GlyphVector, FontRenderContext) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- getBounds(GlyphVector, FontRenderContext) - Method in interface com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
-
Computes the bounds of a glyph relative to the origin.
- getBounds(CharSequence) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Determines the bounding box of a character sequence.
- getBounds(CharSequence, Font, FontRenderContext) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- getBounds(CharSequence, Font, FontRenderContext) - Method in interface com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
-
Computes the bounds of a character sequence relative to the origin.
- getBounds(String) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Determines the bounding box of a string.
- getBounds(String, Font, FontRenderContext) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- getBounds(String, Font, FontRenderContext) - Method in interface com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
-
Computes the bounds of a string relative to the origin.
- getBoundsList() - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
- getBoundsList() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- getBoundsList() - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- getBreakOnEol() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
Whether to force a break on the end of line characters (\r \f \n).
- getBreakOnEol() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
-
Whether to force a break on the end of line characters (\r \f \n).
- getBufferedHeight() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getBufferedHeight() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getBufferedWidth() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getBufferedWidth() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getBufferX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getBufferX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getBufferY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getBufferY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getButtons() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getCachedBounds(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getCaller() - Static method in class com.metsci.glimpse.util.StackTraceUtils
-
Name of caller for debug/trace/logging purposes.
- getCallers(int) - Static method in class com.metsci.glimpse.util.StackTraceUtils
-
Names of callers for debug/trace/logging purposes.
- getCallersCompact(int) - Static method in class com.metsci.glimpse.util.StackTraceUtils
-
Names of callers for debug/trace/logging purposes.
- getCanvas() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getCartoMap(GeoProjection, boolean, boolean) - Static method in class com.metsci.glimpse.charts.slippy.SlippyPainterFactory
- getCartoMap(GeoProjection, Path, boolean, boolean) - Static method in class com.metsci.glimpse.charts.slippy.SlippyPainterFactory
- getCenterAxis() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getCenterAxisX() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getCenterAxisY() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getCenterX() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getCenterX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getCenterX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- getCenterX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getCenterX() - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getCenterY() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getCenterY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getCenterY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- getCenterY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getCenterY() - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getCharWidth(char) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Determines the pixel width of a character.
- getChild(Object, int) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- getChildA() - Method in class com.metsci.glimpse.docking.SplitPane
- getChildB() - Method in class com.metsci.glimpse.docking.SplitPane
- getChildCount(Object) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- getChildPlots() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- getChildPlots() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- getChildren() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getChildren(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- getChunk(DncChunks.DncChunkKey, Function<DncChunks.DncChunkKey, Flat2Render.DncChunkPriority>, Consumer<Render.RenderChunk>) - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- getChunk(DncChunks.DncChunkKey, Function<DncChunks.DncChunkKey, Flat2Render.DncChunkPriority>, Consumer<DncTree>) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCache
- getCircleStippleFactor() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getCircleStipplePattern() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getClickCount() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getClippedBounds(GlimpseContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- getColor() - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- getColor() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- getColor(int, int, float[]) - Method in class com.metsci.glimpse.core.gl.texture.ColorTexture1D.Builder
- getColor(int, int, float[]) - Method in class com.metsci.glimpse.core.gl.texture.ColorTexture1D.ColorGradientBuilder
- getColor(String) - Method in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- getColor(String) - Method in interface com.metsci.glimpse.core.support.settings.LookAndFeel
- getColorBarMaxX(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- getColorBarMaxX(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- getColorBarMaxY(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- getColorBarMinX(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- getColorBarMinX(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- getColorBarMinY(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- getColorModel() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getColorScale() - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- getColorTexture() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getColumnCount() - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- getColumnName(int) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- getCommonAxis() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Returns the common axis shared by all the plots in a StackedPlot2D.
- getCommonAxis() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getCommonAxis() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getCommonAxis() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getCommonAxis() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getCommonAxis() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getCommonAxis() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getCommonAxis(Axis2D) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getCommonAxis(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Returns the common axis associated with the given GlimpseTargetStack.
- getCommonAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getCommonAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getCommonAxis(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getCommonAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getCommonAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getComparator() - Static method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getComponent() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getComponentCount() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getComponents() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getComponetType(boolean) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getConstraints(Component) - Method in class com.metsci.glimpse.docking.SplitPane
- getContainingTargets(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- getContainingTargets(I) - Method in class com.metsci.glimpse.core.event.touch.GestureWrapper
- getContourPainter() - Method in class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- getCoordsX() - Method in class com.metsci.glimpse.charts.bathy.ContourData
- getCoordsY() - Method in class com.metsci.glimpse.charts.bathy.ContourData
- getCopiedData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- getCopiedData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- getCopiedData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- getCopiedData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- getCount() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- getCovariance() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- getCrosshairPainter() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getCrosshairPainter() - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- getCurrentBounds(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- getCyan() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getCyan(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getData() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getData() - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- getDataAxisMouseListener() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getDataAxisMouseListener() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getDataAxisMouseListener() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getDataPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getDataPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getDataPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getDataTexture() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getDataValue(double, double) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getDataValue(int, int) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getDayFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getDayMonthYearFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getDayStructFactory() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getDefaultBold(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getDefaultBoldItalic(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getDefaultDpi() - Static method in class com.metsci.glimpse.core.support.DpiUtils
-
Get the default pixels-per-inch value.
- getDefaultEventBackgroundColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getDefaultEventBorderColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getDefaultEventBorderThickness() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getDefaultGLProfile() - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- getDefaultIconId() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getDefaultIconSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getDefaultItalic(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getDefaultPlain(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getDefaultSize() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- getDefaultTimeline() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getDefaultWindowTitle(String, DockingWindow, boolean) - Static method in class com.metsci.glimpse.docking.DockingWindowTitlers
- getDelayMillis() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- getDescent() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- getDesktopTextScaling() - Static method in class com.metsci.glimpse.tinylaf.TinyLafUtils
-
Gets the text-scaling parameter which is often used to adjust for HiDPI displays on Windows and Linux.
- getDimension() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getDimension() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getDimension() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getDimension() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- getDimensionSize(int) - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- getDimensionSize(int) - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Given a dimension index (0, 1, or 2) returns the number of data elements in the texture along that dimension.
- getDimensionSize(int) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getDirectBufferAddress(Object) - Static method in class com.metsci.glimpse.util.io.MappedFile
- getDistance() - Method in class com.metsci.glimpse.util.geo.util.DistanceAzimuth
- getDistance(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getDistance(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- getDistance(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84Fast
- getDistanceAzimuth(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getDistanceAzimuth(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- getDistanceAzimuthTo(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getDistanceAzimuthTo(LatLonGeo, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getDistanceTo(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getDistanceTo(LatLonGeo, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getDistanceX_SU(double) - Method in class com.metsci.glimpse.charts.shoreline.LandVertex
-
Returns signed east-west distance from this vertex to the given longitude.
- getDistanceX_SU(LandVertex) - Method in class com.metsci.glimpse.charts.shoreline.LandVertex
- getDistanceY_SU(double) - Method in class com.metsci.glimpse.charts.shoreline.LandVertex
-
Returns signed north-south distance from this vertex to the given latitude.
- getDistanceY_SU(LandVertex) - Method in class com.metsci.glimpse.charts.shoreline.LandVertex
- getDividerColor() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- getDividerColor() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- getDividerColor() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- getDockingArrangementFile(String) - Static method in class com.metsci.glimpse.docking.DockingUtils
- getDpi() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Returns the ratio of pixels-per-inch for this canvas.
- getDpi() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getDPI() - Method in interface com.metsci.glimpse.core.context.GlimpseContext
- getDPI() - Method in class com.metsci.glimpse.core.context.GlimpseContextImpl
- getDuration() - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- getDuration() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getDx() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- getDy() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- getEccentricity() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getEccentricitySquared() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getEndTheta() - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getEndTime() - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- getEndTime() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getEndTimeComparator() - Static method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getEndTimeMillis(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventIntervalQuadTree
- getEndTimeMillis(V) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getEndTimeStamp() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getEndValue() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- getEndValueWrapped() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- getEpoch() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getEpoch() - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getEpoch() - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- getEpoch() - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- getEpoch() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getEpoch() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getEquatorialRadius() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getEvent() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- getEvent() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventDrawInfo
- getEvent(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getEvent(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventBounds(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getEventBounds(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventCount() - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- getEventCount() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Gets the number of aggregated events that make up this event.
- getEventLayout() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventManager() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventPadding() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventPainter() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getEventPainter() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventPainter() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getEventPlot(Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Returns the event plot handle for the plot identified via its unique string identifier.
- getEventPlotInfo() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getEventPlotInfo() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getEventSelectionHander() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Returns the common EventSelectionHandler shared between all
EventPlotInfo
sub-plots for this StackedTimePlot2D. - getEventSelectionHandler() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getFileDescriptorForMapping(RandomAccessFile) - Static method in class com.metsci.glimpse.util.io.MappedFile
- getFilenameExtension(String) - Static method in class com.metsci.glimpse.util.StringUtils
-
Get the extension of a file.
- getFillShape(LandShape.VertexConverter) - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- getFixedWidth() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- getFlattening() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getFloat(String) - Method in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- getFloat(String) - Method in interface com.metsci.glimpse.core.support.settings.LookAndFeel
- getFocused() - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- getFont() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Determines the font this
TextRenderer
is using. - getFont() - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- getFont(String) - Method in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- getFont(String) - Method in interface com.metsci.glimpse.core.support.settings.LookAndFeel
- getFontRenderContext() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
- getFontRenderContext() - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Returns the font render context used for text size computations by this
GlyphCache
. - getFPSStartTime() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getFrameCount() - Method in class com.metsci.glimpse.core.painter.info.FpsHelper
- getFrameExtendedState(boolean, boolean) - Static method in class com.metsci.glimpse.docking.DockingUtils
- getFrameExtendedState(FrameArrangement) - Static method in class com.metsci.glimpse.docking.DockingUtils
- getFullOverlayLayout() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getGenerator() - Method in interface com.metsci.glimpse.util.math.stochastic.StochasticEngine
- getGenerator() - Method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp
- getGenerator() - Method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineMersenne
- getGeoProjection() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getGeoRange(double, double, double, double) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- getGeoRange(double, double, double, double) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
-
Returns all Points within the given bounding box in axis coordinates (regardless of time stamp).
- getGeoRange(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- getGL() - Method in interface com.metsci.glimpse.core.context.GlimpseContext
- getGL() - Method in class com.metsci.glimpse.core.context.GlimpseContextImpl
- getGL3(GlimpseContext) - Static method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- getGLContext() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getGLContext() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
- getGLContext() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getGLContext() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getGLContext() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getGLContext() - Method in interface com.metsci.glimpse.core.context.GlimpseContext
- getGLContext() - Method in class com.metsci.glimpse.core.context.GlimpseContextImpl
- getGLContext() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- getGLDrawable() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getGLDrawable() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
- getGLDrawable() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getGLDrawable() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getGLDrawable() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getGLExtensions(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGlimpseContext() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- getGlimpseContext() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
- getGlimpseContext() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getGlimpseContext() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getGlimpseContext() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getGlimpseGestureListeners() - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- getGlimpseGestureListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- getGlimpseGestureListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- getGlimpseKeyListeners() - Method in interface com.metsci.glimpse.core.event.key.Keyable
- getGlimpseKeyListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getGlimpseMouseListeners() - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- getGlimpseMouseListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getGlimpseMouseMotionListeners() - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- getGlimpseMouseMotionListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getGlimpseMouseWheelListeners() - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- getGlimpseMouseWheelListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getGlimpseTexture() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- getGlimpseTouchListeners() - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- getGlimpseTouchListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- getGlimpseTouchListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- getGLMaxElementsIndices(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGLMaxElementsVertices(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGLMaxGeometryShaderOutput(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
-
Returns the maximum number of components of outputs written by a geometry shader, which must be at least 128
- getGLMaxTextureBufferSize(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
-
The value gives the maximum number of texels allowed in the texel array of a texture buffer object.
- getGLMaxTextureEdgeLength(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
-
The value gives a rough estimate of the largest texture that the GL can handle.
- getGLMaxVertexAttributes(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
-
Returns the maximum number of 4-component generic vertex attributes accessible to a vertex shader.
- getGLProfile() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getGLProfile() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
- getGLProfile() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getGLProfile() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getGLProfile() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getGLRendererString(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGLShaderVersionString(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGLTextureDim(int) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- getGLTextureUnit(int) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- getGLVendorString(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGLVersionString(GL) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- getGLWindow() - Method in interface com.metsci.glimpse.core.canvas.NewtGlimpseCanvas
- getGLWindow() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getGray() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getGray(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getGreen() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getGreen(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getGridPainter() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getGridPainter() - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- getGridPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getGridPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getGridPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getGroupById(Object) - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getGroupId() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- getHandles() - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- getHandles() - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Returns the OpenGL handle to the texture data.
- getHandles() - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getHead(Handler) - Method in class com.metsci.glimpse.util.logging.format.MultilineLogFormatter
- getHeader() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getHeight() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getHeight() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- getHeight() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getHeight() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getHeight() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- getHeight() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getHeightStep() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getHorizontalPadding() - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- getHorizontalPosition() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getHorizontalScreenDPI() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getHourDayMonthFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getHourMinuteFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getHourStructFactory() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getIconEndTime() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
-
Returns the timestamp associated with the right hand side of the icon.
- getIconId() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getIconId() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- getIconIndex() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- getIconSize() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- getIconSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getIconSizePerpPixels(Event, EventPlotInfo, int) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- getIconSpacing() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- getIconStartTime() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
-
Returns the timestamp associated with the left hand side of the icon.
- getId() - Method in class com.metsci.glimpse.core.painter.track.Point
- getId() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getId() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Gets the unique identifier assigned to this plot.
- getId() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getId() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getId() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
An Event's id may be any Object, but its
Event.equals(Object)
andEvent.hashCode()
methods should be properly implemented and it should be unique among the Events of anEventPlotInfo
timeline. - getId() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getId() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getId() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- getId() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getImage() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getImageData(Object) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Returns information about an image in the TextureAtlas.
- getImageDrawer() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- getImageHeight() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getImageWidth() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getIndentLevel() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- getIndentLevel() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getIndentLevel() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getIndentSize() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getIndex() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- getIndex() - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
- getIndexOfChild(Object, Object) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- getIndicator() - Method in class com.metsci.glimpse.docking.LandingRegions.BesideExistingTile
- getIndicator() - Method in class com.metsci.glimpse.docking.LandingRegions.EdgeOfDockingPane
- getIndicator() - Method in class com.metsci.glimpse.docking.LandingRegions.InEmptyDockingPane
- getIndicator() - Method in class com.metsci.glimpse.docking.LandingRegions.InExistingTile
- getIndicator() - Method in class com.metsci.glimpse.docking.LandingRegions.InNewWindow
- getIndicator() - Method in interface com.metsci.glimpse.docking.LandingRegions.LandingRegion
- getIndicator() - Method in class com.metsci.glimpse.docking.LandingRegions.LastInExistingTile
- getInsets() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- getInsideTextColor() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getInstance() - Static method in class com.metsci.glimpse.util.math.fast.FastAcos
- getInstance() - Static method in class com.metsci.glimpse.util.math.fast.FastAsin
- getInstance() - Static method in class com.metsci.glimpse.util.math.fast.FastAtan
- getInstance() - Static method in class com.metsci.glimpse.util.math.fast.FastErfInverse
- getInstance() - Static method in class com.metsci.glimpse.util.math.fast.FastGaussian
- getInstance() - Static method in class com.metsci.glimpse.util.math.fast.FastLog
- getIntAlpha() - Method in class com.metsci.glimpse.core.support.color.RGBA
- getIntBlue() - Method in class com.metsci.glimpse.core.support.color.RGBA
- getInterior(long, boolean, long, boolean) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getInterior(long, long) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getInterior(TimeStamp, boolean, TimeStamp, boolean) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getInterior(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getIntGreen() - Method in class com.metsci.glimpse.core.support.color.RGBA
- getIntRed() - Method in class com.metsci.glimpse.core.support.color.RGBA
- getIterator() - Method in class com.metsci.glimpse.core.support.polygon.Polygon
- getKey() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- getKeyTarget(GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.event.key.KeyWrapper
- getLabel() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getLabelBorderPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getLabelBorderPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getLabelBorderPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getLabelColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getLabelHandler() - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- getLabelHandlerX() - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- getLabelHandlerX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLabelHandlerY() - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- getLabelHandlerY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLabelHandlerZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLabelLayout() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
-
The layout which aligns to the label section of the timeline rows.
- getLabelLayout() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getLabelLayout() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getLabelLayout() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getLabelPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getLabelPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getLabelPainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getLabelSize() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getLabelText() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- getLabelText() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- getLabelText(Object, DncGeosymTextStyle, boolean) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker.DncGeosymLabelMakerEntry
- getLabelText(Function<String, Object>) - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker.DncGeosymLabelMakerEntry
- getLandBox() - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- getLastFPS() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getLastFpsEstimate() - Method in class com.metsci.glimpse.core.painter.info.FpsHelper
- getLastFPSPeriod() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getLastFPSUpdateTime() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getLatDeg() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getLatRad() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getLayout() - Method in class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- getLayout() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getLayout() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getLayout() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Returns the
GlimpseAxisLayout2D
for this plot. - getLayout() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getLayout() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getLayout() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getLayoutByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getLayoutByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getLayoutByKey(Object) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- getLayoutCenter() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getLayoutCenter() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getLayoutCenter() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLayoutCenter() - Method in class com.metsci.glimpse.core.support.popup.MultiAxisPlot2DWithPopup
- getLayoutCenterMouseListener() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getLayoutData() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getLayoutData() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- getLayoutData() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getLayoutData() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getLayoutHashCode() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getLayoutList() - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- getLayoutManager() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getLayoutManager() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getLayoutManager() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLayoutManager() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getLayoutPainterRightY() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getLayoutPainterTopX() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- getLayoutTitle() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLayoutX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLayoutY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLayoutZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getLeafAt(Axis2D, double, double) - Method in class com.metsci.glimpse.core.painter.treemap.AbstractTreeMapPainter
- getLeafColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getLength() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getLevel(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Gets the level in the tree, root is 0 and the level increases from there.
- getLevelRecursive(Logger) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Traverses parents to find effective log level.
- getLine(int) - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- getLineHeight() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- getLinePath() - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- getLines() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- getLineSpacing() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
The spacing between the bottom (descent) of one line of text to the top (ascent) of the next line.
- getLineSpacing() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
-
The spacing between the bottom (descent) of one line of text to the top (ascent) of the next line.
- getLineStyle() - Method in class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- getLineWidth() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getLinkId() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getLocalEast() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
-
The vector (in ECEF-r coordinates) corresponding to traveling East on the tangent plane.
- getLocalNorth() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
-
The vector (in ECEF-r coordinates) corresponding to traveling North on the tangent plane.
- getLocations() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- getLocationX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getLocationX() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getLocationY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getLocationY() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getLock() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getLockedAspectAxis() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getLockedAspectRatio() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getLockMax() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getLockMin() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getLogger(Class<?>) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Convenience wrapper around
Logger.getLogger(String)
. - getLonDeg() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getLonRad() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- getMagenta() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getMagenta(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getMatching(TargetStackMatcher) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- getMax() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getMax() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- getMax() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- getMax() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContUniform
- getMaxAggregatedEventGapSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getMaxAggregatedGroupSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getMaxGLTextureSize(GL) - Static method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getMaxIconRows() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- getMaxIconRows() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultGroupedEventPainter
- getMaximizedLeaf() - Method in class com.metsci.glimpse.docking.MultiSplitPane
- getMaximumHeight(int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getMaximumWidth(int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getMaxLevel() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getMaxRadius() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getMaxRange() - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getMaxSpan() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getMaxTimeSpan() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getMaxX() - Method in class com.metsci.glimpse.core.axis.Axis2D
- getMaxX() - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- getMaxX() - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- getMaxX() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
Gets the maximum X coordinate of the text bounding box.
- getMaxX() - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getMaxY() - Method in class com.metsci.glimpse.core.axis.Axis2D
- getMaxY() - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- getMaxY() - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- getMaxY() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
Gets the maximum y coordinate of the text bounding box.
- getMaxY() - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getMaxZ() - Method in class com.metsci.glimpse.core.axis.Axis3D
- getMean() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- getMin() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getMin() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- getMin() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- getMin() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContUniform
- getMinContentHeight() - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- getMinimumHeight(int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getMinimumTextDisplayWidth() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultGroupedEventPainter
- getMinimumWidth(int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getMinorTickPositions(double[]) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
-
Provides the positions of minor tick marks.
- getMinorTickPositions(double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- getMinorTickPositions(double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- getMinorTickPositions(double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getMinorTickPositions(double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getMinorTickPositions(double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getMinRange() - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getMinSpan() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getMinTimeSpan() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getMinX() - Method in class com.metsci.glimpse.core.axis.Axis2D
- getMinX() - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- getMinX() - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- getMinX() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
Gets the minimum X coordinate of the text bounding box.
- getMinX() - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getMinY() - Method in class com.metsci.glimpse.core.axis.Axis2D
- getMinY() - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- getMinY() - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- getMinY() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
Gets the minimum Y coordinate of the text bounding box.
- getMinY() - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getMinZ() - Method in class com.metsci.glimpse.core.axis.Axis3D
- getModalBlockedStatus(InputEvent) - Static method in class com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils
-
WARNING: This method relies on implementation details of both NEWT and AWT.
- getMode() - Method in class com.metsci.glimpse.core.gl.texture.FloatTexture2D
- getMode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- getModifierKeys(int) - Static method in class com.metsci.glimpse.core.event.mouse.newt.GlimpseMouseWrapper
- getModifierKeys(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.newt.GlimpseMouseWrapper
- getModifierKeys(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWrapper
- getModifiers() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- getModifiers() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getMonthFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getMonthStructFactory() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getMonthYearFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getMouseButtons(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.newt.GlimpseMouseWrapper
- getMouseButtons(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWrapper
- getMouseListener() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getMouseValue() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getName() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getName() - Method in interface com.metsci.glimpse.core.axis.tagged.Constraint
- getName() - Method in class com.metsci.glimpse.core.axis.tagged.NamedConstraint
- getName() - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- getName() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getNearestEvent(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getNearestEvent(Set<EventSelection>, GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getNearestEvents(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getNearestPoint(Axis2D, double, double, int) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
-
Returns the closest point to the cursor position.
- getNearestPoint(Axis2D, int, int, int) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
-
Returns the closest point to the cursor position.
- getNearestPoint(GlimpseMouseEvent, int) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
-
Returns the closest Point to the mouse position specified in the given GlimpseMouseEvent.
- getNearestVisibleEvents(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- getNeCorner() - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- getNextEvent() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventDrawInfo
- getNormalBounds() - Method in interface com.metsci.glimpse.docking.DockingWindow
-
Returns the bounds the window would have in a "normal" state -- neither maximized nor iconified.
- getNormalBounds() - Method in class com.metsci.glimpse.docking.group.dialog.DockingDialog
- getNormalBounds() - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- getnSectors() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getNumDimension() - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- getNumDimension() - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Returns whether the texture is a 1-dimensional, 2-dimensional, or 3-dimensional texture.
- getNumDimension() - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getNumPainters() - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- getNumSamples() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- getNumTouches() - Method in class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
- getOffset_x() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getOffset_y() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getOpenGLTexture() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- getOpenStreetMaps(GeoProjection) - Static method in class com.metsci.glimpse.charts.slippy.SlippyPainterFactory
- getOpenStreetMaps(GeoProjection, Path) - Static method in class com.metsci.glimpse.charts.slippy.SlippyPainterFactory
- getOrCreateEventBounds(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getOrCreateId(Object2IntMap<K>, K) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- getOrder() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getOrder() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- getOrder() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getOrder() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getOrientation() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getOrientation() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getOrthogonalAxis() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Returns the data axis associated with this plot.
- getOrthogonalAxis() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getOrthogonalAxis() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getOrthogonalAxis(Axis2D) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getOrthogonalAxis(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Returns the data axis associated with the given GlimpseTargetStack.
- getOrthogonalAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getOrthogonalAxis(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getOutsideTextColor() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getOverlapping(V) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getOverlappingEvents(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- getOverlapRenderingMode() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getOverlapTime(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getOverlayLayout() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
StackedTimePlot2D provides a GlimpseAxisLayout1D which stretches over all the underlying plots and timeline.
- getOverlayLayoutOffsetX() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getOverlayLayoutOffsetX() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getOverlayLayoutOffsetX() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getOverlayLayoutOffsetX2() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getOverlayLayoutOffsetY() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getOverlayLayoutOffsetY2() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getOverlayLayoutOffsetY2() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getOverlayLayoutOffsetY2() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getPainterByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getPainterByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getPainterByKey(Object) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- getPainterByKey(Object) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- getParent() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getParent() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getParent() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- getParent() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getParent() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getParent(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Gets the id of the parent of the given node.
- getPercentString(double) - Static method in class com.metsci.glimpse.extras.examples.dnc.ProgressPane
- getPhase() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getPixelBufferX() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getPixelBufferY() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getPixelHeight() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getPixelRange(Axis2D, double, double, int, int) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
-
Returns all the Points within the bounding box specified with a center in axis coordinates and width/height specified in pixels.
- getPixelsPerValue() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getPixelUnitFactor(boolean) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getPlot() - Method in class com.metsci.glimpse.core.examples.timeline.HorizontalTimelinePlotExample
- getPlot() - Method in class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- getPlot(Object) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getPlotBackgroundPainter() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getPlotSpacing() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- getPlotSpacing() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getPlotSpacing() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getPlotSpacing() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getPoint() - Method in class com.metsci.glimpse.dnc.DncPointFeature
- getPointId() - Method in class com.metsci.glimpse.core.painter.track.Point
- getPoints() - Method in class com.metsci.glimpse.dnc.DncLineFeature
- getPolarRadius() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getPopupMenu() - Method in class com.metsci.glimpse.core.support.popup.GlimpseAxisLayout2DWithPopup
- getPopupMenu() - Method in interface com.metsci.glimpse.core.support.popup.GlimpsePopupMenuTarget
- getPopupMenuNotifier() - Method in class com.metsci.glimpse.core.support.popup.GlimpseAxisLayout2DWithPopup
- getPopupMenuNotifier() - Method in interface com.metsci.glimpse.core.support.popup.GlimpsePopupMenuTarget
-
A notifier that will fire just before the popup menu becomes visible.
- getPosition() - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
- getPosition() - Method in class com.metsci.glimpse.util.geo.util.PositionAzimuth
- getPositionX() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getPositionY() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getPosixMillis() - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
- getPosMax() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventDrawInfo
- getPosMin() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventDrawInfo
- getPreferredHeight(int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getPreferredWidth(int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getPrimaryColor() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getProgramInfoLog(GL2ES2, int) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- getProgramInfoLog(GL2ES2, int) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- getProjectedTexture() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getProjection() - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- getProjection() - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- getProjection(GeoProjection) - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getProjection(GeoProjection, MercatorProjection, int) - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getProjection(MercatorProjection) - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getRadialStippleFactor() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getRadialStipplePattern() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getRadius() - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- getRed() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getRed(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getReferenceTime() - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getRefLatLon() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- getRefPointOnUnitSphere() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- getRegistrationPoints() - Method in class com.metsci.glimpse.charts.raster.BsbRasterData
- getRenderShifts(double, double) - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- getRenderShifts(double, double) - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- getRenderShifts(double, double) - Method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
-
For an item occupying coordinates [minValue,maxValue], return a set of coordinate shifts at which the item should be rendered.
- getReverseStackingDirection() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getRings() - Method in class com.metsci.glimpse.dnc.DncAreaFeature
- getRoot() - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- getRoundedYear(int, int) - Static method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getRow() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
EventPlotInfo
plots on aStackedTimePlot2D
can place events into multiple rows to prevent them from overlapping with one another if they overlap in time. - getRow(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getRow(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getRowCount() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getRowCount() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getRowMaxCount() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getRowMinCount() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getRows() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- getRowSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getRowSize(GlimpseBounds) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getScale() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
-
The ratio of the current pinch distance to the start pinch distance.
- getScaleHeight() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getScaleX() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getScaleY() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- getScreenHeight() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getScreenLocationX() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getScreenLocationY() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getScreenPixelsX() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getScreenPixelsY() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getScreenWidth() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getSecondaryColor() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getSecondMinuteFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getSegments() - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- getSelectedEventBackgroundColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- getSelectedEventBorderColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- getSelectedEventBorderThickness() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- getSelectedEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- getSelectedLeafColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getSelectedPlot() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getSelectedTag() - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- getSelectedTimePainter() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getSelectedTitleBackgroundColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getSelectionCenter() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getSelectionSize() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getShaderInfoLog(GL2ES2, int) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- getShaderInfoLog(GL2ES2, int) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- getShaderProgram() - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- getShiftX() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- getShiftY() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- getSibling(Component) - Method in class com.metsci.glimpse.docking.SplitPane
- getSide() - Method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop
- getSilkscreen() - Static method in class com.metsci.glimpse.core.support.font.FontUtils
-
Pixel-level designed font value at 8pt.
- getSilkscreenBold() - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getSilkscreenBoldItalic() - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getSilkscreenItalic() - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getSilkscreenPlain() - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getSize() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getSize() - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
- getSize() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- getSize() - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- getSize() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- getSize() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getSize() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- getSize() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getSize() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getSize() - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Returns number of quads in this
QuadPipeline
. - getSize(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- getSize(Dimension) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getSizePixels() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getSizesOfChildren(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- getSizeX(int) - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getSizeX(int) - Method in class com.metsci.glimpse.core.support.projection.GenericProjection
- getSizeX(int) - Method in class com.metsci.glimpse.core.support.projection.GeoReprojection
- getSizeX(int) - Method in class com.metsci.glimpse.core.support.projection.LatLonProjection
- getSizeX(int) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getSizeX(int) - Method in interface com.metsci.glimpse.core.support.projection.Projection
-
Returns the number of quads in the x direction that the array of data (the texture) should be broken into.
- getSizeY(int) - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getSizeY(int) - Method in class com.metsci.glimpse.core.support.projection.GenericProjection
- getSizeY(int) - Method in class com.metsci.glimpse.core.support.projection.GeoReprojection
- getSizeY(int) - Method in class com.metsci.glimpse.core.support.projection.LatLonProjection
- getSizeY(int) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getSizeY(int) - Method in interface com.metsci.glimpse.core.support.projection.Projection
- getSmoothing() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Checks if the backing texture is using linear interpolation.
- getSmoothing() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getSortedPlots() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- getSortedPlots(Collection<PlotInfo>, List<PlotInfo>) - Static method in class com.metsci.glimpse.core.plot.timeline.group.GroupUtilities
- getSortedTags() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- getSource() - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
-
Can be some information about where the gesture/touch event came from.
- getSource() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getSourceText() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- getSphereApproximation() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- getSphereApproximation() - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- getSphereApproximation() - Method in class com.metsci.glimpse.util.geo.datum.DatumWgs84
- getSplitFrac() - Method in class com.metsci.glimpse.docking.SplitPane
- getStackedPlot() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Gets a reference to the parent StackedPlot2D which this PlotInfo belongs to.
- getStackedPlot() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- getStackedPlot() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- getStackedTimePlot() - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- getStackedTimePlot() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- getStackedTimePlot() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- getStackTraceString(Throwable) - Static method in class com.metsci.glimpse.util.StringUtils
-
Returns the stack trace of an exception in the form of a string.
- getStartLat() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getStartLon() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getStartTheta() - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getStartTime() - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- getStartTime() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getStartTimeComparator() - Static method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getStartTimeMillis(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventIntervalQuadTree
- getStartTimeMillis(V) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- getStartTimeStamp() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getStartValue() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- getStartValueWrapped() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- getState() - Method in interface com.metsci.glimpse.util.math.stochastic.StochasticEngine
- getState() - Method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp
- getState() - Method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp.LcpState
- getState() - Method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineMersenne
- getStep() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- getString(float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getStrokeShape(LandShape.VertexConverter) - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- getSurfaceScale() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getSurfaceScale() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Returns the scale factors needed to convert the _native_ pixel coordinates to the _window_ pixel coordinates.
- getSurfaceScale() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getSurfaceScale() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getSurfaceScale() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getSurfaceScale() - Method in interface com.metsci.glimpse.core.context.GlimpseContext
-
Returns the scale factors needed to convert the _native_ pixel coordinates to the _window_ pixel coordinates.
- getSurfaceScale() - Method in class com.metsci.glimpse.core.context.GlimpseContextImpl
- getSwCorner() - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- getTag(String) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- getTagMaxX(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- getTagMaxY(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- getTagMinX(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- getTagMinY(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- getTagPointerMaxX(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- getTagPointerMaxY(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- getTail(Handler) - Method in class com.metsci.glimpse.util.logging.format.MultilineLogFormatter
- getTangentPointOnPlane() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
-
Tangent plane coordinates (x,y) of point on the plane tangent to reference LatLon.
- getTapCount() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getTarget() - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
- getTarget() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- getTarget() - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- getTargetBounds() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getTargetBounds() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
- getTargetBounds() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getTargetBounds() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getTargetBounds() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getTargetBounds(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getTargetBounds(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getTargetBounds(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getTargetBounds(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getTargetBounds(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Returns the cached or calculated bounds of this GlimpseTarget for a particular context.
- getTargetBounds(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getTargetChildren() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- getTargetChildren() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- getTargetChildren() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- getTargetChildren() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- getTargetChildren() - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
- getTargetChildren() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- getTargetList() - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
- getTargetList() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- getTargetList() - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- getTargetStack() - Method in interface com.metsci.glimpse.core.context.GlimpseContext
-
The
GlimpseTargetStack
stack contains the chain of nestedGlimpseTarget
s starting at the top levelGlimpseTarget
(index 0) and ending at the GlimpseTarget currently being painted to. - getTargetStack() - Method in class com.metsci.glimpse.core.context.GlimpseContextImpl
- getTargetStack() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- getTargetStack() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getTargetStack() - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseSwingMouseEvent
- getTargetStack() - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseSwingMouseWheelEvent
- getTargetStack() - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
- getTargetStack() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getTargetStack() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
-
PickResults report a GlimpseTargetStack because they may be generated from instances of the painter draw to different GlimpseTargets.
- getTargetStackCenter() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getTargetStackTitle() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getTargetStackX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getTargetStackY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getTargetStackZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- getText() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getText() - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- getText() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- getText(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- getTextAvailableSpace(int, int, double, int, int, Event.OverlapRenderingMode) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- getTextBounds() - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- getTextColor() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getTextColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getTextColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getTextColor() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getTextColorNoBackground() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getTextColorNoBackground() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getTextEndTime() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
-
Returns the timestamp associated with the right hand side of the label.
- getTextFont() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getTextIconSpacing() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- getTextPadding() - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- getTextPainter() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- getTextPainter() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- getTextPainter() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- getTextRenderer() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getTextRenderer() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getTextRenderingMode() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getTextRenderingMode() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getTextStartTime() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
-
Returns the timestamp associated with the left hand side of the label.
- getTexture() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getTexture() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getTexture() - Method in class com.metsci.glimpse.core.painter.texture.TextureUnit
- getTexture(int, int, int) - Method in class com.metsci.glimpse.charts.slippy.SlippyCache
- getTexture(GeoProjection) - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getTextureAtlas() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getTextureAtlas() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- getTextureAtlas() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getTextureCoordinates() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getTextureCoordinates() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getTextureCoordinates(int, int) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
- getTextureFractionX(double, double) - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getTextureFractionX(double, double) - Method in interface com.metsci.glimpse.core.support.projection.InvertibleProjection
-
Given a position in physical units, return the corresponding location within a rectangular array of data.
- getTextureFractionX(double, double) - Method in class com.metsci.glimpse.core.support.projection.LatLonProjection
- getTextureFractionX(double, double) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getTextureFractionY(double, double) - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getTextureFractionY(double, double) - Method in interface com.metsci.glimpse.core.support.projection.InvertibleProjection
- getTextureFractionY(double, double) - Method in class com.metsci.glimpse.core.support.projection.LatLonProjection
- getTextureFractionY(double, double) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getTextureId() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- getTextureIfPresent(int, int, int) - Method in class com.metsci.glimpse.charts.slippy.SlippyCache
- getTextureName() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- getTextureSize() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- getTextureUnit() - Method in class com.metsci.glimpse.core.painter.texture.TextureUnit
- getThread() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getTickBottomY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- getTickBottomY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericTopXAxisPainter
- getTickBottomY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
- getTickCalculator() - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- getTickHandler() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- getTickInfo(Axis1D, GlimpseBounds) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- getTickInterval(List<TimeStamp>) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTickInterval(List<TimeStamp>) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTickInterval(List<TimeStamp>) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.HdrAxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.LatLonAxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTickLabels(Axis1D, double[]) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTickLabels(Axis1D, List<TimeStamp>) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTickLabels(Axis1D, List<TimeStamp>) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTickLabels(Axis1D, List<TimeStamp>) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- getTickLeftX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- getTickLeftX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRightYAxisPainter
- getTickLeftX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRotatedRightYAxisPainter
- getTickLeftX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
- getTickPositions(Axis1D) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
- getTickPositions(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- getTickPositions(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- getTickPositions(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- getTickPositions(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTickPositions(Axis1D) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTickPositions(Axis1D, double) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTickPositions(Axis1D, double) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTickPositions(Axis1D, double) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- getTickRightX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- getTickRightX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRightYAxisPainter
- getTickRightX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRotatedRightYAxisPainter
- getTickRightX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
- getTickTextPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorRightYAxisPainter
- getTickTextPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRightYAxisPainter
- getTickTextPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericRotatedRightYAxisPainter
- getTickTextPositionX(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
- getTickTextPositionY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- getTickTextPositionY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericTopXAxisPainter
- getTickTextPositionY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
- getTickTopY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.ColorTopXAxisPainter
- getTickTopY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericTopXAxisPainter
- getTickTopY(int, int) - Method in class com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
- getTilePainter() - Method in class com.metsci.glimpse.charts.slippy.SlippyMapPainter
- getTime() - Method in class com.metsci.glimpse.core.painter.track.Point
- getTime(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- getTime(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getTimeAxis() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getTimeAxisLabelHandler() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getTimeAxisMouseListener() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getTimeComparator() - Static method in class com.metsci.glimpse.core.painter.track.Point
- getTimeGeoRange(double, double, double, double) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- getTimeGeoRange(double, double, double, double, double, double) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- getTimeGeoRange(long, long, double, double, double, double) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- getTimeGeoRange(long, long, LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- getTimeGeoRange(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- getTimeline(Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Returns the timeline handle for the timeline identified via its unique string identifier.
- getTimelineLayout() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
-
The layout on which the time axis markings are painted.
- getTimeOfLastCounterReset() - Method in class com.metsci.glimpse.core.painter.info.FpsHelper
- getTimePixelRange(Axis2D, double, double, double, double, int, int) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- getTimePlot(Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Returns the time plot handle for the plot identified via its unique string identifier.
- getTimeSelection() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Get the currently selected time (usually equal to getTimeSelectionMax()).
- getTimeSelectionMax() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Get the TimeStamp of latest endpoint of the selected time region.
- getTimeSelectionMaxTag() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Get the TaggedAxis1D Tag which defines the latest endpoint of the selected time region.
- getTimeSelectionMin() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Get the TimeStamp of earliest endpoint of the selected time region.
- getTimeSelectionMinTag() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Get the TaggedAxis1D Tag which defines the earliest endpoint of the selected time region.
- getTimeSelectionTag() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Get the TaggedAxis1D Tag which defines the currently selected time.
- getTimeSpan() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getTimestamp() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getTimeStamp() - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
- getTimeStructs(Axis1D, List<TimeStamp>) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTimeStructs(Axis1D, List<TimeStamp>) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTimeStructs(Axis1D, List<TimeStamp>) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- getTimeZone() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getTimeZone() - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- getTimeZone() - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- getTimeZone() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- getTimeZonePainter() - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- getTitle() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- getTitle() - Method in interface com.metsci.glimpse.docking.DockingWindow
- getTitle(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- getTitleBorderColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getTitleColor() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getTitleFont() - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- getTooltipPainter() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getToolTipText() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- getTotalFPS() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getTotalFPSDuration() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getTotalFPSFrames() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getTrackHead(Object) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- getTrackHeads() - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- getTrackId() - Method in class com.metsci.glimpse.core.painter.track.Point
- getTreeMapData() - Method in class com.metsci.glimpse.core.painter.treemap.AbstractTreeMapPainter
- getTreeMapLayout() - Method in class com.metsci.glimpse.core.painter.treemap.AbstractTreeMapPainter
- getTwoDimAxes() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
-
This routine will return the principal axes for the distribution in the two dimensional case.
- getTwoDimAxesLenient() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
-
This routine will return the principal axes for the distribution in the two dimensional case.
- getTwoDimUnitCovarianceEllipse() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
-
For the two dimensional case, this routine will return the parameters defining the unit covariance ellipse for a Bivariate Gaussian distribution centered about the mean with sigmaX, sigmaY, and correlation estimated by this stat collector.
- getTwoDimUnitCovarianceEllipseLenient() - Method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
-
This routine will return the parameters defining the unit covariance ellipse for a Bivariate Gaussian distribution centered about the mean with sigmaX, sigmaY, and correlation estimated by this stat collector.
- getUiColor(Object, Color) - Static method in class com.metsci.glimpse.docking.DockingUtils
- getUncaughtExceptionHandler() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getUnderlayLayout() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- getUnderlyingData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- getUnderlyingData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- getUnderlyingData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- getUnderlyingData() - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- getUngroupedPlots() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- getUnitConverter() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getUnitLabel() - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- getUnitX() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getUnitY() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getUnitZ() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getUpdateFPSFrames() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- getUpdateMode() - Method in class com.metsci.glimpse.core.axis.Axis1D
- getUseSmoothing() - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Checks if this
GlyphCache
is interpolating when sampling. - getUseVertexArrays() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Checks if vertex arrays are in-use.
- getUseVertexArrays() - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Checks if this
GlyphRenderer
is using vertex arrays. - getUseVertexArrays() - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRendererGL2
- getUseVertexArrays() - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRendererGL3
- getUseVertexArrays() - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Checks if this
GlyphRenderer
is using vertex arrays. - getValue() - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- getValue(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- getValue(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- getValue(String) - Method in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- getValue(String) - Method in interface com.metsci.glimpse.core.support.settings.LookAndFeel
- getValueAt(Object, int) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- getValueNoBoundsCheck(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- getValueNoBoundsCheck(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- getValues() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- getVelocity() - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
- getVerdanaBold(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaBold(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaBoldItalic(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaBoldItalic(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaItalic(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaItalic(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaPlain(float) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVerdanaPlain(float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- getVertexXY(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getVertexXY(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.GenericProjection
- getVertexXY(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.GeoReprojection
- getVertexXY(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.LatLonProjection
- getVertexXY(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getVertexXY(double, double, float[]) - Method in interface com.metsci.glimpse.core.support.projection.Projection
-
Given a position in a rectangular array of data (the texture), return the corresponding location in physical units.
- getVertexXYZ(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.FlatProjection
- getVertexXYZ(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.GenericProjection
- getVertexXYZ(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.GeoReprojection
- getVertexXYZ(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.LatLonProjection
- getVertexXYZ(double, double, float[]) - Method in class com.metsci.glimpse.core.support.projection.PolarProjection
- getVertexXYZ(double, double, float[]) - Method in interface com.metsci.glimpse.core.support.projection.Projection
-
Given a position in a rectangular array of data (the texture), return the corresponding location in physical units.
- getVerticalOffset() - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- getVerticalPadding() - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- getVerticalPosition() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getVerticalScreenDPI() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getVertices() - Method in class com.metsci.glimpse.core.support.polygon.SimpleVertexAccumulator
- getVisualPadding() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getWheelIncrement() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getWheelIncrement(MouseEvent) - Static method in class com.metsci.glimpse.core.event.mouse.newt.GlimpseMouseWrapper
- getWhite() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getWhite(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getWidth() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- getWidth() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- getWidth() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getWidth() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageData
- getWidth() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- getWidth() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- getWidthStep() - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- getWorkingDir() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns the directory in which the application was started (this is the working/current directory).
- getWrapMax() - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getWrapMin() - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getWrappedMod(double) - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getWrappedMod(double, boolean) - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getWrappedValue(double) - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getWrappedValue(double, boolean) - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getWrapper1D(Axis1D) - Static method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
- getWrapper2D(GlimpseContext) - Static method in class com.metsci.glimpse.core.support.wrapped.WrappedGlimpseContext
- getWrapSpan() - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- getX() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- getX() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getX() - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
-
A reference point X for the touch event.
- getX() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getX() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getX() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getX() - Method in class com.metsci.glimpse.core.painter.track.Point
- getX() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- getX() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getX() - Method in class com.metsci.glimpse.util.vector.Vector2d
- getX() - Method in class com.metsci.glimpse.util.vector.Vector3d
- getXPrev() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getXY() - Method in class com.metsci.glimpse.util.vector.Vector3d
- getY() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- getY() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- getY() - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
-
A reference point Y for the touch event.
- getY() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getY() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- getY() - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- getY() - Method in class com.metsci.glimpse.core.painter.track.Point
- getY() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- getY() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getY() - Method in class com.metsci.glimpse.util.vector.Vector2d
- getY() - Method in class com.metsci.glimpse.util.vector.Vector3d
- getYearFormat() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getYearStep(double) - Static method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getYearStructFactory() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- getYellow() - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getYellow(float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- getYPrev() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- getZ() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- getZ() - Method in class com.metsci.glimpse.util.vector.Vector3d
- getZOrder() - Method in class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- ghostVertices - Variable in class com.metsci.glimpse.charts.shoreline.LandSegment
- GhostWhite - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
GhostWhite
- GiB - Static variable in class com.metsci.glimpse.dnc.util.DncMiscUtils
- GLCapabilityEventListener - Class in com.metsci.glimpse.core.gl
- GLCapabilityEventListener() - Constructor for class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- GLCapabilityEventListener(String) - Constructor for class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- GLCapabilityEventListener(Logger) - Constructor for class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- GLCapabilityEventListener(Logger, String) - Constructor for class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- GLCapabilityUtils - Class in com.metsci.glimpse.core.gl.util
- GLCapabilityUtils() - Constructor for class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- glClearColor(GL, float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- GLColorUtils - Class in com.metsci.glimpse.core.gl.util
- GLColorUtils() - Constructor for class com.metsci.glimpse.core.gl.util.GLColorUtils
- GLEditableBuffer - Class in com.metsci.glimpse.core.gl
- GLEditableBuffer(int, int) - Constructor for class com.metsci.glimpse.core.gl.GLEditableBuffer
- GLErrorUtils - Class in com.metsci.glimpse.core.gl.util
- GLErrorUtils() - Constructor for class com.metsci.glimpse.core.gl.util.GLErrorUtils
- GLEventAdapter - Class in com.metsci.glimpse.core.gl
- GLEventAdapter() - Constructor for class com.metsci.glimpse.core.gl.GLEventAdapter
- glExtensionDocumentation - Static variable in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- GlimpseAxisLayout1D - Class in com.metsci.glimpse.core.layout
-
A GlimpseLayout which can provide axes to its child
GlimpsePainter
s. - GlimpseAxisLayout1D() - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout1D(Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout1D(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout1D(GlimpseLayout, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout1D(GlimpseLayout, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout1D(GlimpseLayout, String, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout1D(String, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- GlimpseAxisLayout2D - Class in com.metsci.glimpse.core.layout
-
A GlimpseLayout which can provide two axes (an x or horizontal axis and a y or verical axis) to its child
GlimpsePainter
s. - GlimpseAxisLayout2D() - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(Axis1D, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(Axis2D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(GlimpseLayout, Axis2D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(GlimpseLayout, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(GlimpseLayout, String, Axis2D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2D(String, Axis2D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- GlimpseAxisLayout2DWithPopup - Class in com.metsci.glimpse.core.support.popup
- GlimpseAxisLayout2DWithPopup(GlimpseLayout, String, Axis2D) - Constructor for class com.metsci.glimpse.core.support.popup.GlimpseAxisLayout2DWithPopup
- GlimpseAxisLayoutX - Class in com.metsci.glimpse.core.layout
-
A horizontal GlimpseAxisLayout1D implementation.
- GlimpseAxisLayoutX() - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutX(Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutX(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutX(GlimpseLayout, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutX(GlimpseLayout, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutX(GlimpseLayout, String, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutX(String, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- GlimpseAxisLayoutY - Class in com.metsci.glimpse.core.layout
-
A vertical GlimpseAxisLayout1D implementation.
- GlimpseAxisLayoutY() - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseAxisLayoutY(Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseAxisLayoutY(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseAxisLayoutY(GlimpseLayout, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseAxisLayoutY(GlimpseLayout, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseAxisLayoutY(GlimpseLayout, String, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseAxisLayoutY(String, Axis1D) - Constructor for class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- GlimpseBounds - Class in com.metsci.glimpse.core.context
-
Simple storage class storing the position and bounds for a
GlimpseTarget
. - GlimpseBounds(int, int, int, int) - Constructor for class com.metsci.glimpse.core.context.GlimpseBounds
- GlimpseBounds(Dimension) - Constructor for class com.metsci.glimpse.core.context.GlimpseBounds
- GlimpseCanvas - Interface in com.metsci.glimpse.core.canvas
-
A heavy weight target for Glimpse rendering.
- GlimpseColor - Class in com.metsci.glimpse.core.support.color
-
A simple color utility class for converting various color wrapper classes/formats to and from the Glimpse/OpenGl cannonical format (a float[] array with four elements for red, green, blue, and alpha in that order).
- GlimpseColor() - Constructor for class com.metsci.glimpse.core.support.color.GlimpseColor
- GlimpseContext - Interface in com.metsci.glimpse.core.context
-
GlimpseContext wraps a
GLContext
and provides additional contextual information necessary to display aGlimpsePainter
. - GlimpseContextImpl - Class in com.metsci.glimpse.core.context
- GlimpseContextImpl(GLContext, float[], int) - Constructor for class com.metsci.glimpse.core.context.GlimpseContextImpl
- GlimpseContextImpl(GlimpseCanvas) - Constructor for class com.metsci.glimpse.core.context.GlimpseContextImpl
- GlimpseDataPaths - Class in com.metsci.glimpse.util
-
A class containing paths for Glimpse-related data directories.
- GlimpseDataPaths() - Constructor for class com.metsci.glimpse.util.GlimpseDataPaths
- glimpseDncDefaultSharedFlatDir - Static variable in class com.metsci.glimpse.dnc.DncDataPaths
-
Most code should NOT use this, but should use
DncDataPaths.glimpseDncFlatDir
instead. - glimpseDncDefaultUserFlatDir - Static variable in class com.metsci.glimpse.dnc.DncDataPaths
-
Most code should NOT use this, but should use
DncDataPaths.glimpseDncFlatDir
instead. - glimpseDncFlatDir - Static variable in class com.metsci.glimpse.dnc.DncDataPaths
-
Standard dir for DNC_FLAT permanent data.
- glimpseDncQueryDir - Static variable in class com.metsci.glimpse.dnc.DncDataPaths
-
Standard dir for DNC_QUERY cache data.
- glimpseDncRenderDir - Static variable in class com.metsci.glimpse.dnc.DncDataPaths
-
Standard dir for DNC_RENDER cache data.
- GlimpseGestureAdapter - Class in com.metsci.glimpse.core.event.touch
- GlimpseGestureAdapter() - Constructor for class com.metsci.glimpse.core.event.touch.GlimpseGestureAdapter
- GlimpseGestureEvent - Class in com.metsci.glimpse.core.event.touch
-
Gesture implementations vary, but this event implementation should be flexible enough for most platforms.
- GlimpseGestureEvent(String, GlimpseTargetStack, int, int) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
- GlimpseGestureListener - Interface in com.metsci.glimpse.core.event.touch
- GlimpseKey - Enum in com.metsci.glimpse.core.event.key
- GlimpseKeyAdapter - Class in com.metsci.glimpse.core.event.key
- GlimpseKeyAdapter() - Constructor for class com.metsci.glimpse.core.event.key.GlimpseKeyAdapter
- GlimpseKeyEvent - Class in com.metsci.glimpse.core.event.key
-
A Glimpse-specific KeyEvent implementation which allows Glimpse axis handling code to be written in a widget framework (NEWT, Swing, etc...) independent manner.
- GlimpseKeyEvent(GlimpseTargetStack, EnumSet<ModifierKey>, GlimpseKey) - Constructor for class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- GlimpseKeyEvent(GlimpseTargetStack, EnumSet<ModifierKey>, GlimpseKey, boolean) - Constructor for class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- GlimpseKeyEvent(GlimpseKeyEvent) - Constructor for class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- GlimpseKeyListener - Interface in com.metsci.glimpse.core.event.key
-
Provides notifications of key events within
GlimpseLayout
s. - GlimpseKeyWrapper - Class in com.metsci.glimpse.core.event.key.newt
- GlimpseKeyWrapper() - Constructor for class com.metsci.glimpse.core.event.key.newt.GlimpseKeyWrapper
- GlimpseLayout - Class in com.metsci.glimpse.core.layout
-
GlimpseLayout provides a means of rendering to specific areas of a GlimpseCanvas controlled by Mig Layout constraints.
- GlimpseLayout() - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayout
- GlimpseLayout(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayout
- GlimpseLayout(GlimpseLayout, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayout
- GlimpseLayout(String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayout
- GlimpseLayoutCache<D> - Class in com.metsci.glimpse.core.layout
-
Stores the bounds of a GlimpseLayout keyed off of the sequence of nested parent GlimpseLayouts leading back to the GlimpseCanvas.
- GlimpseLayoutCache() - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- GlimpseLayoutDelegate - Class in com.metsci.glimpse.core.layout
- GlimpseLayoutDelegate(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- GlimpseLayoutListener - Interface in com.metsci.glimpse.core.layout
-
A listener interface for receiving callback notification when GlimpseLayouts size or position are changed by the layout manager.
- GlimpseLayoutManager - Interface in com.metsci.glimpse.core.layout
-
An interface for classes which can layout GlimpseLayouts (adjusting their bounds based on some layout scheme).
- GlimpseLayoutManagerMig - Class in com.metsci.glimpse.core.layout
- GlimpseLayoutManagerMig() - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- GlimpseLayoutManagerMig(String, String, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- GlimpseLayoutManagerMig(LC, AC, AC) - Constructor for class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- GlimpseLongPressGestureEvent - Class in com.metsci.glimpse.core.event.touch
- GlimpseLongPressGestureEvent(String, GlimpseTargetStack, int, int) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
- GlimpseMouseAdapter - Class in com.metsci.glimpse.core.event.mouse
- GlimpseMouseAdapter() - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseAdapter
- GlimpseMouseAllAdapter - Class in com.metsci.glimpse.core.event.mouse
- GlimpseMouseAllAdapter() - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- GlimpseMouseAllListener - Interface in com.metsci.glimpse.core.event.mouse
-
A wrapper interface which combines the three Glimpse MouseListener interfaces.
- GlimpseMouseEvent - Class in com.metsci.glimpse.core.event.mouse
-
A Glimpse-specific MouseEvent implementation which allows Glimpse axis handling code to be written in a widget framework (SWT, Swing, etc...) independent manner.
- GlimpseMouseEvent(GlimpseTargetStack, int[], int[]) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseTargetStack, int[], int[], int) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseTargetStack, EnumSet<ModifierKey>, EnumSet<MouseButton>, int[], int[]) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseTargetStack, EnumSet<ModifierKey>, EnumSet<MouseButton>, int[], int[], double, int) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseTargetStack, EnumSet<ModifierKey>, EnumSet<MouseButton>, int[], int[], double, int, boolean) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseTargetStack, EnumSet<ModifierKey>, EnumSet<MouseButton>, int, int, double, int) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseMouseEvent) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseMouseEvent, GlimpseTargetStack, int[], int[]) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseEvent(GlimpseMouseEvent, GlimpseTargetStack, int, int) - Constructor for class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- GlimpseMouseListener - Interface in com.metsci.glimpse.core.event.mouse
-
Provides notifications of mouse button clicks within
GlimpseLayout
s. - GlimpseMouseListenerWrapper - Class in com.metsci.glimpse.core.event.mouse.swing
- GlimpseMouseListenerWrapper(GlimpseMouseListener) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseListenerWrapper
- GlimpseMouseMotionListener - Interface in com.metsci.glimpse.core.event.mouse
-
Provides notifications of mouse movement within
GlimpseLayout
s. - GlimpseMouseMotionWrapper - Class in com.metsci.glimpse.core.event.mouse.swing
- GlimpseMouseMotionWrapper(GlimpseMouseMotionListener) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseMotionWrapper
- GlimpseMouseWheelListener - Interface in com.metsci.glimpse.core.event.mouse
-
Provides notifications of mouse wheel clicks within
GlimpseLayout
s. - GlimpseMouseWheelWrapper - Class in com.metsci.glimpse.core.event.mouse.swing
- GlimpseMouseWheelWrapper(GlimpseMouseWheelListener) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWheelWrapper
- GlimpseMouseWrapper - Class in com.metsci.glimpse.core.event.mouse.newt
- GlimpseMouseWrapper - Class in com.metsci.glimpse.core.event.mouse.swing
- GlimpsePainter - Interface in com.metsci.glimpse.core.painter.base
-
GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
- GlimpsePainterBase - Class in com.metsci.glimpse.core.painter.base
- GlimpsePainterBase() - Constructor for class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- GlimpsePainterCallback - Interface in com.metsci.glimpse.core.painter.base
- GlimpsePanGestureEvent - Class in com.metsci.glimpse.core.event.touch
- GlimpsePanGestureEvent(String, GlimpseTargetStack, int, int, float, float) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- GlimpsePinchGestureEvent - Class in com.metsci.glimpse.core.event.touch
- GlimpsePinchGestureEvent(String, GlimpseTargetStack, int, int, float, float) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
- GlimpsePopupMenuTarget - Interface in com.metsci.glimpse.core.support.popup
-
If a
GlimpseTarget
that implements this interface is added to aNewtSwingEDTGlimpseCanvas
, then right-clicking on that target will show the popup-menu supplied byGlimpsePopupMenuTarget.getPopupMenu()
. - GlimpseShaderProgram - Class in com.metsci.glimpse.core.gl.shader
-
Simple Glimpse-specific convenience wrapper around
ShaderProgram
. - GlimpseShaderProgram() - Constructor for class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- glimpseSharedDataDir - Static variable in class com.metsci.glimpse.util.GlimpseDataPaths
-
Parent directory for permanent data (not easy to regenerate) that can be read by multiple users.
- GlimpseSwingMouseEvent - Class in com.metsci.glimpse.core.event.mouse.swing
- GlimpseSwingMouseEvent(GlimpseTargetStack, Component, int, long, int, int, int, int, boolean, int) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.GlimpseSwingMouseEvent
- GlimpseSwingMouseWheelEvent - Class in com.metsci.glimpse.core.event.mouse.swing
- GlimpseSwingMouseWheelEvent(GlimpseTargetStack, Component, int, long, int, int, int, int, boolean, int, int, int) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.GlimpseSwingMouseWheelEvent
- GlimpseSwipeGestureEvent - Class in com.metsci.glimpse.core.event.touch
- GlimpseSwipeGestureEvent(String, GlimpseTargetStack, int, int, float, int) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
- GlimpseTapGestureEvent - Class in com.metsci.glimpse.core.event.touch
- GlimpseTapGestureEvent(String, GlimpseTargetStack, int, int) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpseTapGestureEvent
- GlimpseTarget - Interface in com.metsci.glimpse.core.context
-
GlimpseTarget represents a location to which GlimpsePainters may be drawn.
- GlimpseTargetStack - Interface in com.metsci.glimpse.core.context
-
A class representing a nested sequence of GlimpseTarget containers and their bounds.
- GlimpseTargetStackImpl - Class in com.metsci.glimpse.core.context
- GlimpseTargetStackImpl(GlimpseCanvas) - Constructor for class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- GlimpseTargetStackImpl(GlimpseTarget...) - Constructor for class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- glimpseTopoCacheDir - Static variable in class com.metsci.glimpse.topo.io.TopoDataPaths
-
Standard dir for TOPO cache data.
- glimpseTopoDataDir - Static variable in class com.metsci.glimpse.topo.io.TopoDataPaths
-
Standard dir for TOPO permanent data.
- glimpseTopoDefaultSharedDataDir - Static variable in class com.metsci.glimpse.topo.io.TopoDataPaths
-
Most code should NOT use this, but should use
TopoDataPaths.glimpseTopoDataDir
instead. - glimpseTopoDefaultUserDataDir - Static variable in class com.metsci.glimpse.topo.io.TopoDataPaths
-
Most code should NOT use this, but should use
TopoDataPaths.glimpseTopoDataDir
instead. - GlimpseTouchEvent - Class in com.metsci.glimpse.core.event.touch
- GlimpseTouchEvent(String, GlimpseTargetStack, int, int, int, int, int, int, int) - Constructor for class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- GlimpseTouchLayout - Class in com.metsci.glimpse.core.layout
- GlimpseTouchLayout() - Constructor for class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- GlimpseTouchLayout(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- GlimpseTouchLayout(GlimpseLayout, String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- GlimpseTouchLayout(String) - Constructor for class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- GlimpseTouchListener - Interface in com.metsci.glimpse.core.event.touch
- GlimpseTouchWrapper - Class in com.metsci.glimpse.core.layout
-
Provides a layout wrapper to augment any layout (and descendants) with gesture support.
- GlimpseTouchWrapper(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- glimpseUserCacheDir - Static variable in class com.metsci.glimpse.util.GlimpseDataPaths
-
Parent directory for cache data (easy to regenerate) that can be read and written by the current user.
- glimpseUserDataDir - Static variable in class com.metsci.glimpse.util.GlimpseDataPaths
-
Parent directory for permanent data (not easy to regenerate) that can be read and written by the current user.
- GlimpseVerticallyScrollableLayout - Class in com.metsci.glimpse.core.layout
-
A GlimpseLayout that shifts its layout-children up or down based on a vertical- offset field, which can be set by calling the
GlimpseVerticallyScrollableLayout.setVerticalOffset(int)
method. - GlimpseVerticallyScrollableLayout(int) - Constructor for class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- glProfileOrNull(String) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- glRendererDocumentation - Static variable in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- GLShaderUtils - Class in com.metsci.glimpse.core.gl.shader
- GLShaderUtils() - Constructor for class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- glShaderVersionDocumentation - Static variable in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- GLSimpleFrameBufferObject - Class in com.metsci.glimpse.core.gl
-
Deprecated.use
FBOGlimpseCanvas
instead - GLSimpleFrameBufferObject(int, int, boolean, boolean, GLContext) - Constructor for class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- GLSimpleFrameBufferObject(int, int, GLContext) - Constructor for class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- GLStreamingBuffer - Class in com.metsci.glimpse.core.gl
-
Represents a device buffer that needs to be re-written frequently, and frequently read for rendering as well.
- GLStreamingBuffer(int, int) - Constructor for class com.metsci.glimpse.core.gl.GLStreamingBuffer
- glSyncExec(GLRunnable) - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- GLUtils - Class in com.metsci.glimpse.core.gl.util
- GLUtils() - Constructor for class com.metsci.glimpse.core.gl.util.GLUtils
- glVendorDocumentation - Static variable in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- glVersionDocumentation - Static variable in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- Glyph - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Representation of one or multiple unicode characters to be drawn.
- Glyph(int, GlyphVector) - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
-
Constructs a
Glyph
representing an individual Unicode character. - Glyph(String, GlyphVector) - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
-
Constructs a
Glyph
representing a sequence of characters. - GlyphCache - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Storage of glyphs in an OpenGL texture.
- GlyphCache.EventListener - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Object that wants to be notified of cache events.
- GlyphCache.EventType - Enum in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Type of event fired from the cache.
- GlyphProducer - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for creating glyphs.
- GlyphProducers - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for working with
GlyphProducer
's. - GlyphRenderer - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for drawing glyphs.
- GlyphRenderer.EventListener - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Observer of a
GlyphRenderer
. - GlyphRenderer.EventType - Enum in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Type of event fired from the renderer.
- GlyphRendererGL2 - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
GlyphRenderer
for use with OpenGL 2. - GlyphRendererGL2() - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRendererGL2
-
Constructs a
GlyphRendererGL2
. - GlyphRendererGL3 - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for drawing glyphs with OpenGL 3.
- GlyphRendererGL3(GL3) - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRendererGL3
-
Constructs a
GlyphRendererGL3
. - GlyphRenderers - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for working with
GlyphRenderer
's. - Gold - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Gold
- Gold2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Gold2
- Gold3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Gold3
- Gold4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Gold4
- Goldenrod - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Goldenrod
- Goldenrod1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Goldenrod1
- Goldenrod2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Goldenrod2
- Goldenrod3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Goldenrod3
- Goldenrod4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Goldenrod4
- gray - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- gray - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- Gray - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Gray
- GRAY - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- greatCircleAzimuth(LatLonGeo, LatLonGeo) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtil
-
Computes the initial azimuth along the shortest great circle path connecting the two specified points.
- greatCircleAzimuth(LatLonGeo, LatLonGeo) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtilFast
-
Computes the initial azimuth along the shortest great circle path connecting the two specified points.
- greatCircleAzimuth(LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleAzimuth_NAVRAD(double, double, double, double) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleDistance(double, double, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtil
-
Computes the great circle distance between the specified points using the Haversine formula.
- greatCircleDistance(double, double, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtilFast
-
Computes the great circle distance between the specified points using the Haversine formula.
- greatCircleDistance(DatumSphere, LatLonGeo, LatLonGeo) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleDistance(LatLonGeo, LatLonGeo, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtil
-
Computes the great circle distance between the specified points using the Haversine formula.
- greatCircleDistance(LatLonGeo, LatLonGeo, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtilFast
-
Computes the great circle distance between the specified points using the Haversine formula.
- greatCircleDistance_RAD(double, double, double, double) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleShift(double, double, double, double, double[]) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleShift(DatumSphere, LatLonGeo, double, double) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleShift(DatumSphere, LatLonGeo, double, double, double[]) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- greatCircleShift(LatLonGeo, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtil
-
Shifts a point along a great circle path.
- greatCircleShift(LatLonGeo, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtilFast
-
Shifts a point along a great circle path.
- greaterThan(double) - Static method in class com.metsci.glimpse.util.PredicateUtils
- greaterThan(int) - Static method in class com.metsci.glimpse.util.PredicateUtils
- green - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Green - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Green
- GREEN - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Green2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Green2
- Green3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Green3
- Green4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Green4
- greenBone - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- GreenYellow - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
GreenYellow
- GridAxisExponentLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
-
Displays the order or magnitude of each axis tick in-line as part of the tick label instead of once as part of the axis label.
- GridAxisExponentLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.GridAxisExponentLabelHandler
- GridAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
-
The default AxisLabelHandler implementation.
- GridAxisLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- GridAxisLabelHandlerSimpleUnits - Class in com.metsci.glimpse.core.axis.painter.label
-
Works identically to
GridAxisLabelHandler
, but does not attempt to use "milli" or "kilo" prefixes in axis labels. - GridAxisLabelHandlerSimpleUnits() - Constructor for class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandlerSimpleUnits
- GridPainter - Class in com.metsci.glimpse.core.painter.decoration
-
Displays dotted horizontal and vertical grid lines.
- GridPainter() - Constructor for class com.metsci.glimpse.core.painter.decoration.GridPainter
- GridPainter(AxisLabelHandler, AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.painter.decoration.GridPainter
- GroupArrangement - Class in com.metsci.glimpse.docking.xml
- GroupArrangement() - Constructor for class com.metsci.glimpse.docking.xml.GroupArrangement
- groupCount - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- GroupedEventPainter - Interface in com.metsci.glimpse.core.plot.timeline.event.paint
-
A painter responsible for making OpenGL calls to visualize a collection of
Event
. - GroupedEventPainterAdapter - Class in com.metsci.glimpse.core.plot.timeline.event.paint
-
An adapter class which utilizes a
EventPainter
to (inefficiently) perform the function of aGroupedEventPainter
. - GroupedEventPainterAdapter(EventPainter) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.GroupedEventPainterAdapter
- groupFirst - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- GroupInfo - Interface in com.metsci.glimpse.core.plot.timeline.group
- GroupInfoImpl - Class in com.metsci.glimpse.core.plot.timeline.group
- GroupInfoImpl(CollapsibleTimePlot2D, PlotInfo, Collection<? extends PlotInfo>) - Constructor for class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- GroupLabelPainter - Class in com.metsci.glimpse.core.plot.timeline.group
- GroupLabelPainter(String) - Constructor for class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- groupRenderingOrder - Static variable in class com.metsci.glimpse.dnc.DncPainterUtils
- groups - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalChunk
- groups - Variable in class com.metsci.glimpse.dnc.DncChunks.DncDeviceChunk
- groups - Variable in class com.metsci.glimpse.dnc.DncChunks.DncHostChunk
- groupsFileSize - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- GroupUtilities - Class in com.metsci.glimpse.core.plot.timeline.group
- GroupUtilities() - Constructor for class com.metsci.glimpse.core.plot.timeline.group.GroupUtilities
- grow(int) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- GROW_PIXELS_PER_TICK - Static variable in class com.metsci.glimpse.core.plot.timeline.animate.DragManager
- grow1(float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- grow1b(ByteBuffer, byte) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow1f(float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- grow1f(FloatBuffer, float) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow2(float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- grow2b(ByteBuffer, byte, byte) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow2f(float, float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- grow2f(FloatBuffer, float, float) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow3f(float, float, float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- grow4b(ByteBuffer, byte, byte, byte, byte) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow4f(float, float, float, float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- grow4f(FloatBuffer, float, float, float, float) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow4fv(FloatBuffer, float[]) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- grow6f(float, float, float, float, float, float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- growBytes(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- growFloats(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- growNfv(float[], int, int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- growNv(float[]) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- growNv(float[], int, int) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- growQuad1f(float, float, float, float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- growQuad2f(float, float, float, float) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- growQuadSolidColor(float[]) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- GshhsFile - Class in com.metsci.glimpse.charts.shoreline.gshhs
-
The class can parse GSHHS version 2 files.
- GshhsFile(File, LandBox, GshhsPolygonHeader.PolygonType) - Constructor for class com.metsci.glimpse.charts.shoreline.gshhs.GshhsFile
- GshhsFile(File, LatLonGeo, LatLonGeo) - Constructor for class com.metsci.glimpse.charts.shoreline.gshhs.GshhsFile
- GshhsFile(InputStream, LandBox, GshhsPolygonHeader.PolygonType, boolean) - Constructor for class com.metsci.glimpse.charts.shoreline.gshhs.GshhsFile
- GshhsPolygonHeader - Class in com.metsci.glimpse.charts.shoreline.gshhs
- GshhsPolygonHeader(DataInput) - Constructor for class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- GshhsPolygonHeader.PolygonDataSource - Enum in com.metsci.glimpse.charts.shoreline.gshhs
- GshhsPolygonHeader.PolygonType - Enum in com.metsci.glimpse.charts.shoreline.gshhs
-
In GSHHS version 7 (perhaps aka 1.10, version 2) the polygon type "river-lake" was added and consigned to level 2
- GshhsPolygonHeader.UnrecognizedValueException - Exception in com.metsci.glimpse.charts.shoreline.gshhs
- GshhsReader - Class in com.metsci.glimpse.charts.shoreline.gshhs
-
The GSHHS dataset can be downloaded from ftp://ftp.soest.hawaii.edu/pwessel/gshhs/ .
- GshhsReader() - Constructor for class com.metsci.glimpse.charts.shoreline.gshhs.GshhsReader
- guessCellSizeFromFilename_DEG(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- guessDataTypeFromFilename(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- guessIsGridCenteredFromFilename(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
H
- h - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- HALF_PI - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant 0.5 * Math.PI.
- halfVStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- halfVStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- hAlign - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
- handleCtrlMouseWheel(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- handles(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncAreaProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncIconProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncLabelProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.dnc.DncLineProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.topo.EquirectTopoProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GL2ES2) - Method in class com.metsci.glimpse.topo.MercatorTopoProgram
-
Returns the raw GL handles for the shader program, uniforms, and attributes.
- handles(GlimpseContext) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- Handles(GL2ES2) - Constructor for class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- Handles(GL2ES2) - Constructor for class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- Handles(GL2ES2) - Constructor for class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- Handles(GL2ES2, boolean) - Constructor for class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- Handles(GL2ES2, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram.Handles
- hasAreaSymbol() - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- hasAttribute(String) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- hasBaseline() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- hasChildren() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Events can be aggregated when many Events are close together in time and the timeline view is zoomed out very far.
- hasDialog() - Method in class com.metsci.glimpse.docking.group.dialog.DockingGroupDialog
- hashCode() - Method in class com.metsci.glimpse.charts.shoreline.LandVertex
- hashCode() - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- hashCode() - Method in class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- hashCode() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- hashCode() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- hashCode() - Method in class com.metsci.glimpse.core.painter.geo.TileKey
- hashCode() - Method in class com.metsci.glimpse.core.painter.texture.TagState
- hashCode() - Method in class com.metsci.glimpse.core.painter.texture.TextureUnit
- hashCode() - Method in class com.metsci.glimpse.core.painter.track.Point
- hashCode() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- hashCode() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.animate.DragKey
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- hashCode() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- hashCode() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- hashCode() - Method in class com.metsci.glimpse.core.support.color.RGBA
- hashCode() - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- hashCode() - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- hashCode() - Method in class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- hashCode() - Method in class com.metsci.glimpse.dnc.convert.Flat.FlatChunkKey
- hashCode() - Method in class com.metsci.glimpse.dnc.DncChunks.DncChunkKey
- hashCode() - Method in class com.metsci.glimpse.dnc.DncCoverage
- hashCode() - Method in class com.metsci.glimpse.dnc.DncLibrary
- hashCode() - Method in class com.metsci.glimpse.dnc.DncQuery
- hashCode() - Method in class com.metsci.glimpse.dnc.facc.FaccAttr
- hashCode() - Method in class com.metsci.glimpse.dnc.facc.FaccFeature
- hashCode() - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- hashCode() - Method in class com.metsci.glimpse.topo.TopoTileKey
- hashCode() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- hashCode() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- hashCode() - Method in class com.metsci.glimpse.util.geo.LatLonRect
- hashCode() - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
- hashCode() - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- hashCode() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- hashCode() - Method in class com.metsci.glimpse.util.math.LinearInterpolator.Xy
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContExponential
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianBoxMuller
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianZiggurat
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGumbel
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLaplace
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLinearIncreasingFromZero
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContUniform
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfMirroredCont
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfTruncatedCont
- hashCode() - Method in class com.metsci.glimpse.util.math.stochastic.pdfcont2d.PdfCont2dBivariateGaussianViaEllipse
- hashCode() - Method in class com.metsci.glimpse.util.Pair
- hashCode() - Method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning.Strings
- hashCode() - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- hashCode() - Method in class com.metsci.glimpse.util.Triplet
- hashCode() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
- hashCode() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- hashCode() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- hashCode() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- hashCode() - Method in class com.metsci.glimpse.util.vector.Vector2d
- hashCode() - Method in class com.metsci.glimpse.util.vector.Vector3d
- hashCode(boolean) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Get standard Java hashCode for a boolean without the extra object creation.
- hashCode(double) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Get standard Java hashCode for a float without the extra object creation.
- hashCode(float) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Get standard Java hashCode for a float without the extra object creation.
- hashCode(long) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Get standard Java hashCode for a long without the extra object creation.
- hasLineStipple - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- hasLineSymbol() - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- hasPointSymbol() - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- hasView(View) - Method in class com.metsci.glimpse.docking.Tile
- hasView(View) - Method in class com.metsci.glimpse.docking.TileImpl
- hasViewTab(int) - Method in class com.metsci.glimpse.docking.Tile
- hasViewTab(int) - Method in class com.metsci.glimpse.docking.TileImpl
- haveAreaSymbol(Iterable<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- haveLabelMakers(Iterable<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- haveLineSymbol(Iterable<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- havePointSymbol(Iterable<Flat2Render.TransitionalGroup>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- HdrAxisExample - Class in com.metsci.glimpse.core.examples.axis
-
Use a high dynamic range axis label handler.
- HdrAxisExample() - Constructor for class com.metsci.glimpse.core.examples.axis.HdrAxisExample
- HdrAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
-
High dynamic range axis label handler.
- HdrAxisLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.HdrAxisLabelHandler
- HeatMapExample - Class in com.metsci.glimpse.core.examples.heatmap
-
A square heat map plot with adjustable color scale.
- HeatMapExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- HeatMapPainter - Class in com.metsci.glimpse.core.painter.texture
-
A simplified facade to
ShadedTexturePainter
which applies a color scale (adjustable via anAxis1D
to a double[][] rectangular array of data stored as an OpenGL texture in order to display a two dimensional heat map. - HeatMapPainter(Axis1D) - Constructor for class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- HeatMapPainter(Tag, Tag) - Constructor for class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- HeatMapPainter(HeatMapProgram) - Constructor for class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- HeatMapPainter(DoubleSupplier, DoubleSupplier) - Constructor for class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- HeatMapProgram - Interface in com.metsci.glimpse.core.painter.texture
- height - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- height - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
-
Height of text with inner padding.
- hertzToKiloherts(double) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from hertz to kilohertz.
- hertzToKiloherts(double...) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from hertz to kilohertz.
- hertzToKilohertz - Static variable in class com.metsci.glimpse.util.units.Frequency
- hertzToSu - Static variable in class com.metsci.glimpse.util.units.Frequency
- HideAll - com.metsci.glimpse.core.plot.timeline.event.Event.TextRenderingMode
-
If any of the text does not fit, hide all the text.
- HIGHLIGHT_EXTRA_THICKNESS_PX - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- HIGHLIGHT_SCALE - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- HIGHLIGHT_SCALE - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- HIGHLIGHT_SET - Variable in class com.metsci.glimpse.dnc.DncAreaProgram.DncAreaProgramHandles
- HIGHLIGHT_SET - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- HIGHLIGHT_SET - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- HIGHLIGHT_SET - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- highlightColor - Variable in class com.metsci.glimpse.docking.DockingTheme
- highlightFeatures(DncChunks.DncChunkKey, IntCollection) - Method in class com.metsci.glimpse.dnc.DncPainter
- hillshade(ShadedReliefTileCache.CachedTileData) - Method in class com.metsci.glimpse.topo.ShadedReliefTileCache
- HILLSHADE_TEXTURE_UNIT - Static variable in class com.metsci.glimpse.topo.ShadedReliefProgram
- HillShadeExample - Class in com.metsci.glimpse.extras.examples.topo
- HillShadeExample() - Constructor for class com.metsci.glimpse.extras.examples.topo.HillShadeExample
- HistogramPainter - Class in com.metsci.glimpse.core.painter.plot
-
Plots a simple frequency histogram.
- HistogramPainter() - Constructor for class com.metsci.glimpse.core.painter.plot.HistogramPainter
- HistogramPainter(boolean) - Constructor for class com.metsci.glimpse.core.painter.plot.HistogramPainter
- HistogramPlotExample - Class in com.metsci.glimpse.core.examples.plot
-
A basic histogram plot.
- HistogramPlotExample() - Constructor for class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- Honeydew - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Honeydew
- Honeydew2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Honeydew2
- Honeydew3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Honeydew3
- Honeydew4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Honeydew4
- HORIZONTAL - com.metsci.glimpse.core.plot.stacked.StackedPlot2D.Orientation
- horizontalAzimuthAngle() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the azimuth angle of the projection of this vector on the xy-plane.
- horizontalAzimuthAngleFast() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the azimuth angle of the projection of this vector on the xy-plane.
- horizontalPos - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- HorizontalTimelinePlotExample - Class in com.metsci.glimpse.core.examples.timeline
-
Demonstrates use of StackedTimePlot2D to create a horizontal timeline axis with lineplots stacked vertically on top, each with an independent y axis.
- HorizontalTimelinePlotExample() - Constructor for class com.metsci.glimpse.core.examples.timeline.HorizontalTimelinePlotExample
- hostBytes() - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- hostFloats() - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- hot - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- HotPink - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
HotPink
- HotPink1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
HotPink1
- HotPink2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
HotPink2
- HotPink3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
HotPink3
- HotPink4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
HotPink4
- hoursToDays - Static variable in class com.metsci.glimpse.util.units.time.Time
- hoursToDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to days.
- hoursToDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to days.
- hoursToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- hoursToMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to milliseconds.
- hoursToMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to milliseconds.
- hoursToMinutes - Static variable in class com.metsci.glimpse.util.units.time.Time
- hoursToMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to minutes.
- hoursToMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to minutes.
- hoursToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- hoursToSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to seconds.
- hoursToSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to seconds.
- hoursToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- hoursToWeeks - Static variable in class com.metsci.glimpse.util.units.time.Time
- hoursToWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to weeks.
- hoursToWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from hours to weeks.
- HourStruct() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.HourStruct
- HourStructFactory() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.HourStructFactory
- HOVER_FOCUS - com.metsci.glimpse.core.event.mouse.FocusBehavior
- hTileDisposalsPerFrame - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
I
- i - Variable in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndex
- iAnchor - Variable in class com.metsci.glimpse.dnc.util.AnchoredImage
- icon - Variable in class com.metsci.glimpse.docking.View
- Icon - com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
The click occurred near the event icon.
- iconCoords - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- IconDrawInfo - Class in com.metsci.glimpse.core.plot.timeline.event.paint
- IconDrawInfo(Object, double, double, double, double, int, int, boolean, float[]) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- IconPainter - Class in com.metsci.glimpse.core.support.atlas.painter
-
A painter for efficiently painting large numbers of fixed pixel size icons at fixed locations in data (axis) space.
- IconPainter() - Constructor for class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- IconPainter(int, boolean) - Constructor for class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- IconPainter.PickResult - Class in com.metsci.glimpse.core.support.atlas.painter
- IconPainterExample - Class in com.metsci.glimpse.core.examples.icon
-
Demonstrates how to use IconPainter.
- IconPainterExample() - Constructor for class com.metsci.glimpse.core.examples.icon.IconPainterExample
- iconRotation_CCWRAD(DncGeosymAssignment, Function<String, Object>, DncProjection, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- iconsCoordCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- iconsCoordFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- iconsGlobalScale(Axis2D) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- iconsGlobalScale(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- IconShader - Class in com.metsci.glimpse.core.support.atlas.shader
- IconShader(int, boolean) - Constructor for class com.metsci.glimpse.core.support.atlas.shader.IconShader
- id - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- id - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragKey
- id - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- id - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- id - Variable in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- id() - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter.IdXy
- identity - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- IdXy(int, float, float) - Constructor for class com.metsci.glimpse.core.painter.shape.PointSetPainter.IdXy
- image - Variable in class com.metsci.glimpse.dnc.util.AnchoredImage
- IMAGE_ALIGN - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- IMAGE_BOUNDS - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- IMAGE_SIZE_PX - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- ImageData - Class in com.metsci.glimpse.core.support.atlas.support
-
An immutable wrapper around
ImageDataInternal
used to pass data about images stored in the TextureAtlas to the user. - ImageData(ImageDataInternal) - Constructor for class com.metsci.glimpse.core.support.atlas.support.ImageData
- ImageDataExternal - Class in com.metsci.glimpse.core.support.atlas.support
-
Metadata for images waiting in the queue to be added to the TextureAtlas.
- ImageDataExternal(Object, double, double, int, int, ImageDrawer) - Constructor for class com.metsci.glimpse.core.support.atlas.support.ImageDataExternal
- ImageDataInternal - Class in com.metsci.glimpse.core.support.atlas.support
-
Metadata for each image in the TextureAtlas.
- ImageDataInternal(Object, double, double, int, int, int, int) - Constructor for class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- ImageDrawer - Interface in com.metsci.glimpse.core.support.atlas.support
-
Interface for specifying how to fill a TextureAtlas entry using Graphics2D.
- ImageExample - Class in com.metsci.glimpse.core.examples.heatmap
-
Demonstrates display of a png file in a Glimpse plot.
- ImageExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.ImageExample
- imagePadding - Static variable in class com.metsci.glimpse.dnc.DncAtlases
- immediate - Variable in class com.metsci.glimpse.util.var2.ListenerFlagSet
- IMMEDIATE - com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- IMMEDIATE - Static variable in interface com.metsci.glimpse.util.var2.ListenerFlag
- ImmutableCollectionUtils - Class in com.metsci.glimpse.util
- ImmutableCollectionUtils() - Constructor for class com.metsci.glimpse.util.ImmutableCollectionUtils
- inAreaVertex - Variable in class com.metsci.glimpse.dnc.DncAreaProgram.DncAreaProgramHandles
- inchesToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- inchesToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- inchesToMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to meters.
- inchesToMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to meters.
- inchesToMillimeters - Static variable in class com.metsci.glimpse.util.units.Length
- inchesToMillimeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to millimeters.
- inchesToMillimeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to millimeters.
- inchesToSu - Static variable in class com.metsci.glimpse.util.units.Length
- inchesToYards - Static variable in class com.metsci.glimpse.util.units.Length
- inchesToYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to yards.
- inchesToYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from inches to yards.
- include(int) - Method in interface com.metsci.glimpse.util.quadtree.FilterInt
- include(long) - Method in interface com.metsci.glimpse.util.quadtree.FilterLong
- include(long, long) - Method in interface com.metsci.glimpse.util.quadtree.FilterLong2
- include(V) - Method in interface com.metsci.glimpse.util.quadtree.FilterObject
- incrementCalendar(Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.DayStruct
- incrementCalendar(Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.HourStruct
- incrementCalendar(Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.MonthStruct
- incrementCalendar(Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.YearStruct
- incrementCalendar(Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- indent - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- index - Variable in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- index - Variable in class com.metsci.glimpse.docking.MiscUtils.IntAndIndex
- indexAfter(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
Smallest index whose value is greater than x
- indexAfter(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- indexAfter(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- indexAfter(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
Smallest index whose value is greater than x
- indexAfter(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- indexAfter(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- indexAfter(float[], float) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- indexAfter(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
Smallest index whose value is greater than x
- indexAfter(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- indexAfter(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- indexAfter(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
Smallest index whose value is greater than x
- indexAfter(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- indexAfter(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- indexAtOrAfter(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
Smallest index whose value is greater than or equal to x
- indexAtOrAfter(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- indexAtOrAfter(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- indexAtOrAfter(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
Smallest index whose value is greater than or equal to x
- indexAtOrAfter(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- indexAtOrAfter(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- indexAtOrAfter(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
Smallest index whose value is greater than or equal to x
- indexAtOrAfter(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- indexAtOrAfter(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- indexAtOrAfter(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
Smallest index whose value is greater than or equal to x
- indexAtOrAfter(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- indexAtOrAfter(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- indexAtOrBefore(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
Largest index whose value is less than or equal to x
- indexAtOrBefore(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- indexAtOrBefore(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- indexAtOrBefore(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
Largest index whose value is less than or equal to x
- indexAtOrBefore(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- indexAtOrBefore(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- indexAtOrBefore(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
Largest index whose value is less than or equal to x
- indexAtOrBefore(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- indexAtOrBefore(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- indexAtOrBefore(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
Largest index whose value is less than or equal to x
- indexAtOrBefore(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- indexAtOrBefore(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- indexBefore(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
Largest index whose value is less than x
- indexBefore(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- indexBefore(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- indexBefore(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
Largest index whose value is less than x
- indexBefore(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- indexBefore(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- indexBefore(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
Largest index whose value is less than x
- indexBefore(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- indexBefore(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- indexBefore(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
Largest index whose value is less than x
- indexBefore(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- indexBefore(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- indexNearest(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
Index of the value closest to x.
- indexNearest(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- indexNearest(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- indexNearest(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
Index of the value closest to x.
- indexNearest(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- indexNearest(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- indexNearest(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
Index of the value closest to x.
- indexNearest(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- indexNearest(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- indexNearest(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
Index of the value closest to x.
- indexNearest(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- indexNearest(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- indexOf(double) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedDoubles
-
Follows the convention of
Arrays.binarySearch(double[], double)
: Ifx
is contained in this sequence, returns the index ofx
Otherwise, returns (-insertionPoint - 1) - indexOf(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- indexOf(double) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- indexOf(float) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedFloats
-
Follows the convention of
Arrays.binarySearch(float[], float)
: Ifx
is contained in this sequence, returns the index ofx
Otherwise, returns (-insertionPoint - 1) - indexOf(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- indexOf(float) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- indexOf(int) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedInts
-
Follows the convention of
Arrays.binarySearch(int[], int)
: Ifx
is contained in this sequence, returns the index ofx
Otherwise, returns (-insertionPoint - 1) - indexOf(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- indexOf(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- indexOf(long) - Method in interface com.metsci.glimpse.util.primitives.sorted.SortedLongs
-
Follows the convention of
Arrays.binarySearch(long[], long)
: Ifx
is contained in this sequence, returns the index ofx
Otherwise, returns (-insertionPoint - 1) - indexOf(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- indexOf(long) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- indexOf(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- IndexSetTexture - Class in com.metsci.glimpse.dnc
- IndexSetTexture() - Constructor for class com.metsci.glimpse.dnc.IndexSetTexture
- IndianRed - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
IndianRed
- IndianRed1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
IndianRed1
- IndianRed2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
IndianRed2
- IndianRed3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
IndianRed3
- IndianRed4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
IndianRed4
- InEmptyDockingPane(MultiSplitPane) - Constructor for class com.metsci.glimpse.docking.LandingRegions.InEmptyDockingPane
- InExistingTile(Tile, int) - Constructor for class com.metsci.glimpse.docking.LandingRegions.InExistingTile
- inferno - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- inFlags - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- inFlags - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- inFlags - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineBufferHandles
- inFlags - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- info - Variable in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- info - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- info(String) - Method in class com.metsci.glimpse.util.logging.Stopwatch
- inIconVertex - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- inImageAlign - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- inImageBounds - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- init(GLAutoDrawable) - Method in class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- init(GLAutoDrawable) - Method in class com.metsci.glimpse.core.gl.GLEventAdapter
- initDialog() - Method in class com.metsci.glimpse.docking.group.dialog.DockingGroupDialog
- initGlimpseCanvas(NewtSwingEDTGlimpseCanvas, GlimpseLayout, LookAndFeel, GLAnimatorControl) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- initGlimpseOrExitJvm(String, String) - Static method in class com.metsci.glimpse.core.support.QuickUtils
-
Does several things that are typically done at application startup: Calls
QuickUtils.initStandardGlimpseApp()
Warns the user if the namedGLProfile
is not available If the user chooses to continue anyway, returns null If the user chooses NOT to continue, callsSystem.exit(int)
- initLogging(URL...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
This method tries to configure logging by loading a configuration from each of the specified URLs, in order, until an attempt succeeds.
- initStandardGlimpseApp() - Static method in class com.metsci.glimpse.core.support.QuickUtils
-
Performs several init operations that are desirable for most Glimpse applications:
QuickUtils.checkGlimpseModuleAccess()
PlatformFixes.fixPlatformQuirks()
Use heavyweight popup menus, which are visible over top of glimpse canvases Show tooltips reliably, even if the focus manager gets confused by a glimpse canvas - initTinyLaf() - Static method in class com.metsci.glimpse.tinylaf.TinyLafUtils
- initTinyLaf(URL) - Static method in class com.metsci.glimpse.tinylaf.TinyLafUtils
- inLabelVertex - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- inLineVertex - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- inMileage - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- inMileage - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- inMileage - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineBufferHandles
- inMileage - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- inMileage - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- InNewWindow(Tile, int, Point, Supplier<DockingWindow>) - Constructor for class com.metsci.glimpse.docking.LandingRegions.InNewWindow
- inRgba - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- inRgba - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- inRgba - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- inRgba - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- inRgba - Variable in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram.ProgramHandles
- inS - Variable in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram.ProgramHandles
- inS - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram.ProgramHandles
- inS - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- insert(int, boolean) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- insert(int, boolean) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- insert(int, boolean[]) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- insert(int, boolean[]) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- insert(int, boolean[], int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- insert(int, boolean[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- insert(int, byte) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, byte) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, byte[]) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, byte[]) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, byte[], int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, byte[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, char) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, char) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, char[]) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, char[]) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, char[], int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, char[], int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, double) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, double) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, double[]) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, double[]) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, double[], int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, double[], int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, float) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, float) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, float[]) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, float[]) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, float[], int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, float[], int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, int[]) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, int[]) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, int[], int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, int[], int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, long) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, long) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- insert(int, long[]) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, long[]) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- insert(int, long[], int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, long[], int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- insert(int, Booleans) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- insert(int, Booleans) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- insert(int, Booleans, int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- insert(int, Booleans, int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- insert(int, Bytes) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, Bytes) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, Bytes, int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, Bytes, int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, Chars) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, Chars) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, Chars, int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, Chars, int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, Doubles) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, Doubles) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, Doubles, int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, Doubles, int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, Floats) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, Floats) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, Floats, int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, Floats, int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, Ints) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, Ints) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, Ints, int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, Ints, int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, Longs) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, Longs) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- insert(int, Longs, int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, Longs, int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- insert(int, Objects) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- insert(int, Objects) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- insert(int, Objects, int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- insert(int, Objects, int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- insert(int, Object) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- insert(int, Object) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- insert(int, Object[]) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- insert(int, Object[]) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- insert(int, Object[], int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- insert(int, Object[], int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- insert(int, String) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, String) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, String) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, String) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, String, int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, String, int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, String, int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, String, int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, ByteBuffer) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, ByteBuffer) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, ByteBuffer, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- insert(int, ByteBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- insert(int, CharBuffer) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, CharBuffer) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, CharBuffer, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- insert(int, CharBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- insert(int, DoubleBuffer) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, DoubleBuffer) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, DoubleBuffer, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- insert(int, DoubleBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- insert(int, FloatBuffer) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, FloatBuffer) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, FloatBuffer, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- insert(int, FloatBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- insert(int, IntBuffer) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, IntBuffer) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, IntBuffer, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- insert(int, IntBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- insert(int, LongBuffer) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, LongBuffer) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- insert(int, LongBuffer, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- insert(int, LongBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- inSize - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- inSt - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- inSt - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- inSt - Variable in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram.ProgramHandles
- instantToPosixMillis(Instant) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts from java.time.Instant to long posix milliseconds.
- instantToPosixSeconds(Instant) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts from java.time.Instant to double posix seconds (system-units).
- IntAndIndex(int, int) - Constructor for class com.metsci.glimpse.docking.MiscUtils.IntAndIndex
- IntAttribute() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.IntAttribute
- Integer() - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Integer
- Integer(int) - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Integer
- intensityOnly() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.DefaultRenderDelegate
- intensityOnly() - Method in interface com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer.RenderDelegate
-
Indicates whether the backing store should be intensity-only or full-color.
- InteriorNode(float, float, Flat2Query.Node, Flat2Query.Node, Flat2Query.Node, Flat2Query.Node) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- interiorNodeCount - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- interiorNodesBuf - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.Tree
- InterpColorMapProgram - Class in com.metsci.glimpse.core.support.shader.colormap
-
Does a non-linear interpolation on the GPU and then maps into the colorscale.
- InterpColorMapProgram(Axis1D, int, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- InterpColorMapProgram.Handles - Class in com.metsci.glimpse.core.support.shader.colormap
- interpolate(double, Vector3d, Vector3d) - Static method in class com.metsci.glimpse.util.vector.Vector3d
-
Linear interpolation between vectors v0 and v1.
- InterpolatedHeatMapExample - Class in com.metsci.glimpse.core.examples.heatmap
-
A square heat map plot with adjustable color scale.
- InterpolatedHeatMapExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.InterpolatedHeatMapExample
- intersect(LatLonBox, TopoTileBounds) - Static method in class com.metsci.glimpse.topo.TopoUtils
- Intersecting - com.metsci.glimpse.core.plot.timeline.event.Event.OverlapRenderingMode
-
Shorten the text when it overflows the box for this Event or overlaps with another Event.
- intersection(Set<? extends T>, Set<? extends T>) - Static method in class com.metsci.glimpse.docking.MiscUtils
- intersects(GlimpseTargetStack, GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
- IntervalQuadTree<V> - Class in com.metsci.glimpse.core.support.interval
- IntervalQuadTree() - Constructor for class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- IntervalQuadTree(int) - Constructor for class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- intializeEngine() - Method in interface com.metsci.glimpse.util.math.stochastic.StochasticEngine.State
- intializeEngine() - Method in class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp.LcpState
- IntPoint2d - Class in com.metsci.glimpse.charts.raster
- IntPoint2d(int, int) - Constructor for class com.metsci.glimpse.charts.raster.IntPoint2d
- IntRangeSet - Interface in com.metsci.glimpse.util.primitives.rangeset
- IntRangeSetModifiable - Class in com.metsci.glimpse.util.primitives.rangeset
- IntRangeSetModifiable() - Constructor for class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- ints(int...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create an int[] literal.
- Ints - Interface in com.metsci.glimpse.util.primitives
- IntsArray - Class in com.metsci.glimpse.util.primitives
- IntsArray() - Constructor for class com.metsci.glimpse.util.primitives.IntsArray
- IntsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.IntsArray
- IntsArray(int[]) - Constructor for class com.metsci.glimpse.util.primitives.IntsArray
-
For efficiency, does not clone the array arg.
- IntsArray(int[], int) - Constructor for class com.metsci.glimpse.util.primitives.IntsArray
-
For efficiency, does not clone the array arg.
- IntsArray(Ints) - Constructor for class com.metsci.glimpse.util.primitives.IntsArray
-
Clones the sequence arg.
- IntsModifiable - Interface in com.metsci.glimpse.util.primitives
- intsPerFlatChunk - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- intsPerFlatFeature - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- intsPerFlatRing - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- intsPerQueryInteriorNode - Static variable in class com.metsci.glimpse.dnc.convert.Query
- intsPerQueryLeafNode - Static variable in class com.metsci.glimpse.dnc.convert.Query
- intsPerQueryLineItem - Static variable in class com.metsci.glimpse.dnc.convert.Query
- intsPerQueryPointItem - Static variable in class com.metsci.glimpse.dnc.convert.Query
- intsPerQueryTriangleItem - Static variable in class com.metsci.glimpse.dnc.convert.Query
- intsPerRenderGroup - Static variable in class com.metsci.glimpse.dnc.convert.Render
- invalidate(K) - Method in class com.metsci.glimpse.core.support.PainterCache
- invalidateLayout() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- invalidateLayout() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- InvalidValueException - Exception in com.metsci.glimpse.util.var
- InvalidValueException(String) - Constructor for exception com.metsci.glimpse.util.var.InvalidValueException
- inverse(Datum, LatLonGeo, LatLonGeo) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Solution of the geodetic inverse problem using T.
- InvertibleProjection - Interface in com.metsci.glimpse.core.support.projection
-
A complement interface
Projection
which provides the inverse transform for invertible projections. - invertIdsMap(Int2ObjectMap<T>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- invertList(List<T>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- inXy - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- inXy - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineBufferHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- inXy - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- inXy - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- inXyz - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- inXyz - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- IoUtils - Class in com.metsci.glimpse.util.io
- IoUtils() - Constructor for class com.metsci.glimpse.util.io.IoUtils
- iround(double) - Static method in class com.metsci.glimpse.docking.MiscUtils
- is - Variable in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
- isAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Returns true iff this timestamp is after the given timestamp.
- isAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- isAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- isAfter(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- isAfterOrEquals(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Returns true iff this timestamp is after or equal to the given timestamp.
- isAggregateNearbyEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- isAggregateNearbyEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isAllowMouseEventSelection() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- isAllowMultipleEventSelection() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- isAllowNestedGroups() - Method in class com.metsci.glimpse.core.plot.timeline.animate.DragManager
- isAllowNestedGroups(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.animate.DragManager
- isAnimating() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- isAnyButtonDown() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- isAutoValidate() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- isAxisFactorySet() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- isAxisFactorySet() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- isAxisSet() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- isAxisSet() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- isBackgroundColorSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isBackgroundColorSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- isBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Returns true iff this timestamp is before the given timestamp.
- isBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- isBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- isBefore(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- isBeforeOrEquals(TimeStamp) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Returns true iff this timestamp is before or equal to the given timestamp.
- isBorderColorSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isBorderColorSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- isBorderThicknessSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- isButtonDown(MouseButton) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- isCenterSelection() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- isChunkActive(DncChunks.DncChunkKey) - Method in class com.metsci.glimpse.dnc.DncPainter
- isClearSelectionOnClick() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- isCollapsible() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- isCollapsible() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- isCurrentTimeLocked() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- isDestroyed() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- isDestroyed() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
- isDestroyed() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- isDestroyed() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- isDestroyed() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- isDirectBuffer(Object) - Static method in class com.metsci.glimpse.util.io.MappedFile
- isDirty() - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- isDirty() - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Indicates whether
makeDirty()
has been called. - isDirty() - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- isDisposed() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- isDisposed() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- isDisposed() - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainter
- isDisposed() - Method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- isDisposed() - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- isDisposed() - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- isDisposed() - Method in class com.metsci.glimpse.dnc.DncPainter
- isEditable() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isEmpty() - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- isEmpty() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- isEmpty() - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- isEmpty() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- isEmpty() - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Checks if there aren't any quads in this
QuadPipeline
. - isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Booleans
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Bytes
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Chars
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Doubles
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Floats
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Ints
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Longs
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- isEmpty() - Method in interface com.metsci.glimpse.util.primitives.Objects
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- isEmpty() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- isEnabled() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- isEndTimeMoveable() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isEndTimeSelection() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- isEventConsumer() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- isEventConsumer() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- isEventConsumer() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- isEventConsumer() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- isEventConsumer() - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Sets whether this GlimpseTarget hides events from GlimpseTargets under it.
- isEventConsumer() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
-
Event consumers do not pass on mouse events to their parents.
- isEventGenerator() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- isEventGenerator() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- isEventGenerator() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- isEventGenerator() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- isEventGenerator() - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Sets whether this GlimpseTarget generates GlimpseMouseEvents.
- isEventGenerator() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
-
Event generators do not generate mouse events if they are the top layout when a mouse event occurs.
- isEventSelected(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- isExpanded() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- isExpanded() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- isExpanded() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- isExpanded() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- isExpanded() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- isExternalAttr(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isFilenameCaseSensitive(File) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- isFillable - Variable in class com.metsci.glimpse.charts.shoreline.LandSegment
- isFirstWrappedTile(GlimpseContext) - Static method in class com.metsci.glimpse.core.support.wrapped.WrappedGlimpseContext
- isFixedRow() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Events may either be assigned a fixed row to be displayed on, or may float automatically between rows to ensure that no Events overlap in time.
- isFixedWidth() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- isGrow() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- isGrow() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- isGrow() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- isHandled() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- isHandled() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- isHandled() - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
- isHeldByCurrentThread(File) - Static method in class com.metsci.glimpse.util.io.FileSync
- isHighlightSelectedEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- isHorizontal() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- isHorizontal() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayoutX
- isHorizontal() - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayoutY
- isHorizontal() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- isIconOverlapping(int, int, double, int, int, Event.OverlapRenderingMode) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- isIconSelection() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- isIconSizeFixedToTextHeight() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- isIconVisible() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- isImageLoaded(Object) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Verifies whether or not an image has been loaded into the TextureAtlas.
- isIndentSubplots() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- isInitialized() - Method in class com.metsci.glimpse.core.axis.Axis1D
- isInitialized() - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- isKeyDown(ModifierKey) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- isLand(double, double) - Method in class com.metsci.glimpse.charts.shoreline.LandShape
- islandInLake - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
- isLeaf(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Returns true if there are no children of this node.
- isLeftToRight() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- isLibraryActive(DncLibrary, Axis2D) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- isLibraryActive(DncLibrary, Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- isLibraryActive(DncLibrary, Axis2D, double, double, double, double, double) - Static method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- isLibraryActive(DncLibrary, Collection<Axis2D>) - Method in interface com.metsci.glimpse.dnc.DncPainterSettings
- isLibraryActive(DncLibrary, Collection<Axis2D>) - Method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- isLibraryOfType(DncLibrary, char) - Static method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- isLibraryPositionVisible(DncLibrary, Axis2D) - Static method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- isLinkTags() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- isLocation(EventSelection.Location...) - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- isLocked() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- isLockMax() - Method in class com.metsci.glimpse.core.axis.Axis1D
- isLockMin() - Method in class com.metsci.glimpse.core.axis.Axis1D
- isMarkedForDelete() - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- isMaximized - Variable in class com.metsci.glimpse.docking.MultiSplitPane.Leaf
- isMaximized - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementTile
- isMaximizedHoriz - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- isMaximizedHorizontally() - Method in interface com.metsci.glimpse.docking.DockingWindow
- isMaximizedHorizontally() - Method in class com.metsci.glimpse.docking.group.dialog.DockingDialog
- isMaximizedHorizontally() - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- isMaximizedVert - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- isMaximizedVertically() - Method in interface com.metsci.glimpse.docking.DockingWindow
- isMaximizedVertically() - Method in class com.metsci.glimpse.docking.group.dialog.DockingDialog
- isMaximizedVertically() - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- isMaxSpanConstrained() - Method in class com.metsci.glimpse.core.axis.Axis1D
- isMinSpanConstrained() - Method in class com.metsci.glimpse.core.axis.Axis1D
- isMouseDragEnabled() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isNoValueDouble(double) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isNoValueFloat(float) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isNoValueInteger(int) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isNoValueShort(short) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isNoValueString(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isNoValueUnparsed(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isNumber(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- iso8601 - Static variable in interface com.metsci.glimpse.util.units.time.format.TimeStampFormat
-
The string must be a date-time string in ISO-8601 format, with the following extra restrictions: The string must include separators, even though ISO-8601 says separators may be omitted in some cases.
- isPadded() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- isPaused() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- isPickingEnabled() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Indicates whether picking support is enabled for this painter.
- isProgramLinked(GL2ES2, int) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.ShaderLoader
-
Checks that a shader program was linked successfully.
- isProgramValidated(GL2ES2, int) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.ShaderLoader
-
Checks that a shader program was validated successfully.
- isRedraw() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- isResident(GL2) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
-
Deprecated.
- isResizeable() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isRhsNull(String, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isScalePreserving() - Method in enum com.metsci.glimpse.core.axis.UpdateMode
- isSelectable() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isSelectionLocked() - Method in class com.metsci.glimpse.core.axis.Axis1D
- isSelectionLocked() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- isShaderCompiled(GL2ES2, int) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.ShaderLoader
-
Checks that a shader was compiled correctly.
- isShowArrow() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- isShowArrow() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- isShowArrow() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- isShowBackground() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
return if true, the event box is filled with the background color.
- isShowBorder() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isShowDateLabels() - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- isShowDivider() - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- isShowDivider() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- isShowDivider() - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- isShowIcon() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
return whether the icon associated with this event should be shown when room permits.
- isShowLabel() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
return whether the label associated with this event should be shown when room permits.
- isShowLabels() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- isShowTimeline() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- isSorted(long[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Sorting
- isSorted(long[], int, int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Sorting
- isSpatialIndexed() - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- isSpherical() - Method in class com.metsci.glimpse.util.geo.datum.Datum
- isSpherical() - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- isStackOverlappingEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- isStackOverlappingEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isStarted() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- isStartTimeMoveable() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isStartTimeSelection() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- isString(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- isSwCornerLand - Variable in class com.metsci.glimpse.charts.shoreline.LandBox
- isTextColorSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isTextColorSet() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- isTextIntersecting(int, int, double, int, int, Rectangle2D, Event.OverlapRenderingMode) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- isTextOverfull(int, int, double, int, int, Rectangle2D, Event.OverlapRenderingMode) - Static method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- isTextSelection() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- isTextVisible() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- isTimeAxisHorizontal() - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- isTopLevelMenu(JMenuItem) - Static method in class com.metsci.glimpse.tinylaf.TinyMenuUI2
- isToRightOf(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- isTransparent() - Method in class com.metsci.glimpse.core.support.color.RGBA
- isUseDefaultBorderThickness() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isUseDefaultIconSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- isUseDefaultIconSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- isUsingAutoMipmapGeneration() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- isValid() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- isValid() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
False if any of the coordinates is NaN or Infinite.
- isValid(V) - Method in class com.metsci.glimpse.util.var.Var
- isValid(V) - Method in class com.metsci.glimpse.util.var2.VarBasic
- isVisible() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- isVisible() - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
If true, the GlimpseTarget should be drawn on the screen and mouse events should be dispatched for it.
- isVisible() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- isVisible() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- isVisible() - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainter
- isVisible() - Method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- isVisible() - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- isVisible() - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- isVisible() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- isVisible() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- isVisible() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- isVisible() - Method in class com.metsci.glimpse.dnc.DncPainter
- isVisible() - Method in interface com.metsci.glimpse.docking.DockingGroup
- isVisible() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- isX - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- isX() - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- isZero() - Method in class com.metsci.glimpse.util.vector.Vector2d
- isZero() - Method in class com.metsci.glimpse.util.vector.Vector3d
- iterator() - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
-
EventPlotInfo can automatically create synthetic groups of Events when the timeline is zoomed out far enough that a bunch of Events are crowded into the same space.
- iterator() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
EventPlotInfo can automatically create synthetic groups of Events when the timeline is zoomed out far enough that a bunch of Events are crowded into the same space.
- iterator() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- Ivory - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Ivory
- Ivory2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Ivory2
- Ivory3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Ivory3
- Ivory4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Ivory4
J
- jAnchor - Variable in class com.metsci.glimpse.dnc.util.AnchoredImage
- jet - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- join(String, String...) - Static method in class com.metsci.glimpse.util.StringUtils
-
Joins strings with given separator between each pair.
- JOIN_BEVEL - com.metsci.glimpse.core.support.shader.line.LineJoinType
- JOIN_MITER - com.metsci.glimpse.core.support.shader.line.LineJoinType
- JOIN_NONE - com.metsci.glimpse.core.support.shader.line.LineJoinType
- JOIN_TYPE - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- JOIN_TYPE - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- JOIN_TYPE - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- joinType - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
How to join connected line segments.
K
- KEY_0 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_1 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_2 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_3 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_4 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_5 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_6 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_7 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_8 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_9 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_A - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ALT - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ARROW_DOWN - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ARROW_LEFT - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ARROW_RIGHT - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ARROW_UP - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_B - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_BACKSLASH - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_BACKSPACE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_BACKTICK - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_C - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_CAPSLOCK - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_COMMA - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_CTRL - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_D - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_DELETE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_E - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_END - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ENTER - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_EQUALS - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_ESCAPE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F1 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F10 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F11 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F12 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F13 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F14 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F15 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F16 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F17 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F18 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F19 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F2 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F20 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F21 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F22 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F23 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F24 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F3 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F4 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F5 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F6 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F7 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F8 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_F9 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_G - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_H - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_HOME - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_HYPHEN - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_I - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_INSERT - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_J - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_K - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_L - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_LEFTBRACKET - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_M - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_MENU - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_META - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_N - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMLOCK - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_0 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_1 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_2 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_3 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_4 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_5 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_6 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_7 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_8 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_9 - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_ADD - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_DECIMAL - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_DIVIDE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_MULTIPLY - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_NUMPAD_SUBTRACT - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_O - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_P - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_PAGEDOWN - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_PAGEUP - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_PAUSE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_PERIOD - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_PRINTSCREEN - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_Q - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_QUOTE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_R - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_RIGHTBRACKET - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_S - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_SCROLLLOCK - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_SEMICOLON - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_SHIFT - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_SLASH - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_SPACE - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_T - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_TAB - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_U - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_UNRECOGNIZED - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_V - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_W - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_WINDOWS - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_X - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_Y - com.metsci.glimpse.core.event.key.GlimpseKey
- KEY_Z - com.metsci.glimpse.core.event.key.GlimpseKey
- Keyable - Interface in com.metsci.glimpse.core.event.key
-
Any object which can receive Glimpse mouse listeners and provide callbacks when mouse events occur.
- keyPressed(KeyEvent) - Method in class com.metsci.glimpse.core.event.key.newt.KeyWrapperNewt
- keyPressed(KeyEvent) - Method in class com.metsci.glimpse.core.support.swing.KeyWrapperNewtSwingEDT
- keyPressed(GlimpseKeyEvent) - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyAdapter
- keyPressed(GlimpseKeyEvent) - Method in interface com.metsci.glimpse.core.event.key.GlimpseKeyListener
- keyPressed(GlimpseKeyEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- keyReleased(KeyEvent) - Method in class com.metsci.glimpse.core.event.key.newt.KeyWrapperNewt
- keyReleased(KeyEvent) - Method in class com.metsci.glimpse.core.support.swing.KeyWrapperNewtSwingEDT
- keyReleased(GlimpseKeyEvent) - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyAdapter
- keyReleased(GlimpseKeyEvent) - Method in interface com.metsci.glimpse.core.event.key.GlimpseKeyListener
- keyReleased(GlimpseKeyEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- KeyWrapper<E> - Class in com.metsci.glimpse.core.event.key
-
Type parameter
E
is the type of event received from the windowing toolkit (e.g. - KeyWrapper(GlimpseCanvas, MouseWrapper<?>) - Constructor for class com.metsci.glimpse.core.event.key.KeyWrapper
- KeyWrapperImpl<E> - Class in com.metsci.glimpse.core.event.key
- KeyWrapperImpl(GlimpseCanvas, MouseWrapper<?>) - Constructor for class com.metsci.glimpse.core.event.key.KeyWrapperImpl
- KeyWrapperNewt - Class in com.metsci.glimpse.core.event.key.newt
- KeyWrapperNewt(NewtGlimpseCanvas, MouseWrapper<?>) - Constructor for class com.metsci.glimpse.core.event.key.newt.KeyWrapperNewt
- KeyWrapperNewtSwingEDT - Class in com.metsci.glimpse.core.support.swing
-
A version of KeyWrapperNewt which fires Glimpse events on the Swing EDT
- KeyWrapperNewtSwingEDT(NewtGlimpseCanvas, MouseWrapper<?>) - Constructor for class com.metsci.glimpse.core.support.swing.KeyWrapperNewtSwingEDT
- Khaki - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Khaki
- Khaki1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Khaki1
- Khaki2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Khaki2
- Khaki3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Khaki3
- Khaki4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Khaki4
- kilohertzToHertz - Static variable in class com.metsci.glimpse.util.units.Frequency
- kilohertzToHertz(double) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from kilohertz to hertz.
- kilohertzToHertz(double...) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from kilohertz to hertz.
- kilohertzToSu - Static variable in class com.metsci.glimpse.util.units.Frequency
- kilometersToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- kilometersToNauticalMiles - Static variable in class com.metsci.glimpse.util.units.Length
- kilometersToNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kilometers to nautical-miles.
- kilometersToNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kilometers to nautical-miles.
- kilometersToSu - Static variable in class com.metsci.glimpse.util.units.Length
- kiloyardsToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- kiloyardsToFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to feet.
- kiloyardsToFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to feet.
- kiloyardsToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- kiloyardsToMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to meters.
- kiloyardsToMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to meters.
- kiloyardsToNauticalMiles - Static variable in class com.metsci.glimpse.util.units.Length
- kiloyardsToNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to nautical-miles.
- kiloyardsToNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to nautical-miles.
- kiloyardsToSu - Static variable in class com.metsci.glimpse.util.units.Length
- kiloyardsToYards - Static variable in class com.metsci.glimpse.util.units.Length
- kiloyardsToYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to yards.
- kiloyardsToYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from kiloyards to yards.
- KinematicVector2d - Class in com.metsci.glimpse.util.geo.projection
-
Represents kinematic state (position and velocity) within a two coordinate projection of the surface of the Earth (GeoProjection).
- KinematicVector2d(Vector2d, Vector2d) - Constructor for class com.metsci.glimpse.util.geo.projection.KinematicVector2d
- knotsToMetersPerSecond - Static variable in class com.metsci.glimpse.util.units.Speed
- knotsToMetersPerSecond(double) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from knots to meters-per-second.
- knotsToMetersPerSecond(double...) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from knots to meters-per-second.
- knotsToSu - Static variable in class com.metsci.glimpse.util.units.Speed
L
- Label - com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
The click occurred near the event label.
- Label - com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener.PlotLocation
- labelCharCount - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- labelCharFirst - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- labelChars - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- labelCharsFileSize - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- labelCoords - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- labelFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- labelLengthCount - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- labelLengthFirst - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- labelLengths - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- labelLengthsFileSize - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- labelLocation - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo.DncGeosymLabelJoin
- labelLocation - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- labelMakers - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- labelPadding - Variable in class com.metsci.glimpse.docking.DockingTheme
- LabelResizeMouseHandler - Class in com.metsci.glimpse.core.plot.timeline.listener
-
Allows the user to draw and resize the label area on a
StackedTimePlot2D
. - LabelResizeMouseHandler(StackedTimePlot2D) - Constructor for class com.metsci.glimpse.core.plot.timeline.listener.LabelResizeMouseHandler
- labels - Variable in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter.TickInfo
- labelsCharCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- labelsCharFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- labelsCoordCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- labelsCoordFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- labelsLengthCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- labelsLengthFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- lake - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
- land - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
- LandBox - Class in com.metsci.glimpse.charts.shoreline
- LandBox(double, double, double, double, boolean) - Constructor for class com.metsci.glimpse.charts.shoreline.LandBox
- LandBox(LatLonGeo, LatLonGeo, boolean) - Constructor for class com.metsci.glimpse.charts.shoreline.LandBox
- LandFile - Class in com.metsci.glimpse.charts.shoreline
- LandingIndicator - Class in com.metsci.glimpse.docking
- LandingIndicator(DockingTheme) - Constructor for class com.metsci.glimpse.docking.LandingIndicator
- landingIndicatorColor - Variable in class com.metsci.glimpse.docking.DockingTheme
- landingIndicatorThickness - Variable in class com.metsci.glimpse.docking.DockingTheme
- landingInExistingDocker(MultiSplitPane, Tile, int, Point) - Static method in class com.metsci.glimpse.docking.LandingRegions
- LandingRegions - Class in com.metsci.glimpse.docking
- LandingRegions() - Constructor for class com.metsci.glimpse.docking.LandingRegions
- LandingRegions.BesideExistingTile - Class in com.metsci.glimpse.docking
- LandingRegions.EdgeOfDockingPane - Class in com.metsci.glimpse.docking
- LandingRegions.InEmptyDockingPane - Class in com.metsci.glimpse.docking
- LandingRegions.InExistingTile - Class in com.metsci.glimpse.docking
- LandingRegions.InNewWindow - Class in com.metsci.glimpse.docking
- LandingRegions.LandingRegion - Interface in com.metsci.glimpse.docking
- LandingRegions.LastInExistingTile - Class in com.metsci.glimpse.docking
- LandPlotExample - Class in com.metsci.glimpse.extras.examples.charts.shoreline
-
Displays shoreline data available from the NOAA/NGDC Coastline Extractor tool at http://www.ngdc.noaa.gov/mgg/coast/
- LandPlotExample() - Constructor for class com.metsci.glimpse.extras.examples.charts.shoreline.LandPlotExample
- LandSegment - Class in com.metsci.glimpse.charts.shoreline
- LandSegmentFactory - Class in com.metsci.glimpse.charts.shoreline
- LandSegmentFactory(LandBox) - Constructor for class com.metsci.glimpse.charts.shoreline.LandSegmentFactory
- LandShape - Class in com.metsci.glimpse.charts.shoreline
-
Representation of land (shoreline).
- LandShape(List<LandSegment>, LandBox) - Constructor for class com.metsci.glimpse.charts.shoreline.LandShape
- LandShape.VertexConverter - Interface in com.metsci.glimpse.charts.shoreline
- LandShapeCapable - Interface in com.metsci.glimpse.charts.shoreline
- LandShapePainter - Class in com.metsci.glimpse.charts.shoreline
-
Originally designed to display shoreline data available from the NOAA/NGDC Coastline Extractor tool at http://www.ngdc.noaa.gov/mgg_coastline/
- LandShapePainter() - Constructor for class com.metsci.glimpse.charts.shoreline.LandShapePainter
- LandVertex - Class in com.metsci.glimpse.charts.shoreline
-
LandVertex is a bare-bones lat/lon class, lacking most nice features of LatLon.
- LandVertex(double, double) - Constructor for class com.metsci.glimpse.charts.shoreline.LandVertex
- last() - Method in interface com.metsci.glimpse.util.primitives.Booleans
- last() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Bytes
- last() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Chars
- last() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Doubles
- last() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Floats
- last() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Ints
- last() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Longs
- last() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- last() - Method in interface com.metsci.glimpse.util.primitives.Objects
- last() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- last() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- last() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- last() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- last() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- last(List<T>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- LastInExistingTile(Tile) - Constructor for class com.metsci.glimpse.docking.LandingRegions.LastInExistingTile
- lat - Variable in class com.metsci.glimpse.charts.shoreline.LandVertex
- lat_DEG - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Vertex
- LatLonAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
-
Interprets axis values as latitude or longitude values under a
GeoProjection
. - LatLonAxisLabelHandler(GeoProjection, boolean) - Constructor for class com.metsci.glimpse.core.axis.painter.label.LatLonAxisLabelHandler
- LatLonBox - Class in com.metsci.glimpse.topo
- LatLonBox(double, double, double, double) - Constructor for class com.metsci.glimpse.topo.LatLonBox
- LatLonFormat - Interface in com.metsci.glimpse.util.geo.format
- LatLonFormatCompact - Class in com.metsci.glimpse.util.geo.format
-
LatLonFormat which formats a LatLonGeo as a String containing lat and lon as degrees in decimal form separated by a comma.
- LatLonFormatCompact(int) - Constructor for class com.metsci.glimpse.util.geo.format.LatLonFormatCompact
-
Simple constructor.
- LatLonFormatDegreesMinutesSeconds - Class in com.metsci.glimpse.util.geo.format
- LatLonFormatDegreesMinutesSeconds(int) - Constructor for class com.metsci.glimpse.util.geo.format.LatLonFormatDegreesMinutesSeconds
- LatLonFormatParseException - Exception in com.metsci.glimpse.util.geo.format
- LatLonFormatParseException(String) - Constructor for exception com.metsci.glimpse.util.geo.format.LatLonFormatParseException
- LatLonFormatParseException(String, String) - Constructor for exception com.metsci.glimpse.util.geo.format.LatLonFormatParseException
- LatLonFormatParseException(String, Throwable) - Constructor for exception com.metsci.glimpse.util.geo.format.LatLonFormatParseException
- LatLonGeo - Class in com.metsci.glimpse.util.geo
- LatLonGeo(double, double) - Constructor for class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - LatLonGeo(double, double, double) - Constructor for class com.metsci.glimpse.util.geo.LatLonGeo
-
Constructs and initializes a
LatLonGeo
at the given coordinates. - LatLonProjection - Class in com.metsci.glimpse.core.support.projection
-
A projection which maps a texture with data values spaced uniformly in lat/lon space onto a flat plane defined by the provided GeoProjection.
- LatLonProjection(GeoProjection, double, double, double, double) - Constructor for class com.metsci.glimpse.core.support.projection.LatLonProjection
- LatLonProjection(GeoProjection, double, double, double, double, boolean) - Constructor for class com.metsci.glimpse.core.support.projection.LatLonProjection
- LatLonProjection(GeoProjection, double, double, double, double, boolean, double) - Constructor for class com.metsci.glimpse.core.support.projection.LatLonProjection
- LatLonRect - Class in com.metsci.glimpse.util.geo
- LatLonTrackPainter - Class in com.metsci.glimpse.core.painter.geo
-
A facade over TrackPainter which allows the specification of new track points in lat/lon and automatically uses the provided
GeoProjection
to convert to plot coordinates. - LatLonTrackPainter(GeoProjection) - Constructor for class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- LatLonTrackPainter(GeoProjection, boolean) - Constructor for class com.metsci.glimpse.core.painter.geo.LatLonTrackPainter
- latToY(double) - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- latToY(double) - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- latToY(double) - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
- Lavender - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Lavender
- LavenderBlush - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LavenderBlush
- LavenderBlush2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LavenderBlush2
- LavenderBlush3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LavenderBlush3
- LavenderBlush4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LavenderBlush4
- LawnGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LawnGreen
- layout(GlimpseLayoutDelegate) - Method in interface com.metsci.glimpse.core.layout.GlimpseLayoutManager
- layout(GlimpseLayoutDelegate) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- layout(Rectangle2D, double[], int) - Method in class com.metsci.glimpse.core.painter.treemap.SliceAndDiceLayout
- layout(Rectangle2D, double[], int) - Method in class com.metsci.glimpse.core.painter.treemap.SquarifiedLayout
- layout(Rectangle2D, double[], int) - Method in interface com.metsci.glimpse.core.painter.treemap.TreeMapLayout
-
Returns an array of bounding rectangles in the same order as the provides
areas
array. - layoutContainer(Container) - Method in class com.metsci.glimpse.docking.SplitPane.SplitLayout
- layoutEvent(int, int, int, int) - Method in interface com.metsci.glimpse.core.layout.GlimpseLayoutListener
- LayoutManager - Class in com.metsci.glimpse.core.canvas
-
GlimpseLayout helper class which manages properly sorting GlimpseLayouts by their integer ordering constant (and by order of addition when two layouts have the same ordering constant).
- LayoutManager() - Constructor for class com.metsci.glimpse.core.canvas.LayoutManager
- LayoutManager.LayoutOrder - Class in com.metsci.glimpse.core.canvas
- LayoutManager.LayoutOrderComparator - Class in com.metsci.glimpse.core.canvas
- LayoutOrder(GlimpseLayout) - Constructor for class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- LayoutOrder(GlimpseLayout, int) - Constructor for class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- LayoutOrderComparator() - Constructor for class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrderComparator
- layoutTo(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- layoutTo(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- layoutTo(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- layoutTo(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- layoutTo(GlimpseTargetStack, GlimpseBounds) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- LcpState(long) - Constructor for class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp.LcpState
- leaf(float, float) - Method in class com.metsci.glimpse.util.quadtree.QuadTree
- leaf(float, float) - Method in interface com.metsci.glimpse.util.quadtree.QuadTree.Node
- leaf(long, long) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree
- leaf(long, long) - Method in interface com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree.Node
- Leaf(Component, boolean) - Constructor for class com.metsci.glimpse.docking.MultiSplitPane.Leaf
- LeafNode(float, float, float, float, Collection<Flat2Query.PointItem>, Collection<Flat2Query.LineItem>, Collection<Flat2Query.TriangleItem>) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- leafNodeCount - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- leafNodesBuf - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.Tree
- leaves() - Method in class com.metsci.glimpse.docking.MultiSplitPane
- Left - com.metsci.glimpse.core.painter.info.SimpleTextPainter.HorizontalPosition
- Left - com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisOrientation
- LEFT - com.metsci.glimpse.docking.Side
- leftX - Variable in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
The left-most x coordinate for the text.
- LegendPainter - Class in com.metsci.glimpse.core.painter.decoration
-
Displays a simple color based legend floating on top of the plot.
- LegendPainter(LegendPainter.LegendPlacement) - Constructor for class com.metsci.glimpse.core.painter.decoration.LegendPainter
- LegendPainter.BlockLegendPainter - Class in com.metsci.glimpse.core.painter.decoration
- LegendPainter.LegendPlacement - Enum in com.metsci.glimpse.core.painter.decoration
- LegendPainter.LineLegendPainter - Class in com.metsci.glimpse.core.painter.decoration
- LegendPainter.LineLegendPainter.LineLegendPainterItem - Class in com.metsci.glimpse.core.painter.decoration
- LemonChiffon - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LemonChiffon
- LemonChiffon2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LemonChiffon2
- LemonChiffon3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LemonChiffon3
- LemonChiffon4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LemonChiffon4
- Length - Class in com.metsci.glimpse.util.units
- Length() - Constructor for class com.metsci.glimpse.util.units.Length
- lengthScale - Variable in class com.metsci.glimpse.core.painter.geo.TileKey
-
This is a measure of the zoom scale.
- lessThan(double) - Static method in class com.metsci.glimpse.util.PredicateUtils
- lessThan(int) - Static method in class com.metsci.glimpse.util.PredicateUtils
- level - Variable in enum com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
- level - Variable in class com.metsci.glimpse.topo.ShadedReliefTileCache.ReliefTileKey
- levelNum - Variable in class com.metsci.glimpse.topo.TopoTileKey
- levels - Variable in class com.metsci.glimpse.topo.io.TopoDataset
- levels - Variable in class com.metsci.glimpse.topo.TopoLevelSet
- levels - Variable in class com.metsci.glimpse.topo.TopoTileCache
- lhsAttr - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- libraries - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCache
- libraries - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- libraries - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Database
- library - Variable in class com.metsci.glimpse.dnc.DncChunks.DncChunkKey
- Library() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- libraryName - Variable in class com.metsci.glimpse.dnc.DncLibrary
- libraryNum - Variable in class com.metsci.glimpse.dnc.convert.Flat.FlatChunkKey
- libraryRenderingOrder - Static variable in class com.metsci.glimpse.dnc.DncPainterUtils
- lifo - Variable in enum com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- LIGHT_AZIMUTH - Static variable in class com.metsci.glimpse.topo.ShadedReliefTileCache
- LIGHT_GRAY - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- LightBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightBlue
- LightBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightBlue1
- LightBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightBlue2
- LightBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightBlue3
- LightBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightBlue4
- LightCoral - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightCoral
- LightCyan - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightCyan
- LightCyan2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightCyan2
- LightCyan3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightCyan3
- LightCyan4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightCyan4
- lighten(ColorGradient, double) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- LightGoldenrod - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGoldenrod
- LightGoldenrod1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGoldenrod1
- LightGoldenrod2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGoldenrod2
- LightGoldenrod3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGoldenrod3
- LightGoldenrod4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGoldenrod4
- LightGoldenrodYellow - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGoldenrodYellow
- lightGray - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- LightGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGreen
- LightGrey - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightGrey
- LightPink - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightPink
- LightPink1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightPink1
- LightPink2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightPink2
- LightPink3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightPink3
- LightPink4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightPink4
- LightSalmon - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSalmon
- LightSalmon2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSalmon2
- LightSalmon3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSalmon3
- LightSalmon4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSalmon4
- LightSeaGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSeaGreen
- LightSkyBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSkyBlue
- LightSkyBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSkyBlue1
- LightSkyBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSkyBlue2
- LightSkyBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSkyBlue3
- LightSkyBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSkyBlue4
- LightSlateBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSlateBlue
- LightSlateGray - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSlateGray
- LightSteelBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSteelBlue
- LightSteelBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSteelBlue1
- LightSteelBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSteelBlue2
- LightSteelBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSteelBlue3
- LightSteelBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightSteelBlue4
- LightYellow - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightYellow
- LightYellow2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightYellow2
- LightYellow3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightYellow3
- LightYellow4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LightYellow4
- LimeGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
LimeGreen
- LINE_SEPARATOR - Static variable in class com.metsci.glimpse.util.GeneralUtils
- LINE_THICKNESS_PX - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- LINE_THICKNESS_PX - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- LINE_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- LINE_THICKNESS_PX - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- LINE_THICKNESS_PX - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- linearCombination(double[], Vector2d[]) - Static method in class com.metsci.glimpse.util.vector.Vector2d
- linearCombination(double[], Vector3d[]) - Static method in class com.metsci.glimpse.util.vector.Vector3d
- linearCombination(double, Vector2d, double, Vector2d) - Static method in class com.metsci.glimpse.util.vector.Vector2d
- linearCombination(double, Vector3d, double, Vector3d) - Static method in class com.metsci.glimpse.util.vector.Vector3d
- linearCombination(double, Vector3d, double, Vector3d, double, Vector3d) - Static method in class com.metsci.glimpse.util.vector.Vector3d
- lineAreaStylesLoader - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- LinearInterpolator - Class in com.metsci.glimpse.util.math
-
Used for piecewise linear interpolation between given 2D points.
- LinearInterpolator(LinearInterpolator.Xy[]) - Constructor for class com.metsci.glimpse.util.math.LinearInterpolator
- LinearInterpolator.Xy - Class in com.metsci.glimpse.util.math
- LineBufferHandles(int, int, int) - Constructor for class com.metsci.glimpse.core.support.shader.line.LineProgram.LineBufferHandles
- lineColor - Variable in class com.metsci.glimpse.docking.DockingTheme
- lineCoords - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- LineFeature() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.LineFeature
- lineFragShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- lineFragShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- lineFragShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- lineFragShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- lineFragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- lineFragShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.line.LineProgram
- lineGeomShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- lineGeomShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- lineGeomShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- lineGeomShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- lineGeomShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- lineGeomShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.line.LineProgram
- lineIntersectsHorizontal(float, float, float, float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- lineIntersectsVertical(float, float, float, float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- LineItem(int, float, float, float, float) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- lineItemCount - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- LineJoinExample - Class in com.metsci.glimpse.core.examples.line
- LineJoinExample() - Constructor for class com.metsci.glimpse.core.examples.line.LineJoinExample
- LineJoinExample.CustomLinesPainter - Class in com.metsci.glimpse.core.examples.line
- LineJoinExample2 - Class in com.metsci.glimpse.core.examples.line
- LineJoinExample2() - Constructor for class com.metsci.glimpse.core.examples.line.LineJoinExample2
- LineJoinExample2.CustomLinesPainter - Class in com.metsci.glimpse.core.examples.line
- LineJoinType - Enum in com.metsci.glimpse.core.support.shader.line
- LineLegendPainter(LegendPainter.LegendPlacement) - Constructor for class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
- LineLegendPainterItem() - Constructor for class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter.LineLegendPainterItem
- Linen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Linen
- LinePath - Class in com.metsci.glimpse.core.support.shader.line
- LinePath() - Constructor for class com.metsci.glimpse.core.support.shader.line.LinePath
- LinePath(int, int) - Constructor for class com.metsci.glimpse.core.support.shader.line.LinePath
- LinePathData - Class in com.metsci.glimpse.core.support.shader.line
- LinePathData(int) - Constructor for class com.metsci.glimpse.core.support.shader.line.LinePathData
- LinePathExample - Class in com.metsci.glimpse.core.examples.line
- LinePathExample() - Constructor for class com.metsci.glimpse.core.examples.line.LinePathExample
- LinePathExample.CustomLinesPainter - Class in com.metsci.glimpse.core.examples.line
- LinePlotExample - Class in com.metsci.glimpse.core.examples.plot
-
A basic x/y line plot with a simple legend.
- LinePlotExample() - Constructor for class com.metsci.glimpse.core.examples.plot.LinePlotExample
- LineProgram - Class in com.metsci.glimpse.core.support.shader.line
-
Represents the shader program for drawing lines.
- LineProgram() - Constructor for class com.metsci.glimpse.core.support.shader.line.LineProgram
- LineProgram.LineBufferHandles - Class in com.metsci.glimpse.core.support.shader.line
- LineProgram.LineProgramHandles - Class in com.metsci.glimpse.core.support.shader.line
- LineProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- LineProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- LineProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- LineProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- lineRgba - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- lines - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- linesBuf - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.Tree
- linesCoordCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- linesCoordFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- LineSetPainter - Class in com.metsci.glimpse.core.painter.shape
-
Efficiently draws a static set of line segments.
- LineSetPainter() - Constructor for class com.metsci.glimpse.core.painter.shape.LineSetPainter
- LineSetPainter(boolean) - Constructor for class com.metsci.glimpse.core.painter.shape.LineSetPainter
- lineStippleFactor - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- lineStipplePattern - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- LineStrip - Class in com.metsci.glimpse.core.support.shader.line
- LineStrip() - Constructor for class com.metsci.glimpse.core.support.shader.line.LineStrip
- LineStrip(int) - Constructor for class com.metsci.glimpse.core.support.shader.line.LineStrip
- LineStripExample - Class in com.metsci.glimpse.core.examples.line
- LineStripExample() - Constructor for class com.metsci.glimpse.core.examples.line.LineStripExample
- LineStripExample.LineStripExamplePainter - Class in com.metsci.glimpse.core.examples.line
- LineStripExamplePainter() - Constructor for class com.metsci.glimpse.core.examples.line.LineStripExample.LineStripExamplePainter
- LineStyle - Class in com.metsci.glimpse.core.support.shader.line
- LineStyle() - Constructor for class com.metsci.glimpse.core.support.shader.line.LineStyle
- LineStyle(LineStyle) - Constructor for class com.metsci.glimpse.core.support.shader.line.LineStyle
- lineSymbolId - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- lineThickness - Variable in class com.metsci.glimpse.docking.DockingTheme
-
Even lineThickness values do NOT work well
- lineTo(float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- lineTo(float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- lineTo(float, float) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
-
Appends 1 vertex.
- lineTo(float, float, float[]) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- LineUtils - Class in com.metsci.glimpse.core.support.shader.line
- LineUtils() - Constructor for class com.metsci.glimpse.core.support.shader.line.LineUtils
- lineVertShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- lineVertShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- lineVertShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- lineVertShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- lineVertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- lineVertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.line.LineProgram
- lineWidth - Variable in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter.LineLegendPainterItem
- lineWidth - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- LinkedHeatMapExample - Class in com.metsci.glimpse.core.examples.heatmap
-
Demonstrates Glimpse's axis linking capability by creating two independent Glimpse plots and linking their axes so that they move together.
- LinkedHeatMapExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.LinkedHeatMapExample
- LinkedTaggedHeatMapExample - Class in com.metsci.glimpse.core.examples.heatmap
-
Demonstrates Glimpse's axis linking capability by creating two independent Glimpse plots and linking their axes so that they move together.
- LinkedTaggedHeatMapExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.LinkedTaggedHeatMapExample
- linkProgram(GL2ES2, int...) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- linkProgram(GL2ES2, int...) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- listenable(Listenable...) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- listenable(Collection<? extends Listenable>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- Listenable<T> - Interface in com.metsci.glimpse.util.var
- Listenable - Interface in com.metsci.glimpse.util.var2
- ListenableBasic - Class in com.metsci.glimpse.util.var2
- ListenableBasic() - Constructor for class com.metsci.glimpse.util.var2.ListenableBasic
- ListenableGroup<T> - Class in com.metsci.glimpse.util.var
- ListenableGroup(Listenable<T>...) - Constructor for class com.metsci.glimpse.util.var.ListenableGroup
- ListenableGroup(Collection<? extends Listenable<T>>) - Constructor for class com.metsci.glimpse.util.var.ListenableGroup
- ListenableSet - Class in com.metsci.glimpse.util.var2
- ListenableSet(Listenable...) - Constructor for class com.metsci.glimpse.util.var2.ListenableSet
- ListenableSet(Collection<? extends Listenable>) - Constructor for class com.metsci.glimpse.util.var2.ListenableSet
- ListenerFlag - Interface in com.metsci.glimpse.util.var2
- ListenerFlag.ListenerFlagOrder - Class in com.metsci.glimpse.util.var2
- ListenerFlag.ListenerFlagSimple - Class in com.metsci.glimpse.util.var2
- ListenerFlagOrder(int) - Constructor for class com.metsci.glimpse.util.var2.ListenerFlag.ListenerFlagOrder
- ListenerFlagSet - Class in com.metsci.glimpse.util.var2
- ListenerFlagSet(Collection<? extends ListenerFlag>) - Constructor for class com.metsci.glimpse.util.var2.ListenerFlagSet
- ListenerFlagSimple(String) - Constructor for class com.metsci.glimpse.util.var2.ListenerFlag.ListenerFlagSimple
- listeners() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- listMinus(List<V>, int) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listMinus(List<V>, Collection<? extends V>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listMinus(List<V>, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listMinus(List<V>, V...) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listPlus(List<V>, int, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listPlus(List<V>, Collection<? extends V>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listPlus(List<V>, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listPlus(List<V>, V...) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- listWith(List<V>, int, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- LittleEndianDataInput - Class in com.metsci.glimpse.util.io
-
LittleEndianDataInput is a wrapper around a DataInput object that converts formatted input from little-endian to Java standard big-endian after reading it in.
- LittleEndianDataInput(DataInput) - Constructor for class com.metsci.glimpse.util.io.LittleEndianDataInput
- LittleEndianDataOutput - Class in com.metsci.glimpse.util.io
-
LittleEndianDataInput is a wrapper around a DataOutput object that converts data from Java standard big-endian to little-endian before outputting it.
- LittleEndianDataOutput(DataOutput) - Constructor for class com.metsci.glimpse.util.io.LittleEndianDataOutput
- LN_2 - Static variable in class com.metsci.glimpse.util.math.fast.FastLog
- LN_2_INV - Static variable in class com.metsci.glimpse.util.math.fast.FastLog
- LN_TEN - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant Math.log(10.0).
- LN_TWO_PI - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant Math.log(2.0 * Math.PI).
- loadDockingArrangement(File, URL) - Static method in class com.metsci.glimpse.docking.DockingUtils
- loadDockingArrangement(InputStream) - Static method in class com.metsci.glimpse.docking.DockingUtils
- loadDockingArrangement(String, URL) - Static method in class com.metsci.glimpse.docking.DockingUtils
- loadFeatures(DncChunks.DncChunkKey, IntCollection) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCache
- loadFeatures(DncChunks.DncChunkKey, IntCollection) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryDatabase
- loadGeosymImage(String, DncGeosymImageUtils.KeyedTextLoader, DncGeosymImageUtils.KeyedTextLoader, double) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- loadImage(Object, int, int, double, double, ImageDrawer) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Adds an image, defined by an arbitrary Java2D drawing routine, to the TextureAtlas.
- loadImage(Object, int, int, ImageDrawer) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Adds an image, defined by an arbitrary Java2D drawing routine, to the TextureAtlas.
- loadImage(Object, BufferedImage) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Adds an image, defined by a BufferedImage, to the TextureAtlas.
- loadImage(Object, BufferedImage, double, double) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Adds an image, defined by a BufferedImage, to the TextureAtlas.
- loadNgdcLandFile(URL, GeoProjection) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- loadNgdcLandFileAndCenterAxis(URL, GeoProjection, Axis2D) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- loadProgram(GL) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- loadProgram(GL2ES2, String, String) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.ShaderLoader
-
Loads a shader program from a pair of strings.
- loadText() - Method in interface com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils.TextLoader
- loadTextFor(String) - Method in interface com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils.KeyedTextLoader
- loadTextureAtlas(TextureAtlas) - Static method in class com.metsci.glimpse.core.examples.icon.TextureAtlasExample
- loadTrueTypeFont(URL, float, int) - Static method in class com.metsci.glimpse.core.support.font.FontUtils
- location - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
-
Position of this glyph in texture.
- locations - Variable in class com.metsci.glimpse.dnc.convert.Vpf.Edge
- locations(List<Vpf.Edge>) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- lock() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks both the minimum and maximum value of this axis to their current values.
- lock() - Method in class com.metsci.glimpse.core.axis.Axis2D
- lock() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- lockAspectRatio(Axis1D, double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks the aspect ratio between this axis and a provided orthogonal aspect to a fixed ratio.
- lockAspectRatioXY(double) - Method in class com.metsci.glimpse.core.axis.Axis2D
- lockAspectRatioXY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- lockFile(File) - Static method in class com.metsci.glimpse.util.io.FileSync
-
Locks the file.
- lockMax() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks the maximum value of this axis to its current max value.
- lockMax(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks the maximum value of this axis to a fixed value.
- lockMaxX(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- lockMaxY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- lockMaxZ(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- lockMin() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks the minimum value of this axis to its current min value.
- lockMin(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks the minimum value of this axis to a fixed value.
- lockMinX(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- lockMinY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- lockMinZ(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- log(Logger, Level, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- log(Logger, Level, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- log10(double) - Method in class com.metsci.glimpse.util.math.fast.FastLog
- LOG10_2 - Static variable in class com.metsci.glimpse.util.math.fast.FastLog
- log2(double) - Method in class com.metsci.glimpse.util.math.fast.FastLog
- logConfig(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logConfig(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logFine(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logFine(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logFiner(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logFiner(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logFinest(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logFinest(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logger - Static variable in class com.metsci.glimpse.core.axis.Axis1D
- logger - Static variable in class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- logger - Static variable in class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- LoggerUtils - Class in com.metsci.glimpse.util.logging
- LoggerUtils() - Constructor for class com.metsci.glimpse.util.logging.LoggerUtils
- LoggerUtils.LoggingOutputStream - Class in com.metsci.glimpse.util.logging
-
An OutputStream that writes contents to a Logger upon each call to flush() Original URL: https://blogs.oracle.com/nickstephen/entry/java_redirecting_system_out_and Author gives permission for free use in blog comments section.
- LoggerUtils.StdOutErrLevel - Class in com.metsci.glimpse.util.logging
-
Class defining 2 new Logging levels, one for STDOUT, one for STDERR, used when multiplexing STDOUT and STDERR into the same rolling log file via the Java Logging APIs.
From: http://blogs.sun.com/nickstephen/entry/java_redirecting_system_out_and - LoggingOutputStream(Logger, Level) - Constructor for class com.metsci.glimpse.util.logging.LoggerUtils.LoggingOutputStream
-
Constructor
- logGLBufferProperties(Logger, Level, GLContext, String) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- logGLError(Logger, int, String) - Static method in class com.metsci.glimpse.core.gl.util.GLErrorUtils
- logGLErrors(Logger, GL, String) - Static method in class com.metsci.glimpse.core.gl.util.GLErrorUtils
- logGLExtensions(Logger, Level, GLContext, boolean) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- logGLMaximumValues(Logger, Level, GLContext) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
-
Logs a variety of capability limitations, such as maximum texture size.
- logGLProgramInfoLog(Logger, GL2ES2, int, String) - Static method in class com.metsci.glimpse.core.gl.util.GLErrorUtils
- logGLShaderInfoLog(Logger, GL2ES2, int, String) - Static method in class com.metsci.glimpse.core.gl.util.GLErrorUtils
- logGLVersionInfo(Logger, Level, GLContext) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- logGLVersionInfo(Logger, Level, GLContext, boolean) - Static method in class com.metsci.glimpse.core.gl.util.GLCapabilityUtils
- logicalSize() - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- logicalToActualIndex(int) - Static method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- logicalToActualSize(int) - Static method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- logicalXys() - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- logInfo(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logInfo(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logSevere(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logSevere(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logWarning(Logger, String, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- logWarning(Logger, String, Throwable, Object...) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
Wraps call to Java logger with varargs and performance optimization: no argument formatting if unneeded.
- lon - Variable in class com.metsci.glimpse.charts.shoreline.LandVertex
- lon_DEG - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Vertex
- Long() - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Long
- Long(int) - Constructor for class com.metsci.glimpse.util.PrimitiveVector.Long
- longPressDetected(GlimpseLongPressGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener1D
- longPressDetected(GlimpseLongPressGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- longPressDetected(GlimpseLongPressGestureEvent) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureAdapter
- longPressDetected(GlimpseLongPressGestureEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseGestureListener
- longPressDetected(GlimpseLongPressGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- longPressDetected(GlimpseLongPressGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- longPressDetected0(I) - Method in class com.metsci.glimpse.core.event.touch.GestureWrapper
- LongQuadTree<B> - Class in com.metsci.glimpse.util.quadtree.longvalued
- LongQuadTree(B) - Constructor for class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree
- LongQuadTree.Accumulator<B> - Interface in com.metsci.glimpse.util.quadtree.longvalued
- LongQuadTree.Node<B> - Interface in com.metsci.glimpse.util.quadtree.longvalued
- LongQuadTreeObjects<V> - Class in com.metsci.glimpse.util.quadtree.longvalued
- LongQuadTreeObjects(int) - Constructor for class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- LongQuadTreeObjects.Event - Class in com.metsci.glimpse.util.quadtree.longvalued
- longs(long...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Terse (especially as a static import) way to create a long[] literal.
- Longs - Interface in com.metsci.glimpse.util.primitives
- LongsArray - Class in com.metsci.glimpse.util.primitives
- LongsArray() - Constructor for class com.metsci.glimpse.util.primitives.LongsArray
- LongsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.LongsArray
- LongsArray(long[]) - Constructor for class com.metsci.glimpse.util.primitives.LongsArray
-
For efficiency, does not clone the array arg.
- LongsArray(long[], int) - Constructor for class com.metsci.glimpse.util.primitives.LongsArray
-
For efficiency, does not clone the array arg.
- LongsArray(Longs) - Constructor for class com.metsci.glimpse.util.primitives.LongsArray
-
Clones the sequence arg.
- LongsModifiable - Interface in com.metsci.glimpse.util.primitives
- longsPerFlatAttr - Static variable in class com.metsci.glimpse.dnc.convert.Flat
- longsPerQueryChunk - Static variable in class com.metsci.glimpse.dnc.convert.Query
- longsPerRenderChunk - Static variable in class com.metsci.glimpse.dnc.convert.Render
- lonToX(double) - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- lonToX(double) - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- lonToX(double) - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
- LookAndFeel - Interface in com.metsci.glimpse.core.support.settings
- lookup(double) - Method in class com.metsci.glimpse.util.math.fast.FastFunc
-
Returns the value of the precomputed function using a simple nearest neighbor interpolation.
- lookup(double[][], double[][]) - Method in class com.metsci.glimpse.util.math.fast.FastFunc
-
Returns the value of the precomputed function using a simple nearest neighbor interpolation.
- LoopBuilder() - Constructor for class com.metsci.glimpse.core.support.polygon.Polygon.Loop.LoopBuilder
- lowercaseSigma - Static variable in class com.metsci.glimpse.util.StringUtils
M
- magenta - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Magenta - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Magenta
- MAGENTA - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Magenta2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Magenta2
- Magenta3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Magenta3
- magma - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.axis.HdrAxisExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.axis.MultiAxisPlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.axis.WrappedAxisExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.axis.WrappedAxisExample2
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.AnimatedTextureExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.ImageExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.InterpolatedHeatMapExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.LinkedHeatMapExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.LinkedTaggedHeatMapExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.ShadedTexturePainterExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.heatmap.TaggedHeatMapExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.icon.IconPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.icon.TextureAtlasExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.layout.CustomLayoutExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.layout.FloatingLayoutExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.layout.MiniMapLayoutExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.layout.SimpleLayoutExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.layout.VerticallyScrollableLayoutExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.line.LineJoinExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.line.LineJoinExample2
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.line.LinePathExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.line.LineStripExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.misc.ButtonExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.misc.DynamicLinePainterExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.misc.MouseDrawingExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.misc.PopupMenuExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.misc.SwingMoveCanvasTest
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.misc.TreeMapExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.plot.EmptyPlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.plot.FunctionPlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.plot.LinePlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.projection.AnimatedPolarProjectionExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.projection.GenericProjectionExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.projection.PolarProjectionExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.projection.ReprojectionExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.scatterplot.DynamicPointPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.scatterplot.PointShaderExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.scatterplot.ScatterplotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.screenshot.OffscreenRenderingExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.screenshot.ScreenCaptureExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.shape.PolygonPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.timeline.CollapsibleTimelinePlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.timeline.HorizontalTimelinePlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.timeline.MultipleTimelineExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.timeline.NestedTimelinePlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.timeline.StackedPlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.timeline.VerticalTimelinePlotExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.track.StaticTrackPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.core.examples.track.TrackPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.charts.bathy.BathymetryExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.charts.rnc.RasterNavigationChartExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.charts.shoreline.LandPlotExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.charts.slippy.SlippyTileExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncExplorer
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainterExample2
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainterExample3
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainterSyncExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.dnc.Vpf2FlatConverter
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.topo.EquirectTopoPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.topo.HillShadeExample
- main(String[]) - Static method in class com.metsci.glimpse.extras.examples.topo.MercatorTopoPainterExample
- main(String[]) - Static method in class com.metsci.glimpse.util.jnlu.FileUtils.DeleteRecursively
- main(String[]) - Static method in class com.metsci.glimpse.util.math.fast.QuickExp
- main(String[]) - Static method in class com.metsci.glimpse.util.math.stat.BivariateGaussianDistributionUtils
- main(String[]) - Static method in class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- main(String[]) - Static method in class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGumbel
- main(String[]) - Static method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- make(A, B, C) - Static method in class com.metsci.glimpse.util.Triplet
- makeDirty() - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- makeDirty() - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Most Texture implementations are backed by a buffer on the heap which acts as a staging area for data changes to the texture.
- makeDirty() - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- makeFrame(int, int, int, int) - Static method in class com.metsci.glimpse.core.examples.misc.SwingMoveCanvasTest
- makeProjectionDirty() - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- map - Variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- map(GL, int) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- map(GL, int, boolean, double) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- map(RandomAccessFile, long, boolean) - Method in interface com.metsci.glimpse.util.io.FileMapper
- map(RandomAccessFile, long, boolean) - Method in class com.metsci.glimpse.util.io.FileMapperStandard
- map(RandomAccessFile, long, boolean) - Method in class com.metsci.glimpse.util.io.FileMapperWindows64
- MapBorderPainter - Class in com.metsci.glimpse.core.painter.decoration
-
An alternative
BorderPainter
which displays alternating white and black lines (to emulate a geographic map border). - MapBorderPainter(AxisLabelHandler, AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- mapBytes(GL, long) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Returns a buffer representing host memory owned by the graphics driver.
- mapCollection(Collection<T>, Function<? super T, ? extends R>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- mapDoubles(GL, long) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience wrapper around
GLStreamingBuffer.mapBytes(GL, long)
-- convertsnumDoubles
to a byte count, and converts the returned buffer to aDoubleBuffer
. - mapFloats(GL, long) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience wrapper around
GLStreamingBuffer.mapBytes(GL, long)
-- convertsnumFloats
to a byte count, and converts the returned buffer to aFloatBuffer
. - mapInts(GL, long) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience wrapper around
GLStreamingBuffer.mapBytes(GL, long)
-- convertsnumInts
to a byte count, and converts the returned buffer to anIntBuffer
. - mapMinus(Map<K, V>, Collection<K>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- mapMinus(Map<K, V>, K) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- MappedBufferStats - Class in com.metsci.glimpse.util.io
- MappedBufferStats() - Constructor for class com.metsci.glimpse.util.io.MappedBufferStats
- MappedFile - Class in com.metsci.glimpse.util.io
-
Represents a file that gets memory-mapped, in its entirety, even if it is larger than 2GB.
- MappedFile(File, ByteOrder) - Constructor for class com.metsci.glimpse.util.io.MappedFile
- MappedFile(File, ByteOrder, boolean) - Constructor for class com.metsci.glimpse.util.io.MappedFile
- MappedFile(File, ByteOrder, long) - Constructor for class com.metsci.glimpse.util.io.MappedFile
- MapPlot2D - Class in com.metsci.glimpse.core.plot
-
A geographic plotting area.
- MapPlot2D(GeoProjection) - Constructor for class com.metsci.glimpse.core.plot.MapPlot2D
- mapSubset(Map<K, V>, Collection<K>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- mapSubsetVar(ReadableVar<ImmutableMap<K, V>>, ReadableVar<? extends Set<K2>>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- mapSubsetVar(Var<ImmutableMap<K, V>>, ReadableVar<? extends Set<K2>>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
-
When modifying the returned var, don't add mappings for keys that are not in
keysVar
. - mapUpdated(Map<K, V>, K, Function<? super V, ? extends V>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- mapValueVar(Var<ImmutableMap<K, V>>, ReadableVar<K2>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- mapValueVar(Var<ImmutableMap<K, V>>, K2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- mapWith(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- mapWith(Map<K, V>, K, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- mapWith(Map<K1, ImmutableMap<K2, V>>, K1, K2, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- markDirty(int, int, int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- Maroon - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Maroon
- Maroon1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Maroon1
- Maroon2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Maroon2
- Maroon3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Maroon3
- Maroon4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Maroon4
- matches(String, String, String, Function<String, Object>, Function<String, Object>) - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- matches(List<GlimpseTarget>) - Method in interface com.metsci.glimpse.core.layout.matcher.TargetStackMatcher
- MathConstants - Class in com.metsci.glimpse.util.math
- MathConstants() - Constructor for class com.metsci.glimpse.util.math.MathConstants
- max(double...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- max(double, double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
- max(float...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- max(float, float, float) - Static method in class com.metsci.glimpse.util.GeneralUtils
- max(int...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns the maximum value from among a set of inputs.
- max(int, int, int) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns the maximum value from among three inputs.
- max(long...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- max(long, long, long) - Static method in class com.metsci.glimpse.util.GeneralUtils
- max(T, T) - Static method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- MAX_COLORS - Static variable in class com.metsci.glimpse.topo.ShadedReliefProgram
- MAX_PIXEL_DISTANCE - Static variable in class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- MAX_TIME - Static variable in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- max3f(float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- max4i(int, int, int, int) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- maxAreaFraction - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- maxColsPerTile - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
- maxDescent - Variable in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
The maximum descent of any character in this string.
- maxDlatDy_RAD(double, double) - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- maxDlatDy_RAD(double, double) - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- maxDlatDy_RAD(double, double) - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
-
Maximum value of dlat/dy over all y values in [yMin,yMax].
- maxHeight - Variable in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
The difference between the maximum ascent of any character and the lowest descent of any character.
- maxHeightFraction - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- maxHeightPixels - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- maximizedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- maximizedLeaf(MultiSplitPane, Component) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- maximizedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- maximizedLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- maximizedLeaf(Component) - Method in interface com.metsci.glimpse.docking.MultiSplitPaneListener
- maximizeIcon - Variable in class com.metsci.glimpse.docking.DockingTheme
- maximizeLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- maxIndex - Variable in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter.TickInfo
- maxLat_DEG - Variable in class com.metsci.glimpse.core.painter.geo.TileKey
- maxLat_DEG - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- maxLon_DEG - Variable in class com.metsci.glimpse.core.painter.geo.TileKey
- maxLon_DEG - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- maxPaddingPixels - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- maxRowsPerBand - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
- maxUsableY() - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- maxUsableY() - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- maxUsableY() - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
- maxWidthFraction - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- maxWidthPixels - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- meanRadius - Static variable in class com.metsci.glimpse.util.geo.datum.DatumWgs84.Constants
- MeasurementPainter - Class in com.metsci.glimpse.core.painter.info
-
Displays a protractor and ruler when the mouse cursor is locked via the middle mouse button.
- MeasurementPainter() - Constructor for class com.metsci.glimpse.core.painter.info.MeasurementPainter
- MeasurementPainter(String) - Constructor for class com.metsci.glimpse.core.painter.info.MeasurementPainter
- MeasurementPainter(DecimalFormat, DecimalFormat) - Constructor for class com.metsci.glimpse.core.painter.info.MeasurementPainter
- MediumAquamarine - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumAquamarine
- MediumBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumBlue
- MediumOrchid - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumOrchid
- MediumOrchid1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumOrchid1
- MediumOrchid2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumOrchid2
- MediumOrchid3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumOrchid3
- MediumOrchid4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumOrchid4
- MediumPurple - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumPurple
- MediumPurple1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumPurple1
- MediumPurple2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumPurple2
- MediumPurple3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumPurple3
- MediumPurple4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumPurple4
- MediumSeaGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumSeaGreen
- MediumSlateBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumSlateBlue
- MediumSpring - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumSpring
- MediumTurquoise - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumTurquoise
- MediumVioletRed - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MediumVioletRed
- memmapChunkVertices(Render.RenderChunk) - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- memmapFlatAttrsBuf(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- memmapFlatLibrariesBuf(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- memmapFlatRingsBuf(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- memmapFlatStringsBuf(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- memmapFlatVerticesBuf(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- memmapReadOnly(File) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- memmapReadWrite(File) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- MercatorNormalCylindricalProjection - Class in com.metsci.glimpse.topo.proj
- MercatorNormalCylindricalProjection(double) - Constructor for class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- MercatorNormalCylindricalProjection(double, double) - Constructor for class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- MercatorProjection - Class in com.metsci.glimpse.util.geo.projection
-
Mercator cylindrical map projection.
- MercatorProjection() - Constructor for class com.metsci.glimpse.util.geo.projection.MercatorProjection
- MercatorProjection(double) - Constructor for class com.metsci.glimpse.util.geo.projection.MercatorProjection
- MercatorTopoPainter - Class in com.metsci.glimpse.topo
- MercatorTopoPainter(TopoDataset, MercatorNormalCylindricalProjection) - Constructor for class com.metsci.glimpse.topo.MercatorTopoPainter
- MercatorTopoPainter(TopoDataset, MercatorNormalCylindricalProjection, TopoPainterConfig) - Constructor for class com.metsci.glimpse.topo.MercatorTopoPainter
- MercatorTopoPainterExample - Class in com.metsci.glimpse.extras.examples.topo
- MercatorTopoPainterExample() - Constructor for class com.metsci.glimpse.extras.examples.topo.MercatorTopoPainterExample
- MercatorTopoProgram - Class in com.metsci.glimpse.topo
- MercatorTopoProgram(int, int, int, ColorTexture1D, ColorTexture1D, float, float) - Constructor for class com.metsci.glimpse.topo.MercatorTopoProgram
- MercatorTopoProgram.Handles - Class in com.metsci.glimpse.topo
- mergesort(int, int, GenericSorting.Comparator, GenericSorting.Swapper) - Static method in class com.metsci.glimpse.util.primitives.algorithms.GenericSorting
-
Sorts the specified range of elements according to the order induced by the specified comparator.
- mergesort(long[], int[], int, int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Sorting
- meridionalDistance(Datum, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
- Meta - com.metsci.glimpse.core.event.mouse.ModifierKey
- metersPerSecondToKnots - Static variable in class com.metsci.glimpse.util.units.Speed
- metersPerSecondToKnots(double) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from meters-per-second to knots.
- metersPerSecondToKnots(double...) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from meters-per-second to knots.
- metersPerSecondToSu - Static variable in class com.metsci.glimpse.util.units.Speed
- metersToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- metersToFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to feet.
- metersToFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to feet.
- metersToInches - Static variable in class com.metsci.glimpse.util.units.Length
- metersToInches(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to inches.
- metersToInches(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to inches.
- metersToKilometers - Static variable in class com.metsci.glimpse.util.units.Length
- metersToKiloyards - Static variable in class com.metsci.glimpse.util.units.Length
- metersToKiloyards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to kiloyards.
- metersToKiloyards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to kiloyards.
- metersToMillimeters - Static variable in class com.metsci.glimpse.util.units.Length
- metersToMillimeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to millimeters.
- metersToMillimeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to millimeters.
- metersToNauticalMiles - Static variable in class com.metsci.glimpse.util.units.Length
- metersToNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to nautical-miles.
- metersToNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to nautical-miles.
- metersToSu - Static variable in class com.metsci.glimpse.util.units.Length
- metersToYards - Static variable in class com.metsci.glimpse.util.units.Length
- metersToYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to yards.
- metersToYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from meters to yards.
- MiB - Static variable in class com.metsci.glimpse.dnc.util.DncMiscUtils
- microsecondsToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- microsecondsToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- microsecondsToSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from microseconds to seconds.
- microsecondsToSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from microseconds to seconds.
- microsecondsToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- MidnightBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MidnightBlue
- mileageBuffer() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- mileageVbo - Variable in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- mileageVbo(GL, double) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- mileageVbo(GL, double) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
Calls
LinePath.mileageVbo(GL, double, double)
with a threshold of 1+epsilon. - mileageVbo(GL, double, double) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
Recomputes mileages as necessary (based on the given threshold, and on the change in ppv-aspect-ratio), then returns the mileage VBO.
- millimetersToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- millimetersToFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to feet.
- millimetersToFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to feet.
- millimetersToInches - Static variable in class com.metsci.glimpse.util.units.Length
- millimetersToInches(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to inches.
- millimetersToInches(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to inches.
- millimetersToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- millimetersToMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to meters.
- millimetersToMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to meters.
- millimetersToSu - Static variable in class com.metsci.glimpse.util.units.Length
- millimetersToYards - Static variable in class com.metsci.glimpse.util.units.Length
- millimetersToYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to yards.
- millimetersToYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from millimeters to yards.
- millisecondsToDays - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to days.
- millisecondsToDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to days.
- millisecondsToHours - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to hours.
- millisecondsToHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to hours.
- millisecondsToMicroseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToMinutes - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to minutes.
- millisecondsToMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to minutes.
- millisecondsToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to seconds.
- millisecondsToSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to seconds.
- millisecondsToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToWeeks - Static variable in class com.metsci.glimpse.util.units.time.Time
- millisecondsToWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to weeks.
- millisecondsToWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from milliseconds to weeks.
- min(double...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- min(double, double, double) - Static method in class com.metsci.glimpse.util.GeneralUtils
- min(float...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- min(float, float, float) - Static method in class com.metsci.glimpse.util.GeneralUtils
- min(int...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns the minimum value from among a set of inputs.
- min(int, int, int) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Returns the minimum value from among three inputs.
- min(long...) - Static method in class com.metsci.glimpse.util.GeneralUtils
- min(long, long, long) - Static method in class com.metsci.glimpse.util.GeneralUtils
- min(T, T) - Static method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- MIN_TIME - Static variable in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- min3f(float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- minChildSize - Variable in class com.metsci.glimpse.docking.SplitPane
- MiniMapBoundsPainter() - Constructor for class com.metsci.glimpse.core.painter.info.MinimapLayout.MiniMapBoundsPainter
- MinimapLayout - Class in com.metsci.glimpse.core.painter.info
-
A
GlimpseLayout
which floats inside a larger GlimpseLayout and provides a zoomed out view of the scene inside the larger GlimpseLayout. - MinimapLayout() - Constructor for class com.metsci.glimpse.core.painter.info.MinimapLayout
- MinimapLayout.MiniMapBoundsPainter - Class in com.metsci.glimpse.core.painter.info
- MiniMapLayoutExample - Class in com.metsci.glimpse.core.examples.layout
-
Demonstrates use of MinimapLayout to create a miniature navigation area for any plot.
- MiniMapLayoutExample() - Constructor for class com.metsci.glimpse.core.examples.layout.MiniMapLayoutExample
- minimumLayoutSize(Container) - Method in class com.metsci.glimpse.docking.SplitPane.SplitLayout
- minIndex - Variable in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter.TickInfo
- minLat_DEG - Variable in class com.metsci.glimpse.core.painter.geo.TileKey
- minLat_DEG - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- minLon_DEG - Variable in class com.metsci.glimpse.core.painter.geo.TileKey
- minLon_DEG - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- MinMax - com.metsci.glimpse.core.axis.UpdateMode
- MinScale - com.metsci.glimpse.core.axis.UpdateMode
- MintCream - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MintCream
- minus(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- minus(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- minUsableY() - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- minUsableY() - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- minUsableY() - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
- minuteSign - Static variable in class com.metsci.glimpse.util.geo.format.Util
- minutesToDays - Static variable in class com.metsci.glimpse.util.units.time.Time
- minutesToDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to days.
- minutesToDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to days.
- minutesToHours - Static variable in class com.metsci.glimpse.util.units.time.Time
- minutesToHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to hours.
- minutesToHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to hours.
- minutesToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- minutesToMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to milliseconds.
- minutesToMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to milliseconds.
- minutesToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- minutesToSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to seconds.
- minutesToSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to seconds.
- minutesToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- minutesToWeeks - Static variable in class com.metsci.glimpse.util.units.time.Time
- minutesToWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to weeks.
- minutesToWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from minutes to weeks.
- minValueAndIndex(int...) - Static method in class com.metsci.glimpse.docking.MiscUtils
- MiscUtils - Class in com.metsci.glimpse.docking
-
These utility methods aren't specific to docking, but are used internally by the docking code.
- MiscUtils() - Constructor for class com.metsci.glimpse.docking.MiscUtils
- MiscUtils.IntAndIndex - Class in com.metsci.glimpse.docking
- MistyRose - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MistyRose
- MistyRose2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MistyRose2
- MistyRose3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MistyRose3
- MistyRose4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
MistyRose4
- MITER_LIMIT - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- MITER_LIMIT - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- MITER_LIMIT - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- miterLimit - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
To keep miters from growing out of control for very sharp angles, miter joins are only used when:
- mixRgba(float, float[], float, float[], float, float[]) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- Moccasin - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Moccasin
- ModifierKey - Enum in com.metsci.glimpse.core.event.mouse
- ModuleAccessChecker - Class in com.metsci.glimpse.util.ugly
-
Checks whether caller modules have the access they expect to packages in other modules.
- ModuleAccessChecker() - Constructor for class com.metsci.glimpse.util.ugly.ModuleAccessChecker
- MonthStruct() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.MonthStruct
- MonthStructFactory() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.MonthStructFactory
- Mouseable - Interface in com.metsci.glimpse.core.event.mouse
-
Any object which can receive Glimpse mouse listeners and provide callbacks when mouse events occur.
- MouseButton - Enum in com.metsci.glimpse.core.event.mouse
- mouseClicked(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseClicked(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseClicked(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseListenerWrapper
- mouseClicked(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseClicked0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- mouseDragged(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseDragged(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseDragged(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseMotionWrapper
- mouseDragged(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseDragged(MouseEvent) - Method in class com.metsci.glimpse.docking.DockingMouseAdapter
- mouseDragged0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- MouseDrawingExample - Class in com.metsci.glimpse.core.examples.misc
-
Demonstrates usage of a custom
AxisMouseListener
to paint onto a Glimpse plot. - MouseDrawingExample() - Constructor for class com.metsci.glimpse.core.examples.misc.MouseDrawingExample
- MouseDrawingExample.CustomMouseListener2D - Class in com.metsci.glimpse.core.examples.misc
- mouseEntered(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseEntered(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAdapter
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- mouseEntered(GlimpseMouseEvent) - Method in interface com.metsci.glimpse.core.event.mouse.GlimpseMouseListener
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- mouseEntered(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.LabelResizeMouseHandler
- mouseEntered(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- mouseEntered(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in interface com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener
- mouseEntered(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseListenerWrapper
- mouseEntered(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseEntered0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- mouseExited(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseExited(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseExited(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- mouseExited(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- mouseExited(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAdapter
- mouseExited(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- mouseExited(GlimpseMouseEvent) - Method in interface com.metsci.glimpse.core.event.mouse.GlimpseMouseListener
- mouseExited(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- mouseExited(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- mouseExited(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- mouseExited(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in interface com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener
- mouseExited(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseListenerWrapper
- mouseExited(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseExited0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- mouseMoved(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseMoved(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- mouseMoved(GlimpseMouseEvent) - Method in interface com.metsci.glimpse.core.event.mouse.GlimpseMouseMotionListener
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.examples.misc.MouseDrawingExample.CustomMouseListener2D
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.DataAxisMouseListener1D
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.LabelResizeMouseHandler
- mouseMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- mouseMoved(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- mouseMoved(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- mouseMoved(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- mouseMoved(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- mouseMoved(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in interface com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener
- mouseMoved(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseMotionWrapper
- mouseMoved(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseMoved0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- mousePressed(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mousePressed(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAdapter
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- mousePressed(GlimpseMouseEvent) - Method in interface com.metsci.glimpse.core.event.mouse.GlimpseMouseListener
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.examples.misc.MouseDrawingExample.CustomMouseListener2D
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.DataAxisMouseListener1D
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.LabelResizeMouseHandler
- mousePressed(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- mousePressed(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- mousePressed(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- mousePressed(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- mousePressed(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- mousePressed(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in interface com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener
- mousePressed(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseListenerWrapper
- mousePressed(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mousePressed(MouseEvent) - Method in class com.metsci.glimpse.docking.DockingMouseAdapter
- mousePressed0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- mouseReleased(int, Point) - Method in class com.metsci.glimpse.docking.DockingMouseAdapter
- mouseReleased(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseReleased(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAdapter
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- mouseReleased(GlimpseMouseEvent) - Method in interface com.metsci.glimpse.core.event.mouse.GlimpseMouseListener
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.DataAxisMouseListener1D
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.LabelResizeMouseHandler
- mouseReleased(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- mouseReleased(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- mouseReleased(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- mouseReleased(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- mouseReleased(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in interface com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener
- mouseReleased(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseListenerWrapper
- mouseReleased(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseReleased(MouseEvent) - Method in class com.metsci.glimpse.docking.DockingMouseAdapter
- mouseReleased0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- mouseWheelMoved(MouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- mouseWheelMoved(MouseEvent) - Method in class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.charts.slippy.SlippyAxisMouseListener2D
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener1D
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener2D
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseAllAdapter
- mouseWheelMoved(GlimpseMouseEvent) - Method in interface com.metsci.glimpse.core.event.mouse.GlimpseMouseWheelListener
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.DataAxisMouseListener1D
- mouseWheelMoved(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- mouseWheelMoved(GlimpseMouseEvent, Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- mouseWheelMoved(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- mouseWheelMoved(GlimpseMouseEvent, PlotInfo, PlotMouseListener.PlotLocation) - Method in interface com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener
- mouseWheelMoved(MouseWheelEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.GlimpseMouseWheelWrapper
- mouseWheelMoved(MouseWheelEvent) - Method in class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- mouseWheelMoved0(I) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- MouseWrapper<I> - Class in com.metsci.glimpse.core.event.mouse
- MouseWrapper(GlimpseCanvas, FocusBehavior) - Constructor for class com.metsci.glimpse.core.event.mouse.MouseWrapper
- MouseWrapperImpl<I> - Class in com.metsci.glimpse.core.event.mouse
- MouseWrapperImpl(GlimpseCanvas, FocusBehavior) - Constructor for class com.metsci.glimpse.core.event.mouse.MouseWrapperImpl
- MouseWrapperNewt - Class in com.metsci.glimpse.core.event.mouse.newt
- MouseWrapperNewt(NewtGlimpseCanvas) - Constructor for class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- MouseWrapperNewt(NewtGlimpseCanvas, FocusBehavior) - Constructor for class com.metsci.glimpse.core.event.mouse.newt.MouseWrapperNewt
- MouseWrapperNewtSwingEDT - Class in com.metsci.glimpse.core.support.swing
-
A version of MouseWrapperNewt which fires Glimpse events on the Swing EDT
- MouseWrapperNewtSwingEDT(NewtSwingGlimpseCanvas) - Constructor for class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- MouseWrapperNewtSwingEDT(NewtSwingGlimpseCanvas, FocusBehavior) - Constructor for class com.metsci.glimpse.core.support.swing.MouseWrapperNewtSwingEDT
- MouseWrapperSwing - Class in com.metsci.glimpse.core.event.mouse.swing
- MouseWrapperSwing(GlimpseCanvas) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- MouseWrapperSwing(GlimpseCanvas, FocusBehavior) - Constructor for class com.metsci.glimpse.core.event.mouse.swing.MouseWrapperSwing
- move(Axis1D, boolean, int, int) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- move(Axis1D, boolean, int, int) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- move(Object, Rect, Object, Rect) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- movedDivider() - Method in interface com.metsci.glimpse.docking.SplitPaneListener
- movedDivider(MultiSplitPane, SplitPane) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- movedDivider(MultiSplitPane, SplitPane) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- movedDivider(MultiSplitPane, SplitPane) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- movedDivider(SplitPane) - Method in class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- movedDivider(SplitPane) - Method in interface com.metsci.glimpse.docking.MultiSplitPaneListener
- moveEvent(Event, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- moveTo(float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- moveTo(float, float) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
-
Equivalent to
this.moveTo( x, y, 0f )
. - moveTo(float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- moveTo(float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- moveTo(float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
-
Appends 2 vertices: a leading phantom vertex, and then a vertex with the given coords.
- moveTo(float, float, float[]) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- moveTo(float, float, float, float[]) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- MultiAxisPlot2D - Class in com.metsci.glimpse.core.plot
-
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.
- MultiAxisPlot2D() - Constructor for class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- MultiAxisPlot2D.AxisInfo - Class in com.metsci.glimpse.core.plot
- MultiAxisPlot2D.AxisOrientation - Enum in com.metsci.glimpse.core.plot
- MultiAxisPlot2DWithPopup - Class in com.metsci.glimpse.core.support.popup
- MultiAxisPlot2DWithPopup() - Constructor for class com.metsci.glimpse.core.support.popup.MultiAxisPlot2DWithPopup
- MultiAxisPlotExample - Class in com.metsci.glimpse.core.examples.axis
-
MultiAxisPlot2D allows users to create multiple axes above, below, and to the right and left of the main plotting area.
- MultiAxisPlotExample() - Constructor for class com.metsci.glimpse.core.examples.axis.MultiAxisPlotExample
- MultilineLogFormatter - Class in com.metsci.glimpse.util.logging.format
-
Produces "Multiline" Log Messages which place each of LEVEL, CLASS, METHOD, MSG, and TIME on a separate line.
- MultilineLogFormatter() - Constructor for class com.metsci.glimpse.util.logging.format.MultilineLogFormatter
- MultipleTimelineExample - Class in com.metsci.glimpse.core.examples.timeline
- MultipleTimelineExample() - Constructor for class com.metsci.glimpse.core.examples.timeline.MultipleTimelineExample
- multiplyInts(int...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Multiplies int factors and returns the int product, or throws
ArithmeticException
if there is an overflow (either positive or negative). - MultiSplitPane - Class in com.metsci.glimpse.docking
- MultiSplitPane(int) - Constructor for class com.metsci.glimpse.docking.MultiSplitPane
- MultiSplitPane.Leaf - Class in com.metsci.glimpse.docking
- MultiSplitPane.Node - Class in com.metsci.glimpse.docking
- MultiSplitPane.Split - Class in com.metsci.glimpse.docking
- MultiSplitPaneAdapter - Class in com.metsci.glimpse.docking
- MultiSplitPaneAdapter() - Constructor for class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- MultiSplitPaneListener - Interface in com.metsci.glimpse.docking
- MultiTagHeatMapProgram - Class in com.metsci.glimpse.core.painter.texture
- MultiTagHeatMapProgram(int, int, int, int) - Constructor for class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- MultiTagHeatMapProgram.Handles - Class in com.metsci.glimpse.core.painter.texture
- mutate(ColorTexture1D.MutatorColor1D) - Method in class com.metsci.glimpse.core.gl.texture.ColorTexture1D
- mutate(FloatTexture1D.MutatorFloat1D) - Method in class com.metsci.glimpse.core.gl.texture.FloatTexture1D
- mutate(FloatTexture2D.MutatorFloat2D) - Method in class com.metsci.glimpse.core.gl.texture.FloatTexture2D
- mutate(ByteTextureProjected2D.MutatorByte2D) - Method in class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D
-
Provides a general, thread-safe mechanism for arbitrarily updating the data values for this Texture.
- mutate(ByteTextureProjected2D.MutatorByte2D) - Method in class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
-
Values inserted into the buffer are assumed to be ordered RGBA.
- mutate(ByteTextureProjected2D.MutatorByte2D) - Method in class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
-
For modifying the byte buffer directly, pixels should be packed as RGB.
- mutate(FloatTextureProjected2D.MutatorFloat2D) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
-
Provides a general, thread-safe mechanism for arbitrarily updating the data values for this Texture.
- mutate(ShortTextureProjected2D.MutatorShort2D) - Method in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D
-
Provides a general, thread-safe mechanism for arbitrarily updating the data values for this Texture.
- mutate(ByteBuffer, int, int) - Method in interface com.metsci.glimpse.core.support.texture.ByteTextureProjected2D.MutatorByte2D
- mutate(ByteBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D.SetDataMutator
- mutate(FloatBuffer, double[], double[], int[]) - Method in interface com.metsci.glimpse.core.gl.texture.FloatTexture2D.MutatorFloat2D
- mutate(FloatBuffer, int) - Method in class com.metsci.glimpse.core.gl.texture.ColorTexture1D.Builder
- mutate(FloatBuffer, int) - Method in interface com.metsci.glimpse.core.gl.texture.ColorTexture1D.MutatorColor1D
- mutate(FloatBuffer, int) - Method in interface com.metsci.glimpse.core.gl.texture.FloatTexture1D.MutatorFloat1D
- mutate(FloatBuffer, int) - Method in class com.metsci.glimpse.core.support.texture.mutator.ColorGradientConcatenator
- mutate(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- mutate(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- mutate(FloatBuffer, int, int) - Method in interface com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.MutatorFloat2D
- mutate(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- mutate(ShortBuffer, int, int) - Method in interface com.metsci.glimpse.core.support.texture.ShortTextureProjected2D.MutatorShort2D
- mutate(ShortBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D.SetDataMutator
- mutated(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- mutated(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- mutated(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- mutatef(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- mutatef(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- mutatef(FloatBuffer, int, int) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
N
- n - Variable in class com.metsci.glimpse.util.primitives.algorithms.Partitioning.Strings
- n - Variable in class com.metsci.glimpse.util.primitives.BooleansArray
- n - Variable in class com.metsci.glimpse.util.primitives.BytesArray
- n - Variable in class com.metsci.glimpse.util.primitives.CharsArray
- n - Variable in class com.metsci.glimpse.util.primitives.DoublesArray
- n - Variable in class com.metsci.glimpse.util.primitives.FloatsArray
- n - Variable in class com.metsci.glimpse.util.primitives.IntsArray
- n - Variable in class com.metsci.glimpse.util.primitives.LongsArray
- n - Variable in class com.metsci.glimpse.util.primitives.ObjectsArray
- n - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- n - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- n - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- n - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- n() - Method in interface com.metsci.glimpse.util.primitives.Booleans
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Bytes
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Chars
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Doubles
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Floats
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Ints
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.IntsArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Longs
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.LongsArray
- n() - Method in interface com.metsci.glimpse.util.primitives.Objects
-
Length of the sequence
- n() - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- n() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- n() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- n() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- n() - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- N - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- name - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Attribute
- name - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Database
- name - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.Library
- name - Variable in class com.metsci.glimpse.dnc.facc.FaccAttr
- name - Variable in class com.metsci.glimpse.dnc.facc.FaccFeature
- NamedConstraint - Class in com.metsci.glimpse.core.axis.tagged
-
Simple
Constraint
implementation which provides a constructor for specifying the constraint name. - NamedConstraint(String) - Constructor for class com.metsci.glimpse.core.axis.tagged.NamedConstraint
- NativeLibUtils - Class in com.metsci.glimpse.util.jnlu
- NativeLibUtils() - Constructor for class com.metsci.glimpse.util.jnlu.NativeLibUtils
- nauticalMilesToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- nauticalMilesToFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to feet.
- nauticalMilesToFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to feet.
- nauticalMilesToKilometers - Static variable in class com.metsci.glimpse.util.units.Length
- nauticalMilesToKilometers(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to kilometers.
- nauticalMilesToKilometers(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to kilometers.
- nauticalMilesToKiloyards - Static variable in class com.metsci.glimpse.util.units.Length
- nauticalMilesToKiloyards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to kiloyards.
- nauticalMilesToKiloyards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to kiloyards.
- nauticalMilesToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- nauticalMilesToMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to meters.
- nauticalMilesToMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to meters.
- nauticalMilesToSu - Static variable in class com.metsci.glimpse.util.units.Length
- nauticalMilesToYards - Static variable in class com.metsci.glimpse.util.units.Length
- nauticalMilesToYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to yards.
- nauticalMilesToYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from nautical-miles to yards.
- NavajoWhite - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
NavajoWhite
- NavajoWhite2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
NavajoWhite2
- NavajoWhite3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
NavajoWhite3
- NavajoWhite4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
NavajoWhite4
- navDegToMathDeg(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- navDegToMathRad(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- navRadToMathDeg(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- navRadToMathRad(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- Navy - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Navy
- nColorFade(List<float[]>) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- NdgcLandPainter - Class in com.metsci.glimpse.charts.shoreline.ndgc
-
Deprecated.
- NdgcLandPainter() - Constructor for class com.metsci.glimpse.charts.shoreline.ndgc.NdgcLandPainter
-
Deprecated.
- NE - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- NEAR_FAR - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- NEAR_FAR - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- negated(AxisUnitConverter) - Static method in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- neighbor - Variable in class com.metsci.glimpse.docking.LandingRegions.BesideExistingTile
- NestedTimelinePlotExample - Class in com.metsci.glimpse.core.examples.timeline
- NestedTimelinePlotExample() - Constructor for class com.metsci.glimpse.core.examples.timeline.NestedTimelinePlotExample
- NestedTreeMap - Class in com.metsci.glimpse.core.painter.treemap
-
The TreeMap datastructure for the
AbstractTreeMapPainter
. - NestedTreeMap() - Constructor for class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.BooleansArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.BytesArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.CharsArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.DoublesArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.FloatsArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.IntsArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.LongsArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArray(int, int) - Static method in class com.metsci.glimpse.util.primitives.ObjectsArray
-
Creates a new array whose capacity is at least minNewCapacity, and at least 1.618 * oldCapacity, up to Integer.MAX_VALUE.
- newArrayList() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
ArrayList
by examining the expected return type. - newArrayList(Collection<? extends K>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
ArrayList
containing the elements of the specified collection, in order. - newAttrsFunc(Map<String, Object>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- newAttrsMap(Object...) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- newAxis(Axis1D) - Static method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory1D
- newAxis(Axis2D) - Static method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- newAxis(GlimpseTargetStack, Axis1D) - Method in interface com.metsci.glimpse.core.axis.factory.AxisFactory1D
-
Creates a copy of the provided axis which is valid for the given GlimpseTargetStack.
- newAxis(GlimpseTargetStack, Axis1D) - Method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory1D
- newAxis(GlimpseTargetStack, Axis1D) - Method in class com.metsci.glimpse.core.axis.factory.FixedAxisFactory1D
- newAxis(GlimpseTargetStack, Axis2D) - Method in interface com.metsci.glimpse.core.axis.factory.AxisFactory2D
- newAxis(GlimpseTargetStack, Axis2D) - Method in class com.metsci.glimpse.core.axis.factory.ConditionalAxisFactory2D
- newAxis(GlimpseTargetStack, Axis2D) - Method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- newAxis(GlimpseTargetStack, Axis2D) - Method in class com.metsci.glimpse.core.axis.factory.FixedAxisFactory2D
- newAxisX(Axis2D) - Static method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- newAxisY(Axis2D) - Static method in class com.metsci.glimpse.core.axis.factory.DefaultAxisFactory2D
- newButtonPopup(JToggleButton) - Static method in class com.metsci.glimpse.docking.DockingUtils
-
Deprecated.
- newChunkJobsExec(String, int) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- newColorGradient(float, float, ColorGradientUtils.ValueAndColor...) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
-
Allows a
ColorGradient
to be described as a multi-segment gradient, by specifying a list of values, and a color for each value. - newColorGradient(ColorGradientUtils.ValueAndColor...) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
-
Like
ColorGradientUtils.newColorGradient(float, float, ValueAndColor...)
, but without the value scaling, so values are always interpreted as fractions on [0,1]. - newColorTable(ColorGradient, int) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- newColorTexture() - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- newContainmentColorTexture() - Static method in class com.metsci.glimpse.core.examples.heatmap.InterpolatedHeatMapExample
- newDaemonThreadFactory(String) - Static method in class com.metsci.glimpse.util.concurrent.ConcurrencyUtils
- newDaemonThreadFactory(ThreadFactory) - Static method in class com.metsci.glimpse.util.concurrent.ConcurrencyUtils
- newDncPainter(File, File, DncProjection) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainters
- newDockingTheme(Color, Color) - Static method in class com.metsci.glimpse.docking.DockingThemes
- newEmptyPlot() - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- newEntry(String, DncGeosymTextStyle, boolean) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- newEntry(String, DncGeosymTextStyle, DncGeosymLabelLocation) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- newField(char, String) - Method in class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- newFillableSegment(List<LandVertex>) - Static method in class com.metsci.glimpse.charts.shoreline.LandSegment
- newFillableSegment(List<LandVertex>, List<LandVertex>) - Static method in class com.metsci.glimpse.charts.shoreline.LandSegment
- newFrame(String, Container, int) - Static method in class com.metsci.glimpse.core.support.FrameUtils
- newHashMap() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
HashMap
by examining the expected return type. - newHashMap(Map<? extends K, ? extends V>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
HashMap
containing the same mappings as the specified map. - newHashSet() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
HashSet
by examining the expected return type. - newHashSet(Collection<? extends K>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
HashSet
containing the elements of the specified collection. - newHeatMapPainter(Axis1D) - Static method in class com.metsci.glimpse.core.examples.heatmap.InterpolatedHeatMapExample
- newHeatMapPainter(ColorTexture1D, Axis1D) - Static method in class com.metsci.glimpse.core.examples.heatmap.InterpolatedHeatMapExample
- newHeatMapPlot() - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- newImageLoader(URL) - Static method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- newInstance(Font, TextRenderer.RenderDelegate, boolean, boolean, boolean) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Creates a new
GlyphCache
. - newLabel(String, int) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncExampleUtils
- newLabelImage(AttributedString, DncGeosymLabelLocation, double) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelUtils
- newLandSegment(List<LandVertex>) - Method in class com.metsci.glimpse.charts.shoreline.LandSegmentFactory
-
The returned LandSegment may have land on the wrong side.
- newLinkedHashMap() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
LinkedHashMap
by examining the expected return type. - newLinkedHashSet() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
LinkedHashSet
by examining the expected return type. - newLinkedHashSet(Collection<? extends K>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
LinkedHashSet
containing the elements of the specified collection. - newOffscreenDrawable() - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newOffscreenDrawable(GLCapabilities, GLProfile, GLContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newOffscreenDrawable(GLContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newOffscreenDrawable(GLProfile) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newOffscreenDrawable(GLProfile, GLContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newOffscreenDrawable(String) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newPainter(Axis1D) - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- newPainter(ColorTexture1D, Axis1D) - Static method in class com.metsci.glimpse.core.examples.heatmap.HeatMapExample
- newPaintJob(GlimpseCanvas) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- newPair(A, B) - Static method in class com.metsci.glimpse.util.Pair
- newPlateCarreeDncPainter(File, File) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainters
- newPlateCarreeDncPainter(String) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainters
- newPlateCarreeDncPainter(String, String) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncPainters
- newPlot() - Static method in class com.metsci.glimpse.core.examples.heatmap.TaggedHeatMapExample
- newPlot(ColorGradient) - Static method in class com.metsci.glimpse.core.examples.heatmap.LinkedHeatMapExample
- newPlot(ColorGradient) - Static method in class com.metsci.glimpse.core.examples.heatmap.TaggedHeatMapExample
- newTaggedAxisListener1D(Consumer<TaggedAxis1D>) - Static method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisListener1D
- newTargetStack(GlimpseTarget...) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
-
Creates a new target stack which is the concatenation of the provided GlimpseTargets.
- newTargetStack(GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
-
Creates a new GlimpseTargetStack which is an exact copy of the given stack.
- NewtClickTimeoutWorkaround - Class in com.metsci.glimpse.core.support.swing
-
A creative workaround for changing the NEWT click timeout, which is hard- coded to 300ms and not straightforward to change, even using reflection.
- NewtClickTimeoutWorkaround() - Constructor for class com.metsci.glimpse.core.support.swing.NewtClickTimeoutWorkaround
- NewtGlimpseCanvas - Interface in com.metsci.glimpse.core.canvas
- newThreadFactory(String, boolean) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- newTile() - Method in interface com.metsci.glimpse.docking.TileFactory
- newTile() - Method in class com.metsci.glimpse.docking.TileFactoryStandard
- newTimeStruct() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.DayStructFactory
- newTimeStruct() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.HourStructFactory
- newTimeStruct() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.MonthStructFactory
- newTimeStruct() - Method in interface com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.TimeStructFactory
- newTimeStruct() - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.YearStructFactory
- newToolbar(boolean) - Static method in class com.metsci.glimpse.docking.DockingUtils
- newTreeMap() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
TreeMap
by examining the expected return type. - newTreeSet() - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new
TreeSet
by examining the expected return type. - NewtSwingEDTGlimpseCanvas - Class in com.metsci.glimpse.core.support.swing
-
A 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.
- NewtSwingEDTGlimpseCanvas() - Constructor for class com.metsci.glimpse.core.support.swing.NewtSwingEDTGlimpseCanvas
- NewtSwingEDTGlimpseCanvas(GLContext) - Constructor for class com.metsci.glimpse.core.support.swing.NewtSwingEDTGlimpseCanvas
- NewtSwingEDTGlimpseCanvas(GLProfile) - Constructor for class com.metsci.glimpse.core.support.swing.NewtSwingEDTGlimpseCanvas
- NewtSwingEDTGlimpseCanvas(String) - Constructor for class com.metsci.glimpse.core.support.swing.NewtSwingEDTGlimpseCanvas
- NewtSwingEDTUtils - Class in com.metsci.glimpse.core.support.swing
- NewtSwingEDTUtils() - Constructor for class com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils
- NewtSwingEDTUtils.ModalBlockedStatus - Enum in com.metsci.glimpse.core.support.swing
- NewtSwingGlimpseCanvas - Class in com.metsci.glimpse.core.canvas
-
A GlimpseCanvas backed by the JOGL
NewtCanvasAWT
. - NewtSwingGlimpseCanvas() - Constructor for class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- NewtSwingGlimpseCanvas(GLContext) - Constructor for class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- NewtSwingGlimpseCanvas(GLProfile) - Constructor for class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- NewtSwingGlimpseCanvas(GLProfile, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
-
Deprecated.Use
NewtSwingGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - NewtSwingGlimpseCanvas(String) - Constructor for class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- NewtSwingGlimpseCanvas(String, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
-
Deprecated.Use
NewtSwingGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - newUnfillableSegment(List<LandVertex>) - Static method in class com.metsci.glimpse.charts.shoreline.LandSegment
- newUnmodifiableList(Collection<? extends K>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Creates a new unmodifiable
List
containing the elements of the specified collection, in order. - newUnmodifiableTargetStack(GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
-
Creates a new GlimpseTargetStack which is an exact copy of the given stack and is unmodifiable.
- newWindowsBackToFront(Collection<? extends ViewDestination>, GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
-
Order newly created windows according to planned stacking order.
- newWorkerDaemon(String) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
-
Creates an executor with a single daemon thread and an unbounded job queue.
- next(float[]) - Method in class com.metsci.glimpse.core.support.colormap.ColorGenerator
-
Gets the next color in the series.
- nextBits(int) - Method in interface com.metsci.glimpse.util.math.stochastic.Generator
-
Returns an int of which the
numBits
low-order bits are pseudo-random. - nextDouble() - Method in interface com.metsci.glimpse.util.math.stochastic.Generator
-
Returns uniform draw on [0,1).
- nextInt(int) - Method in interface com.metsci.glimpse.util.math.stochastic.Generator
-
Returns uniformly drawn integer between 0 (inclusive) and n (exclusive).
- nextPowerOfTwo(int) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
-
Throws
IllegalArgumentException
if x is negative - NgdcFile - Class in com.metsci.glimpse.charts.shoreline.ndgc
- NgdcFile(File) - Constructor for class com.metsci.glimpse.charts.shoreline.ndgc.NgdcFile
- NgdcFile2 - Class in com.metsci.glimpse.charts.shoreline.ndgc
- NgdcFile2(URL) - Constructor for class com.metsci.glimpse.charts.shoreline.ndgc.NgdcFile2
- NICE - com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- Node(Component) - Constructor for class com.metsci.glimpse.docking.MultiSplitPane.Node
- None - com.metsci.glimpse.core.plot.timeline.event.Event.OverlapRenderingMode
-
Don't try to detect overlaps.
- NOOP_WRAPPER_1D - Static variable in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- NOOP_WRAPPER_2D - Static variable in class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- NoopWrapper1D - Class in com.metsci.glimpse.core.support.wrapped
- norm() - Method in class com.metsci.glimpse.util.vector.Vector2d
- norm() - Method in class com.metsci.glimpse.util.vector.Vector3d
- NormalCylindricalProjection - Interface in com.metsci.glimpse.topo.proj
- normalizeAngle180(double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Normalizes angle to be from -180 degrees exclusive to 180 degrees inclusive.
- normalizeAngle360(double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Normalizes angle to be from 0 degrees inclusive to 360 degrees exclusive.
- normalizeAnglePi(double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Normalizes an angle to lie within [-π,π) radians.
- normalizeAnglePi(double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Normalizes angle to be from -Pi radians exclusive to Pi radians inclusive.
- normalizeAngleTwoPi(double) - Static method in class com.metsci.glimpse.util.math.approx.ApproxCos
- normalizeAngleTwoPi(double) - Static method in class com.metsci.glimpse.util.math.approx.ApproxSin
- normalizeAngleTwoPi(double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Normalizes angle to be from 0 radians inclusive to 2Pi radians exclusive.
- normalized() - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns normalized (rescaled to norm = 1) version of this vector.
- normalized() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns normalized (rescaled to norm = 1) version of this vector.
- normalizedLenient() - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns normalized (rescaled to norm = 1) version of this vector.
- normalizedLenient() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns normalized (rescaled to norm = 1) version of this vector.
- normalizeLat(double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Normalizes a latitude to be in the range [-π/2,π/2] radians.
- normalizeLon(double) - Static method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Normalizes a longitude to be in the range [-π,π) radians.
- normSquared() - Method in class com.metsci.glimpse.util.vector.Vector2d
- normSquared() - Method in class com.metsci.glimpse.util.vector.Vector3d
- north - Static variable in class com.metsci.glimpse.util.units.Azimuth
- northeast - Static variable in class com.metsci.glimpse.util.units.Azimuth
- northLat - Variable in class com.metsci.glimpse.charts.shoreline.LandBox
- northLat_DEG - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- northLat_DEG - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- northLat_DEG - Variable in class com.metsci.glimpse.topo.LatLonBox
- northLat_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- northLat_DEG - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- northLat_RAD - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
-
North edge of data, INCLUDING border rows.
- northLat_RAD - Variable in class com.metsci.glimpse.topo.TopoHostTile
-
North edge of data, INCLUDING border rows.
- northwest - Static variable in class com.metsci.glimpse.util.units.Azimuth
- Notifier<T> - Class in com.metsci.glimpse.util.var
- Notifier<T> - Interface in com.metsci.glimpse.util.var2
- Notifier() - Constructor for class com.metsci.glimpse.util.var.Notifier
- NotifierBasic<T> - Class in com.metsci.glimpse.util.var2
- NotifierBasic(T) - Constructor for class com.metsci.glimpse.util.var2.NotifierBasic
- notifyAddedLeaf(Collection<? extends DockingGroupListener>, MultiSplitPane, Component) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyAddedView(Collection<? extends DockingGroupListener>, Tile, View) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyAddedWindow(Collection<? extends DockingGroupListener>, DockingGroup, DockingWindow) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyClosedView(Collection<? extends DockingGroupListener>, DockingGroup, View) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyClosedViews(Collection<? extends DockingGroupListener>, DockingGroup, Collection<? extends View>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyClosingView(Collection<? extends DockingGroupListener>, DockingGroup, View) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyClosingViews(Collection<? extends DockingGroupListener>, DockingGroup, Collection<? extends View>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyDisposedWindow(Collection<? extends DockingGroupListener>, DockingGroup, DockingWindow) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyDisposingAllWindows(Collection<? extends DockingGroupListener>, DockingGroup) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyDisposingWindow(Collection<? extends DockingGroupListener>, DockingGroup, DockingWindow) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyMaximizedLeaf(Collection<? extends DockingGroupListener>, MultiSplitPane, Component) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyMouseEntered(I, GlimpseTargetStack) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- notifyMouseEntered(I, List<GlimpseTargetStack>) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- notifyMouseEnteredExited(I, List<GlimpseTargetStack>, List<GlimpseTargetStack>) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- notifyMouseExited(I, GlimpseTargetStack) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- notifyMouseExited(I, List<GlimpseTargetStack>) - Method in class com.metsci.glimpse.core.event.mouse.MouseWrapper
- notifyMovedDivider(Collection<? extends DockingGroupListener>, MultiSplitPane, SplitPane) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyRemovedLeaf(Collection<? extends DockingGroupListener>, MultiSplitPane, Component) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyRemovedView(Collection<? extends DockingGroupListener>, Tile, View) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyRestoredTree(Collection<? extends DockingGroupListener>, MultiSplitPane) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifySelectedView(Collection<? extends DockingGroupListener>, Tile, View) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifySetArrangement(Collection<? extends DockingGroupListener>, DockingGroup, GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifySettingArrangement(Collection<? extends DockingGroupListener>, DockingGroup, GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyUnmaximizedLeaf(Collection<? extends DockingGroupListener>, MultiSplitPane, Component) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyUserRequestingCloseView(Collection<? extends DockingGroupListener>, DockingGroup, View) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notifyUserRequestingDisposeWindow(Collection<? extends DockingGroupListener>, DockingGroup, DockingWindow) - Static method in class com.metsci.glimpse.docking.group.DockingGroupListenerUtils
- notNull - Static variable in class com.metsci.glimpse.util.PredicateUtils
- notNull(T, String) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Check
-
Ensures an object is not null.
- NullBackingStoreManager - Class in com.metsci.glimpse.dnc.util
- NullBackingStoreManager() - Constructor for class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- NUM_DIMENSIONS - Static variable in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- NUM_POINTS - Static variable in class com.metsci.glimpse.core.examples.plot.HistogramPlotExample
- NUM_POINTS - Static variable in class com.metsci.glimpse.core.examples.plot.LinePlotExample
- NUM_POINTS - Static variable in class com.metsci.glimpse.core.examples.scatterplot.ScatterplotExample
- numBands - Variable in class com.metsci.glimpse.topo.TopoLevel
- NUMBER_OF_TRACKS - Static variable in class com.metsci.glimpse.core.examples.track.TrackPainterExample
- numberOfLines() - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- numberPattern - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- numberRegex() - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
-
Regexp from the javadoc of
Double.valueOf(String)
. - numBytes - Variable in enum com.metsci.glimpse.topo.io.TopoDataType
- numCols - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- numCols - Variable in class com.metsci.glimpse.topo.TopoLevel
- numCols - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- numDataCols - Variable in class com.metsci.glimpse.topo.TopoHostTile
-
Number of columns in dataBytes, INCLUDING border columns.
- numDataRows - Variable in class com.metsci.glimpse.topo.TopoHostTile
-
Number of rows in dataBytes, INCLUDING border rows.
- NumericAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A simple axis painter which displays labeled ticks at regular intervals along the length of the axis.
- NumericAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- NumericAxisPainter.TickInfo - Class in com.metsci.glimpse.core.axis.painter
- NumericPolarAxisPainter - Class in com.metsci.glimpse.core.axis.painter
- NumericPolarAxisPainter() - Constructor for class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- NumericRightYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) axis with labeled ticks along the right hand side.
- NumericRightYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericRightYAxisPainter
- NumericRotatedRightYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) axis with labeled ticks along the right hand side.
- NumericRotatedRightYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericRotatedRightYAxisPainter
- NumericRotatedYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) axis with labeled ticks along the left hand side.
- NumericRotatedYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericRotatedYAxisPainter
- NumericTopXAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A horizontal (x) axis with labeled ticks along the top.
- NumericTopXAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericTopXAxisPainter
- NumericXAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A horizontal (x) axis with labeled ticks along the bottom.
- NumericXAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
- NumericXYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A floating axis plot with axes, tick marks, and labels drawn along the x and y origins.
- NumericXYAxisPainter() - Constructor for class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- NumericXYAxisPainter(AxisLabelHandler, AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- NumericYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) axis with labeled ticks along the left side.
- NumericYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
- numLeaves() - Method in class com.metsci.glimpse.docking.MultiSplitPane
- numRows - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- numRows - Variable in class com.metsci.glimpse.topo.TopoLevel
- numRows - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- numTiles - Variable in class com.metsci.glimpse.topo.TopoLevel
- numVertices - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- numVertices - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
- numVertices() - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- numVertices() - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- numVertices() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- numVertices() - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- numViews() - Method in class com.metsci.glimpse.docking.Tile
- numViews() - Method in class com.metsci.glimpse.docking.TileImpl
- NW - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
O
- Objects - Interface in com.metsci.glimpse.util.primitives
- ObjectsArray - Class in com.metsci.glimpse.util.primitives
- ObjectsArray() - Constructor for class com.metsci.glimpse.util.primitives.ObjectsArray
- ObjectsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.ObjectsArray
- ObjectsArray(Objects) - Constructor for class com.metsci.glimpse.util.primitives.ObjectsArray
-
Clones the sequence arg.
- ObjectsArray(Object[]) - Constructor for class com.metsci.glimpse.util.primitives.ObjectsArray
-
For efficiency, does not clone the array arg.
- ObjectsArray(Object[], int) - Constructor for class com.metsci.glimpse.util.primitives.ObjectsArray
-
For efficiency, does not clone the array arg.
- ObjectsModifiable - Interface in com.metsci.glimpse.util.primitives
- ocean - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- OceanLookAndFeel - Class in com.metsci.glimpse.core.support.settings
-
A Glimpse LookAndFeel with a blue color scheme.
- OceanLookAndFeel() - Constructor for class com.metsci.glimpse.core.support.settings.OceanLookAndFeel
- offer(V) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- offer(V, long, TimeUnit) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- OffscreenRenderingExample - Class in com.metsci.glimpse.core.examples.screenshot
- OffscreenRenderingExample() - Constructor for class com.metsci.glimpse.core.examples.screenshot.OffscreenRenderingExample
- OldLace - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OldLace
- OliveDrab - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OliveDrab
- OliveDrab1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OliveDrab1
- OliveDrab2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OliveDrab2
- OliveDrab4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OliveDrab4
- onBackingStoreEvent(TextureBackingStore.EventType) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Responds to an event from the backing store.
- once - Variable in class com.metsci.glimpse.util.var2.ListenerFlagSet
- ONCE - Static variable in interface com.metsci.glimpse.util.var2.ListenerFlag
- onComponentMoved(Component, Runnable) - Static method in class com.metsci.glimpse.docking.MiscUtils
- onComponentResized(Component, Runnable) - Static method in class com.metsci.glimpse.docking.MiscUtils
- onDragStarting(Tile) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- ONE_OVER_ROOT_TWO - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant 1.0 / Math.sqrt(2.0).
- ONE_OVER_ROOT_TWO_PI - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant 1.0 / Math.sqrt(2.0 * Math.PI).
- ONE_OVER_TWO_PI - Static variable in class com.metsci.glimpse.util.math.approx.ApproxAsin
- ONE_OVER_TWO_PI - Static variable in class com.metsci.glimpse.util.math.approx.ApproxCos
- ONE_OVER_TWO_PI - Static variable in class com.metsci.glimpse.util.math.approx.ApproxSin
- onElementAdded(ReadableVar<? extends ImmutableCollection<T>>, ListenerFlag, VarUtils.ActivityConsumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementAdded(ReadableVar<? extends ImmutableCollection<T>>, VarUtils.ActivityConsumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementAdded(ReadableVar<? extends ImmutableCollection<T>>, Function<? super ReadableVar<? extends ImmutableCollection<T>>, Listenable>, ListenerFlag, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementAdded(ReadableVar<? extends ImmutableCollection<T>>, Function<? super ReadableVar<? extends ImmutableCollection<T>>, Listenable>, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementAdded(ReadableVar<? extends ImmutableCollection<T>>, Function<? super ReadableVar<? extends ImmutableCollection<T>>, Listenable>, Set<? extends ListenerFlag>, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementAdded(ReadableVar<? extends ImmutableCollection<T>>, Set<? extends ListenerFlag>, VarUtils.ActivityConsumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementRemoved(ReadableVar<? extends ImmutableCollection<T>>, ListenerFlag, VarUtils.ActivityConsumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementRemoved(ReadableVar<? extends ImmutableCollection<T>>, VarUtils.ActivityConsumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementRemoved(ReadableVar<? extends ImmutableCollection<T>>, Function<? super ReadableVar<? extends ImmutableCollection<T>>, Listenable>, ListenerFlag, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementRemoved(ReadableVar<? extends ImmutableCollection<T>>, Function<? super ReadableVar<? extends ImmutableCollection<T>>, Listenable>, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementRemoved(ReadableVar<? extends ImmutableCollection<T>>, Function<? super ReadableVar<? extends ImmutableCollection<T>>, Listenable>, Set<? extends ListenerFlag>, Consumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onElementRemoved(ReadableVar<? extends ImmutableCollection<T>>, Set<? extends ListenerFlag>, VarUtils.ActivityConsumer<? super T>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- oneOverVStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- oneOverVStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- oneOverVStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- oneOverVStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- onFocusGained(boolean, Component, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onFocusLost(boolean, Component, Runnable) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onGLDispose(GLAutoDrawable, Consumer<? super GLAutoDrawable>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onGLDispose(GlimpseCanvas, Consumer<? super GLAutoDrawable>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onGlimpseMousePress(GlimpseLayout, Consumer<? super GlimpseMouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onGLInit(GLAutoDrawable, Consumer<? super GLAutoDrawable>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onGLInit(GlimpseCanvas, Consumer<? super GLAutoDrawable>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onGlyphCacheEvent(GlyphCache.EventType, Object) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache.EventListener
-
Responds to an event from a
GlyphCache
. - onGlyphRendererEvent(GlyphRenderer.EventType) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer.EventListener
-
Responds to an event from a glyph renderer.
- onGlyphRendererEvent(TextureRenderer.EventType) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer.EventListener
-
Responds to an event from a glyph renderer.
- ongoing - Variable in class com.metsci.glimpse.util.var.VarEvent
- onLeft - com.metsci.glimpse.core.support.polygon.Polygon.Interior
- onMapEntryChanged(ReadableVar<? extends ImmutableMap<K, V>>, ListenerFlag, VarUtils.OldNewMapEntryActivityListener<K0, V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapEntryChanged(ReadableVar<? extends ImmutableMap<K, V>>, VarUtils.OldNewMapEntryActivityListener<K0, V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapEntryChanged(ReadableVar<? extends ImmutableMap<K, V>>, Function<? super ReadableVar<? extends ImmutableMap<K, V>>, Listenable>, ListenerFlag, VarUtils.OldNewMapEntryListener<K0, V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapEntryChanged(ReadableVar<? extends ImmutableMap<K, V>>, Function<? super ReadableVar<? extends ImmutableMap<K, V>>, Listenable>, VarUtils.OldNewMapEntryListener<K0, V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapEntryChanged(ReadableVar<? extends ImmutableMap<K, V>>, Function<? super ReadableVar<? extends ImmutableMap<K, V>>, Listenable>, Set<? extends ListenerFlag>, VarUtils.OldNewMapEntryListener<K0, V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapEntryChanged(ReadableVar<? extends ImmutableMap<K, V>>, Set<? extends ListenerFlag>, VarUtils.OldNewMapEntryActivityListener<K0, V0>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyAdded(ReadableVar<? extends ImmutableMap<K, ?>>, ListenerFlag, VarUtils.ActivityConsumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyAdded(ReadableVar<? extends ImmutableMap<K, ?>>, VarUtils.ActivityConsumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyAdded(ReadableVar<? extends ImmutableMap<K, ?>>, Function<? super ReadableVar<? extends ImmutableMap<K, ?>>, Listenable>, ListenerFlag, Consumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyAdded(ReadableVar<? extends ImmutableMap<K, ?>>, Function<? super ReadableVar<? extends ImmutableMap<K, ?>>, Listenable>, Consumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyAdded(ReadableVar<? extends ImmutableMap<K, ?>>, Function<? super ReadableVar<? extends ImmutableMap<K, ?>>, Listenable>, Set<? extends ListenerFlag>, Consumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyAdded(ReadableVar<? extends ImmutableMap<K, ?>>, Set<? extends ListenerFlag>, VarUtils.ActivityConsumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyRemoved(ReadableVar<? extends ImmutableMap<K, ?>>, ListenerFlag, VarUtils.ActivityConsumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyRemoved(ReadableVar<? extends ImmutableMap<K, ?>>, VarUtils.ActivityConsumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyRemoved(ReadableVar<? extends ImmutableMap<K, ?>>, Function<? super ReadableVar<? extends ImmutableMap<K, ?>>, Listenable>, ListenerFlag, Consumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyRemoved(ReadableVar<? extends ImmutableMap<K, ?>>, Function<? super ReadableVar<? extends ImmutableMap<K, ?>>, Listenable>, Consumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyRemoved(ReadableVar<? extends ImmutableMap<K, ?>>, Function<? super ReadableVar<? extends ImmutableMap<K, ?>>, Listenable>, Set<? extends ListenerFlag>, Consumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMapKeyRemoved(ReadableVar<? extends ImmutableMap<K, ?>>, Set<? extends ListenerFlag>, VarUtils.ActivityConsumer<? super K>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- onMouseClick(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMouseDrag(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMouseEnter(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMouseExit(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMouseMove(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMousePress(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMouseRelease(Component, Consumer<? super MouseEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onMouseWheel(Component, Consumer<? super MouseWheelEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onPlatform(String, String) - Static method in class com.metsci.glimpse.util.jnlu.NativeLibUtils
- onQuadPipelineEvent(QuadPipeline.EventType) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline.EventListener
-
Responds to an event from a
QuadPipeline
. - onRight - com.metsci.glimpse.core.support.polygon.Polygon.Interior
- onWindowClosed(Window, Consumer<? super WindowEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onWindowClosing(Window, Consumer<? super WindowEvent>) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- onWindowStateChanged(Window, Runnable) - Static method in class com.metsci.glimpse.docking.MiscUtils
- opaque(float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- openAppConfigInput(String, String) - Static method in class com.metsci.glimpse.util.AppConfigUtils
- openAppConfigInput(String, String, URL) - Static method in class com.metsci.glimpse.util.AppConfigUtils
- openAppConfigOutput(String, String) - Static method in class com.metsci.glimpse.util.AppConfigUtils
- optionsIcon - Variable in class com.metsci.glimpse.docking.DockingTheme
- orange - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Orange - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orange
- ORANGE - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Orange2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orange2
- Orange3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orange3
- Orange4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orange4
- OrangeRed - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OrangeRed
- OrangeRed2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OrangeRed2
- OrangeRed3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OrangeRed3
- OrangeRed4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
OrangeRed4
- oranges - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- Orchid - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orchid
- Orchid1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orchid1
- Orchid2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orchid2
- Orchid3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orchid3
- Orchid4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Orchid4
- order - Variable in class com.metsci.glimpse.util.var2.ListenerFlag.ListenerFlagOrder
- order - Variable in class com.metsci.glimpse.util.var2.ListenerFlagSet
- ORDER(int) - Static method in interface com.metsci.glimpse.util.var2.ListenerFlag
- OrderedConstraint - Class in com.metsci.glimpse.core.axis.tagged
-
A constraint which enforces the ordering of the provided constraints.
- OrderedConstraint(String, double, List<String>) - Constructor for class com.metsci.glimpse.core.axis.tagged.OrderedConstraint
- OrderedConstraint(String, List<String>) - Constructor for class com.metsci.glimpse.core.axis.tagged.OrderedConstraint
- orientationAttr - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- ORIGIN_LON_RAD - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- ORIGIN_LON_RAD - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- originLon_DEG - Variable in class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- originLon_DEG - Variable in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- originLon_DEG() - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- originLon_RAD - Variable in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- originLon_RAD - Variable in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- originLon_RAD - Variable in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- originLon_RAD() - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- orthonormalVectors() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns unit vectors w0 and w1 which are orthogonal to this vector and each other.
- Overfull - com.metsci.glimpse.core.plot.timeline.event.Event.OverlapRenderingMode
-
Only shorten text when it overflows the box for this Event.
P
- pack() - Method in interface com.metsci.glimpse.docking.DockingWindow
- packBytesIntoLong(byte[]) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- paint() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- paint() - Method in interface com.metsci.glimpse.core.canvas.GlimpseCanvas
-
Lays out any
GlimpseLayout
instances attached to the GlimpseCanvas and paints allGlimpsePainter
instances attached to the GlimpseLayouts. - paint() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- paint() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- paint() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- paint(GlimpseContext, EventPlotInfo, Collection<EventDrawInfo>) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultGroupedEventPainter
- paint(GlimpseContext, EventPlotInfo, Collection<EventDrawInfo>) - Method in interface com.metsci.glimpse.core.plot.timeline.event.paint.GroupedEventPainter
-
Draw all the events in the provided collection using the provided context.
- paint(GlimpseContext, EventPlotInfo, Collection<EventDrawInfo>) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.GroupedEventPainterAdapter
- paint(GlimpseContext, Event, Event, EventPlotInfo, int, int) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
- paint(GlimpseContext, Event, Event, EventPlotInfo, int, int) - Method in interface com.metsci.glimpse.core.plot.timeline.event.paint.EventPainter
-
Renders the provided Event (potentially displaying its icon, label, time extents, etc...).
- paint(GlimpseContext, EventPainter, Event, EventPlotInfo, int, int) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- paint(Graphics, JComponent) - Method in class com.metsci.glimpse.tinylaf.TinyMenuUI2
- paintDebugCell(int, int, int, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- paintDebugOutline() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- PainterCache<K,V> - Class in com.metsci.glimpse.core.support
-
Provides one way of asynchronously computing a long-running task for painting.
- PainterCache(Function<K, V>) - Constructor for class com.metsci.glimpse.core.support.PainterCache
- PainterCache(Function<K, V>, Executor) - Constructor for class com.metsci.glimpse.core.support.PainterCache
- PainterKey - Static variable in class com.metsci.glimpse.core.examples.heatmap.TaggedHeatMapExample
- paintIcons(GlimpseContext) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.charts.shoreline.ShorelineTilePainter
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- paintTo(GlimpseContext) - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainter
-
Renders this GlimpsePainter to the provided GlimpseContext.
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.geo.TilePainter
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.dnc.DncPainter
- paintTo(GlimpseContext) - Method in class com.metsci.glimpse.dnc.DncPainterSync
- Pair<A,B> - Class in com.metsci.glimpse.util
-
A generic class for pairs of objects.
- Pair(A, B) - Constructor for class com.metsci.glimpse.util.Pair
- PaleGoldenrod - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleGoldenrod
- PaleGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleGreen
- PaleGreen1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleGreen1
- PaleGreen3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleGreen3
- PaleGreen4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleGreen4
- PaletteUtils - Class in com.metsci.glimpse.core.support.color
- PaletteUtils() - Constructor for class com.metsci.glimpse.core.support.color.PaletteUtils
- PaleTurquoise - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleTurquoise
- PaleTurquoise1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleTurquoise1
- PaleTurquoise2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleTurquoise2
- PaleTurquoise3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleTurquoise3
- PaleTurquoise4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleTurquoise4
- PaleVioletRed - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleVioletRed
- PaleVioletRed1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleVioletRed1
- PaleVioletRed2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleVioletRed2
- PaleVioletRed3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleVioletRed3
- PaleVioletRed4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PaleVioletRed4
- pan(Axis1D, boolean, float, float) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- pan(Axis1D, boolean, int, int) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- panDetected(GlimpsePanGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener1D
- panDetected(GlimpsePanGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- panDetected(GlimpsePanGestureEvent) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureAdapter
- panDetected(GlimpsePanGestureEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseGestureListener
- panDetected(GlimpsePanGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- panDetected(GlimpsePanGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- panDetected0(I) - Method in class com.metsci.glimpse.core.event.touch.GestureWrapper
- PapayaWhip - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PapayaWhip
- parse(String) - Method in interface com.metsci.glimpse.util.geo.format.LatLonFormat
- parse(String) - Method in class com.metsci.glimpse.util.geo.format.LatLonFormatCompact
- parse(String) - Method in class com.metsci.glimpse.util.geo.format.LatLonFormatDegreesMinutesSeconds
- parse(String) - Method in interface com.metsci.glimpse.util.units.time.format.TimeStampFormat
- parse(String) - Method in class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- parse(Map<K, V>, K, Function<V, W>) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- parseDataByteOrder(String) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- parseDataType(String) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- parseDataUnits(String) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- parseFaccCsvFile(Reader) - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
-
Parses a FACC CSV file, honoring newlines inside quotes
- parseHexCharOrFallback(String, String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- parseIntOrFallback(String, int) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- parseLinearInterpolator(String) - Static method in class com.metsci.glimpse.util.math.LinearInterpolator
-
Creates a
LinearInterpolator
from aString
describing the points. - parseRhsDouble(String, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- parseRhsFloat(String, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- parseRhsInteger(String, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- parseRhsShort(String, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- parseRhsString(String, Function<String, Object>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- parseTime_PMILLIS(String) - Static method in class com.metsci.glimpse.util.units.time.TimeUtils
- parseTime_PMILLIS(String, TimeStampFormat) - Static method in class com.metsci.glimpse.util.units.time.TimeUtils
- parseToLatLonGeo(String) - Static method in class com.metsci.glimpse.util.geo.format.LatLonFormatCompact
- partial(DockingUtils.Runnable1<T>, T) - Static method in class com.metsci.glimpse.docking.DockingUtils
- PartialTaggedPointAttributeColorSizeProgram - Class in com.metsci.glimpse.core.support.shader.point
-
A point shader attached to a TaggedAxis1D which allows adjusting of the color scale at multiple tag points (as opposed to TaggedPointShader which only reads the lowest and highest tags and spreads the color scale between those).
- PartialTaggedPointAttributeColorSizeProgram(int, int, int, int, int, int, TaggedAxis1D, TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.support.shader.point.PartialTaggedPointAttributeColorSizeProgram
- ParticleCount - Static variable in class com.metsci.glimpse.core.examples.track.StaticTrackPainterExample
- Partitioning - Class in com.metsci.glimpse.util.primitives.algorithms
- Partitioning.Strings - Class in com.metsci.glimpse.util.primitives.algorithms
- partitionUnique(String[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- partitionUnique(String[]...) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- pause() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- Pdf - Interface in com.metsci.glimpse.util.math.stochastic
- PdfCont - Interface in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfCont2d - Interface in com.metsci.glimpse.util.math.stochastic.pdfcont2d
- PdfCont2dBivariateGaussianViaEllipse - Class in com.metsci.glimpse.util.math.stochastic.pdfcont2d
-
Generates 2-dimensional samples from a bivariate Gaussian distribution which is defined via an "error" or "covariance" ellipse which represents the 1-sigma contours of the density function.
- PdfCont2dBivariateGaussianViaEllipse(double, double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont2d.PdfCont2dBivariateGaussianViaEllipse
- PdfCont3d - Interface in com.metsci.glimpse.util.math.stochastic.pdfcont3d
- PdfContExponential - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContExponential(double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContExponential
- PdfContGaussianBoxMuller - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContGaussianBoxMuller(double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianBoxMuller
- PdfContGaussianZiggurat - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
-
This routine is based on the following article, with a couple of modifications which simplify the implementation.
- PdfContGaussianZiggurat(double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGaussianZiggurat
- PdfContGumbel - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContGumbel(double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContGumbel
- PdfContLaplace - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContLaplace(double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLaplace
- PdfContLinearIncreasingFromZero - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContLinearIncreasingFromZero(double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContLinearIncreasingFromZero
- PdfContTriangle - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContTriangle(double, double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContTriangle
- PdfContUniform - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfContUniform(double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfContUniform
- PdfDiscrete - Interface in com.metsci.glimpse.util.math.stochastic.pdfdiscrete
- PdfDiscreteNd - Interface in com.metsci.glimpse.util.math.stochastic.pdfdiscrete
-
A fixed-dimensional multivariate discrete distribution.
- PdfDiscretePoisson - Class in com.metsci.glimpse.util.math.stochastic.pdfdiscrete
- PdfDiscretePoisson(double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfdiscrete.PdfDiscretePoisson
- PdfMirroredCont - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfMirroredCont(PdfCont) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfMirroredCont
- PdfTruncatedCont - Class in com.metsci.glimpse.util.math.stochastic.pdfcont
- PdfTruncatedCont(PdfCont, double, double) - Constructor for class com.metsci.glimpse.util.math.stochastic.pdfcont.PdfTruncatedCont
- PeachPuff - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PeachPuff
- PeachPuff2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PeachPuff2
- PeachPuff3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PeachPuff3
- PeachPuff4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PeachPuff4
- peek() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- perpendicularVector() - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns a vector perpendicular to this one, with same norm.
- Peru - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Peru
- phiAngle() - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the conical angle between this vector and the positive z axis.
- PI_OVER_2 - Static variable in class com.metsci.glimpse.util.math.approx.ApproxAsin
- PI_OVER_ROOT_TWO - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant Math.PI / Math.sqrt(2.0);
- PI_OVER_TWO - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant 0.5 * Math.PI; same as HALF_PI.
- PickResult(Object, Object, int, GlimpseTargetStack) - Constructor for class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- pinchDetected(GlimpsePinchGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener1D
- pinchDetected(GlimpsePinchGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- pinchDetected(GlimpsePinchGestureEvent) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureAdapter
- pinchDetected(GlimpsePinchGestureEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseGestureListener
- pinchDetected(GlimpsePinchGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- pinchDetected(GlimpsePinchGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- pinchDetected0(I) - Method in class com.metsci.glimpse.core.event.touch.GestureWrapper
- pink - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Pink - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Pink
- PINK - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Pink1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Pink1
- Pink2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Pink2
- Pink3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Pink3
- Pink4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Pink4
- placeView(View, TileFactory) - Method in class com.metsci.glimpse.docking.LandingRegions.BesideExistingTile
- placeView(View, TileFactory) - Method in class com.metsci.glimpse.docking.LandingRegions.EdgeOfDockingPane
- placeView(View, TileFactory) - Method in class com.metsci.glimpse.docking.LandingRegions.InEmptyDockingPane
- placeView(View, TileFactory) - Method in class com.metsci.glimpse.docking.LandingRegions.InExistingTile
- placeView(View, TileFactory) - Method in class com.metsci.glimpse.docking.LandingRegions.InNewWindow
- placeView(View, TileFactory) - Method in interface com.metsci.glimpse.docking.LandingRegions.LandingRegion
- placeView(View, TileFactory) - Method in class com.metsci.glimpse.docking.LandingRegions.LastInExistingTile
- placeView(GroupArrangement, Set<String>, ViewPlacer<?>) - Method in interface com.metsci.glimpse.docking.group.ViewPlacementRule
-
It is fine for implementations to down-cast the
placer
argument, as long as it is done with care. - planTile - Variable in class com.metsci.glimpse.docking.group.ViewDestination
- planWindow - Variable in class com.metsci.glimpse.docking.group.ViewDestination
- plasma - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- plateCarreeProj_DEG - Static variable in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- plateCarreeProj_RAD - Static variable in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- PlatformFixes - Class in com.metsci.glimpse.platformFixes
- PlatformFixes() - Constructor for class com.metsci.glimpse.platformFixes.PlatformFixes
- Plot - com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener.PlotLocation
- PLOT_BACKGROUND_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- Plot2D - Class in com.metsci.glimpse.core.plot
-
A simple, blank plotting area which divides itself into five regions:
- Plot2D(String) - Constructor for class com.metsci.glimpse.core.plot.Plot2D
- PlotInfo - Interface in com.metsci.glimpse.core.plot.stacked
- PlotInfoImpl - Class in com.metsci.glimpse.core.plot.stacked
- PlotInfoImpl(StackedPlot2D, Object, int, int, int, GlimpseAxisLayout2D) - Constructor for class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- PlotInfoWrapper - Class in com.metsci.glimpse.core.plot.stacked
- PlotInfoWrapper(PlotInfo) - Constructor for class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- PlotMouseAdapter - Class in com.metsci.glimpse.core.plot.timeline.listener
- PlotMouseAdapter() - Constructor for class com.metsci.glimpse.core.plot.timeline.listener.PlotMouseAdapter
- PlotMouseListener - Interface in com.metsci.glimpse.core.plot.timeline.listener
- PlotMouseListener.PlotLocation - Enum in com.metsci.glimpse.core.plot.timeline.listener
- Plum - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Plum
- Plum1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Plum1
- Plum2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Plum2
- Plum3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Plum3
- Plum4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Plum4
- plus(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
- plus(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- Point - Class in com.metsci.glimpse.core.painter.track
- Point(long) - Constructor for class com.metsci.glimpse.core.painter.track.Point
- Point(Object, Object, double, double, long) - Constructor for class com.metsci.glimpse.core.painter.track.Point
- Point(Object, Object, float, float, long) - Constructor for class com.metsci.glimpse.core.painter.track.Point
- POINT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- POINT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- PointArrayColorProgram - Class in com.metsci.glimpse.core.support.shader.point
-
Draws 2D point with feathered edges, a constant pixel radius, and a color specified per point.
- PointArrayColorProgram() - Constructor for class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- PointArrayColorProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.point
- PointArrayColorSizeProgram - Class in com.metsci.glimpse.core.support.shader.point
-
Draws 2D point with feathered edges, and a color and size specified per point.
- PointArrayColorSizeProgram() - Constructor for class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- PointArrayColorSizeProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.point
- PointAttributeColorSizeProgram - Class in com.metsci.glimpse.core.support.shader.point
-
Draws 2D point with feathered edges and color and size determined by float attributes associated with each point.
- PointAttributeColorSizeProgram(int, int, Axis1D, Axis1D) - Constructor for class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- PointFeature() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.PointFeature
- PointFlatColorProgram - Class in com.metsci.glimpse.core.support.shader.point
-
Draws 2D point with feathered edges, a constant pixel radius, and a constant color.
- PointFlatColorProgram() - Constructor for class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- PointFlatColorProgram.ProgramHandles - Class in com.metsci.glimpse.core.support.shader.point
- PointItem(int, float, float) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- pointItemCount - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- pointRelativeToAncestor(MouseEvent, Component) - Static method in class com.metsci.glimpse.docking.MiscUtils
- points - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- pointsBuf - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.Tree
- PointSetPainter - Class in com.metsci.glimpse.core.painter.shape
-
Efficiently draws a static set of points.
- PointSetPainter(boolean) - Constructor for class com.metsci.glimpse.core.painter.shape.PointSetPainter
- PointSetPainter.IdXy - Class in com.metsci.glimpse.core.painter.shape
- PointShaderExample - Class in com.metsci.glimpse.core.examples.scatterplot
- PointShaderExample() - Constructor for class com.metsci.glimpse.core.examples.scatterplot.PointShaderExample
- pointSymbolId - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAssignment
- PolarProjection - Class in com.metsci.glimpse.core.support.projection
-
A projection which maps a texture into a circle or annulus (or an angular wedge of the above).
- PolarProjection(double, double, double, double) - Constructor for class com.metsci.glimpse.core.support.projection.PolarProjection
- PolarProjection(double, double, double, double, boolean) - Constructor for class com.metsci.glimpse.core.support.projection.PolarProjection
- PolarProjection(double, double, double, double, double, double) - Constructor for class com.metsci.glimpse.core.support.projection.PolarProjection
- PolarProjection(double, double, double, double, double, double, boolean) - Constructor for class com.metsci.glimpse.core.support.projection.PolarProjection
- PolarProjectionExample - Class in com.metsci.glimpse.core.examples.projection
-
Demonstrate the polar texture projection.
- PolarProjectionExample() - Constructor for class com.metsci.glimpse.core.examples.projection.PolarProjectionExample
- poll() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- poll(long, TimeUnit) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- Polygon - Class in com.metsci.glimpse.core.support.polygon
- Polygon() - Constructor for class com.metsci.glimpse.core.support.polygon.Polygon
- Polygon.Interior - Enum in com.metsci.glimpse.core.support.polygon
- Polygon.Loop - Class in com.metsci.glimpse.core.support.polygon
- Polygon.Loop.LoopBuilder - Class in com.metsci.glimpse.core.support.polygon
- PolygonPainter - Class in com.metsci.glimpse.core.painter.shape
-
Paints large collections of arbitrary polygons (including concave polygons).
- PolygonPainter() - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter
- PolygonPainter.PolygonPainterFlatColorProgram - Class in com.metsci.glimpse.core.painter.shape
- PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles - Class in com.metsci.glimpse.core.painter.shape
- PolygonPainter.PolygonPainterLineProgram - Class in com.metsci.glimpse.core.painter.shape
- PolygonPainter.PolygonPainterLineProgram.LineProgramHandles - Class in com.metsci.glimpse.core.painter.shape
- PolygonPainter.TessellatedPolygon - Class in com.metsci.glimpse.core.painter.shape
-
In PolygonPainter, a Polygon is converted to a TessellatedPolygon, which is then converted to an IdPolygon.
- PolygonPainterExample - Class in com.metsci.glimpse.core.examples.shape
-
Demonstrates usage of Polygon painter to display arbitrary (convex and concave) polygons.
- PolygonPainterExample() - Constructor for class com.metsci.glimpse.core.examples.shape.PolygonPainterExample
- PolygonPainterFlatColorProgram() - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- PolygonPainterLineProgram() - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- PolygonPainterSimple - Class in com.metsci.glimpse.core.painter.shape
-
A simpler/alternate implementation of
PolygonPainter
which allows arbitrary polygons to be turned on and off. - PolygonPainterSimple() - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- PolygonTessellator - Class in com.metsci.glimpse.core.support.polygon
- PolygonTessellator() - Constructor for class com.metsci.glimpse.core.support.polygon.PolygonTessellator
- PolygonTessellator.TessellationException - Exception in com.metsci.glimpse.core.support.polygon
- PolynomialApprox - Class in com.metsci.glimpse.util.math.fast
-
This class contains polynomial approximations to Trigonometric functions, which are much faster than the Java built-in routines, but not as accurate.
- PolynomialApprox() - Constructor for class com.metsci.glimpse.util.math.fast.PolynomialApprox
- PolynomialTangentPlane - Class in com.metsci.glimpse.util.geo.projection
-
Implementation of GeoProjection via a plane which is tangent to the Earth and maps x, y coordinates on the plane to/from lat/lon pairs.
- PolynomialTangentPlane(LatLonGeo) - Constructor for class com.metsci.glimpse.util.geo.projection.PolynomialTangentPlane
- PolynomialTangentPlane(LatLonGeo, double, double) - Constructor for class com.metsci.glimpse.util.geo.projection.PolynomialTangentPlane
- pondInIslandInLake - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
- pop() - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
-
Removes the top GlimpseTarget / GlimpseBounds pair from the target stack.
- pop() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- pop() - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- popTo(GlimpseTargetStack, GlimpseTarget) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
- PopupMenuExample - Class in com.metsci.glimpse.core.examples.misc
-
A Glimpse plot with a Swing JPopupMenu which appears when right clicking on the plot.
- PopupMenuExample() - Constructor for class com.metsci.glimpse.core.examples.misc.PopupMenuExample
- PositionAzimuth - Class in com.metsci.glimpse.util.geo.util
- PositionAzimuth(LatLonGeo, double) - Constructor for class com.metsci.glimpse.util.geo.util.PositionAzimuth
- positionX - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- positionY - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- posixEpoch() - Static method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
- posixEpoch() - Static method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Returns a TimeStamp that represents the posix epoch.
- posixEpoch() - Method in interface com.metsci.glimpse.util.units.time.TimeStampFactory
- posixMillisToInstant(long) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts to java.time.Instant from long posix milliseconds.
- posixSecondsToInstant(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts to java.time.Instant from double posix seconds (system-units).
- poslim(Buffer, int, int, int) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- postCommit() - Method in interface com.metsci.glimpse.util.var.TxnMember
-
Implementations of this method may fail, and may throw exceptions.
- postPaint(GlimpsePainter, GlimpseContext) - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainterCallback
- PowderBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
PowderBlue
- ppv(Axis2D) - Static method in class com.metsci.glimpse.dnc.DncPainterSettingsImpl
- ppvAspectRatio(Axis2D) - Static method in class com.metsci.glimpse.core.support.shader.line.LineUtils
- PredicateUtils - Class in com.metsci.glimpse.util
- PredicateUtils() - Constructor for class com.metsci.glimpse.util.PredicateUtils
- preExpand(Rect, int) - Method in class com.metsci.glimpse.dnc.util.NullBackingStoreManager
- preferredLayoutSize(Container) - Method in class com.metsci.glimpse.docking.SplitPane.SplitLayout
- prefix - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
- preloadHigherResTiles - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
- preloadLowerResTiles - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
- prePaint(GlimpsePainter, GlimpseContext) - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainterCallback
- prepare(GlimpseContext) - Method in class com.metsci.glimpse.core.painter.texture.TextureUnit
- prepare(GlimpseContext, int) - Method in class com.metsci.glimpse.core.gl.texture.AbstractTexture
- prepare(GlimpseContext, int) - Method in interface com.metsci.glimpse.core.gl.texture.Texture
-
Allocates space for the texture in GPU texture memory (once, if this is the first time that
prepare( GL, int)
has been called), copies texture data from the heap into GPU memory (ifisDirty()
is true). - prepare(GlimpseContext, int) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- prepend(boolean) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- prepend(boolean) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- prepend(boolean[]) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- prepend(boolean[]) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- prepend(boolean[], int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- prepend(boolean[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- prepend(byte) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(byte) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(byte[]) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(byte[]) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(byte[], int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(byte[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(char) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(char) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(char[]) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(char[]) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(char[], int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(char[], int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(double) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(double) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(double[]) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(double[]) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(double[], int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(double[], int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(float) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(float) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(float[]) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(float[]) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(float[], int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(float[], int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(int[]) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(int[]) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(int[], int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(int[], int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(long) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(long) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepend(long[]) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(long[]) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepend(long[], int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(long[], int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepend(Booleans) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- prepend(Booleans) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- prepend(Booleans, int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- prepend(Booleans, int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- prepend(Bytes) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(Bytes) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(Bytes, int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(Bytes, int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(Chars) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(Chars) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(Chars, int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(Chars, int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(Doubles) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(Doubles) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(Doubles, int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(Doubles, int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(Floats) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(Floats) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(Floats, int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(Floats, int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(Ints) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(Ints) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(Ints, int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(Ints, int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(Longs) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(Longs) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepend(Longs, int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(Longs, int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepend(Objects) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- prepend(Objects) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- prepend(Objects, int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- prepend(Objects, int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- prepend(Object) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- prepend(Object) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- prepend(Object[]) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- prepend(Object[]) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- prepend(Object[], int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- prepend(Object[], int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- prepend(String) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(String) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(String) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(String) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(String, int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(String, int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(String, int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(String, int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(ByteBuffer) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(ByteBuffer) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(ByteBuffer, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- prepend(ByteBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- prepend(CharBuffer) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(CharBuffer) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(CharBuffer, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- prepend(CharBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- prepend(DoubleBuffer) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(DoubleBuffer) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(DoubleBuffer, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- prepend(DoubleBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- prepend(FloatBuffer) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(FloatBuffer) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(FloatBuffer, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- prepend(FloatBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- prepend(IntBuffer) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(IntBuffer) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(IntBuffer, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- prepend(IntBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- prepend(LongBuffer) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(LongBuffer) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepend(LongBuffer, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- prepend(LongBuffer, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
-
Makes room in this array for new values to be appended.
- prepForAppend(int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
-
Makes room in this array for new values to be appended.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
-
Makes room in this array for new values to be inserted.
- prepForInsert(int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
-
Makes room in this array for new values to be inserted.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
-
Makes room in this array for new values to be prepended.
- prepForPrepend(int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
-
Makes room in this array for new values to be prepended.
- PrimitiveVector - Class in com.metsci.glimpse.util
-
A collection of classes for storing a growable array of primitives including
double
,float
,integer
, andlong
primitives. - PrimitiveVector() - Constructor for class com.metsci.glimpse.util.PrimitiveVector
- PrimitiveVector.Double - Class in com.metsci.glimpse.util
- PrimitiveVector.Float - Class in com.metsci.glimpse.util
- PrimitiveVector.Integer - Class in com.metsci.glimpse.util
- PrimitiveVector.Long - Class in com.metsci.glimpse.util
- printTree(PrintStream, Flat2Query.Node) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- priority - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkJob
- priority - Variable in enum com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- prism - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- profileNameOf(GLContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- profileNameOf(GLContext, String) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
-
Returns the profile-name of the given context, or the given fallback if context is null.
- program - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- program - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- program - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- program - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- program - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- program - Variable in class com.metsci.glimpse.dnc.DncAreaProgram.DncAreaProgramHandles
- program - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- program - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- program - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- program - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- program - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram.ProgramHandles
- ProgramHandles(GL2ES2) - Constructor for class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- ProgramHandles(GL2ES2, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram.ProgramHandles
- ProgramHandles(GL2ES2, int) - Constructor for class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram.ProgramHandles
- ProgressPane - Class in com.metsci.glimpse.extras.examples.dnc
- ProgressPane(String) - Constructor for class com.metsci.glimpse.extras.examples.dnc.ProgressPane
- proj - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- proj - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- proj - Variable in class com.metsci.glimpse.topo.TopoTileCache
- project(LatLonGeo) - Method in class com.metsci.glimpse.charts.slippy.SlippyProjection
- project(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.projection.AzimuthalEquidistant
- project(LatLonGeo) - Method in interface com.metsci.glimpse.util.geo.projection.GeoProjection
-
Convert LatLon to (nearly) equivalent projected x,y position.
- project(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- project(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- projectAreaFeatureRings(IntBuffer, int, int, DoubleBuffer, DncProjection) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- projectAzimuth_MATHRAD(double, double, double) - Method in class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- projectAzimuth_MATHRAD(double, double, double) - Method in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- projectAzimuth_MATHRAD(double, double, double) - Method in interface com.metsci.glimpse.dnc.proj.DncProjection
- projectAzimuth_MATHRAD(double, double, double) - Method in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- Projection - Interface in com.metsci.glimpse.core.support.projection
-
Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto.
- projectionOnto(Vector2d, boolean) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns the projection of this vector onto the vector v.
- projectionOnto(Vector3d, boolean) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the projection of this vector onto the vector v.
- projectLineFeatureVertices(DoubleBuffer, int, int, DncProjection) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- projectOnto(Vector2d) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Returns the projection of this vector onto the vector v.
- projectOnto(Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns the projection of this vector onto the vector v.
- projectPointFeatureVertex(DoubleBuffer, int, DncProjection) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- projectPos(double, double, float[], int) - Method in class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- projectPos(double, double, float[], int) - Method in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- projectPos(double, double, float[], int) - Method in interface com.metsci.glimpse.dnc.proj.DncProjection
- projectPos(double, double, float[], int) - Method in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- projPointsPerBoundsEdge - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- projPointsPerBoundsEdge - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- propertyVar(ReadableVar<A>, Function<? super A, ? extends B>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- propertyVar(ReadableVar<A>, Function<? super A, ? extends B>, B) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- propertyVar(Var<A>, Function<? super A, ? extends B>, BiFunction<? super A, B, ? extends A>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- propertyVar(Var<A>, Function<? super A, ? extends B>, BiFunction<? super A, B, ? extends A>, B) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- pruneEmpty(DockerArrangementNode) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- pruneEmpty(GroupArrangement) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- Pulsator - Class in com.metsci.glimpse.core.painter.track
- Pulsator(TrackPainter) - Constructor for class com.metsci.glimpse.core.painter.track.Pulsator
- Pulsator(TrackPainter, long, float, float, float) - Constructor for class com.metsci.glimpse.core.painter.track.Pulsator
- Purple - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Purple
- Purple1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Purple1
- Purple2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Purple2
- Purple3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Purple3
- Purple4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Purple4
- purpleBone - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- push(GlimpseTarget) - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
-
Pushes a GlimpseTarget onto this TargetStack (with dummy GlimpseBounds).
- push(GlimpseTarget) - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- push(GlimpseTarget) - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- push(GlimpseTarget, GlimpseBounds) - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
-
Adds a new GlimpseTarget and its corresponding GlimpseBounds to the TargetStack.
- push(GlimpseTarget, GlimpseBounds) - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- push(GlimpseTarget, GlimpseBounds) - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- push(GlimpseTargetStack) - Method in interface com.metsci.glimpse.core.context.GlimpseTargetStack
-
Pushes an existing stack onto the top of this stack, merging the two.
- push(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- push(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- pushLayoutTargetStack(GlimpseTargetStack, Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Pushes the layout stack for the named plot onto the provided GlimpseTargetStack.
- pushPlotTargetStack(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Pushes the layout stack for the base layout of this StackedTimePlot2D onto the provided GlimpseTargetStack.
- pushToBottom(GlimpseTargetStack, int, int) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
- pushToTexture(GL, int) - Method in class com.metsci.glimpse.dnc.util.TexturableImage
- put(int, int, float) - Method in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
- put(int, ContinuousIndex) - Method in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
- put(V) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- put1f(FloatBuffer, float) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- put2f(FloatBuffer, float, float) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- putColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- putColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- putColors(DynamicPointSetPainter.BulkColorAccumulator) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- putColors(DynamicPointSetPainter.BulkColorAccumulator) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- putGlimpsePainter(GlimpseLayout, Object, int, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- putGlimpsePainter(WrappedPainter, Object, int, GlimpsePainter) - Static method in class com.metsci.glimpse.core.support.DisposableUtils
- putLine(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- putLine(Object, float, float, float, float, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- putLines(DynamicLineSetPainter.BulkLineAccumulator) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- putMapValue(Var<ImmutableMap<K, V>>, boolean, K, V) - Static method in class com.metsci.glimpse.util.var.VarUtils
- putMapValue(Var<ImmutableMap<K, V>>, K, V) - Static method in class com.metsci.glimpse.util.var.VarUtils
- putMapValue(Var<ImmutableMap<K, V>>, boolean, K2, V2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- putMapValue(Var<ImmutableMap<K, V>>, K2, V2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- putPainter(Object, GlimpsePainter, int) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- putPoint(Object, float, float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- putPoint(Object, float, float, float[]) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- putPoints(DynamicPointSetPainter.BulkPointAccumulator) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
Q
- Quad - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Structure for points and coordinates.
- Quad() - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
- QUAD_TREE_BIN_MAX - Static variable in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- QUAD_TREE_BIN_MAX - Static variable in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- QUAD_TREE_BIN_MAX - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- QuadPipeline - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for drawing a stream of quads.
- QuadPipeline.EventListener - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Observer of a
QuadPipeline
. - QuadPipeline.EventType - Enum in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Kind of event.
- QuadPipelineGL10 - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
QuadPipeline
for use with OpenGL 1.0. - QuadPipelineGL10() - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL10
-
Constructs a
QuadPipelineGL10
. - QuadPipelineGL11 - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
QuadPipeline
for use with OpenGL 1.1. - QuadPipelineGL11() - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL11
-
Constructs a
QuadPipelineGL11
. - QuadPipelineGL15 - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
QuadPipeline
for use with OpenGL 1.5. - QuadPipelineGL15(GL2) - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL15
-
Constructs a
QuadPipelineGL15
. - QuadPipelineGL30 - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
QuadPipeline
for use with OpenGL 3. - QuadPipelineGL30(GL3, int) - Constructor for class com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipelineGL30
-
Constructs a
QuadPipelineGL30
. - QuadPipelines - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility for working with
QuadPipeline
's. - quadrant(float, float, float, float) - Static method in class com.metsci.glimpse.util.quadtree.QuadTree
-
0 = small-x small-y 1 = large-x small-y 2 = small-x large-y 3 = large-x large-y
- quadrant(long, long, long, long) - Static method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTree
-
0 = small-x small-y 1 = large-x small-y 2 = small-x large-y 3 = large-x large-y
- QuadTree<B> - Class in com.metsci.glimpse.util.quadtree
- QuadTree(B) - Constructor for class com.metsci.glimpse.util.quadtree.QuadTree
- QuadTree.Accumulator<B> - Interface in com.metsci.glimpse.util.quadtree
- QuadTree.Node<B> - Interface in com.metsci.glimpse.util.quadtree
- QuadTreeFloatBuffer - Class in com.metsci.glimpse.core.support.selection
-
A QuadTree backed by a FloatBuffer containing x/y coordinates of points stored in tree.
- QuadTreeFloatBuffer(FloatBuffer) - Constructor for class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
- QuadTreeInts - Class in com.metsci.glimpse.util.quadtree
- QuadTreeInts(int) - Constructor for class com.metsci.glimpse.util.quadtree.QuadTreeInts
- QuadTreeLongs - Class in com.metsci.glimpse.util.quadtree
- QuadTreeLongs(int) - Constructor for class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- QuadTreeLongs2 - Class in com.metsci.glimpse.util.quadtree
- QuadTreeLongs2(int) - Constructor for class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- QuadTreeObjects<V> - Class in com.metsci.glimpse.util.quadtree
- QuadTreeObjects(int) - Constructor for class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- QuadTreeXys<V extends Xy> - Class in com.metsci.glimpse.util.quadtree
-
Like
QuadTreeObjects
, but sacrificing generality for search speed. - QuadTreeXys(int) - Constructor for class com.metsci.glimpse.util.quadtree.QuadTreeXys
- Query - Class in com.metsci.glimpse.dnc.convert
- Query() - Constructor for class com.metsci.glimpse.dnc.convert.Query
- Query.QueryChunk - Class in com.metsci.glimpse.dnc.convert
- QueryCache(Flat2Query.QueryCacheConfig, int) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCache
- QueryCacheConfig() - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- queryCharsetFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- QueryChunk(DncChunks.DncChunkKey, long, int, int, int, int, int) - Constructor for class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- queryChunksFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- queryConfigFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- queryConfigHash(String) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- queryConfigString(Flat2Query.QueryCacheConfig) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- queryCoveragesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- queryCursorFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- QueryDatabase(File, DncProjection, ExecutorService) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.QueryDatabase
- queryFormatVersion - Static variable in class com.metsci.glimpse.dnc.convert.Query
- queryGLBoolean(int, GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- queryGLInteger(int, GL) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- queryLibrariesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- queryMutexFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- queryParentDir - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- queryTreesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Query
- QuickAtan - Class in com.metsci.glimpse.util.math.fast
-
Faster but less accurate than Math.atan.
- quickDefaultAnimator() - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickDefaultLaf() - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickDefaultSize() - Static method in class com.metsci.glimpse.core.support.QuickUtils
- QuickExp - Class in com.metsci.glimpse.util.math.fast
-
A faster version of Math.exp with maximum relative error of 1e-5.
- QuickExp() - Constructor for class com.metsci.glimpse.util.math.fast.QuickExp
- QuickExp2 - Class in com.metsci.glimpse.util.math.fast
-
Similar to
QuickExp
but uses 2 smaller lookup tables instead of one large one. - QuickExp2() - Constructor for class com.metsci.glimpse.util.math.fast.QuickExp2
- QuickExp3 - Class in com.metsci.glimpse.util.math.fast
-
Similar to
QuickExp
but uses 3 smaller lookup tables instead of one large one. - QuickExp3() - Constructor for class com.metsci.glimpse.util.math.fast.QuickExp3
- quickGlimpseApp(String, String, GlimpseLayout) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseApp(String, String, GlimpseLayout, int, int) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseApp(String, String, GlimpseLayout, int, int, LookAndFeel) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseApp(String, String, GlimpseLayout, LookAndFeel) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseApp(String, String, GlimpseLayout, Dimension) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseApp(String, String, GlimpseLayout, Dimension, LookAndFeel) - Static method in class com.metsci.glimpse.core.support.QuickUtils
-
Similar to
#quickGlimpseWindow(String, String, double, GlimpseLayout)
, but with behavior suitable for a single-window application. - quickGlimpseCanvas(GLContext, GlimpseLayout) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(GLContext, GlimpseLayout, LookAndFeel) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(GLContext, GlimpseLayout, LookAndFeel, GLAnimatorControl) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(GLProfile, GlimpseLayout) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(GLProfile, GlimpseLayout, LookAndFeel) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(GLProfile, GlimpseLayout, LookAndFeel, GLAnimatorControl) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(String, GlimpseLayout) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseCanvas(String, GlimpseLayout, LookAndFeel) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseWindow(String, NewtSwingEDTGlimpseCanvas) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseWindow(String, NewtSwingEDTGlimpseCanvas, int, int) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quickGlimpseWindow(String, NewtSwingEDTGlimpseCanvas, Dimension) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- quicksort(int, int, GenericSorting.Comparator, GenericSorting.Swapper) - Static method in class com.metsci.glimpse.util.primitives.algorithms.GenericSorting
-
Sorts the specified range of elements according to the order induced by the specified comparator.
- quicksort(long[], int[], int, int) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Sorting
- quickTopoPlot(TopoDataset, NormalCylindricalProjection, GlimpsePainter...) - Static method in class com.metsci.glimpse.topo.TopoQuickUtils
- QuickUtils - Class in com.metsci.glimpse.core.support
-
A collection of functions for quickly creating plots and showing them in windows.
- QuickUtils() - Constructor for class com.metsci.glimpse.core.support.QuickUtils
- quickXyPlot(GlimpsePainter...) - Static method in class com.metsci.glimpse.core.support.QuickUtils
-
Creates a
MultiAxisPlot2D
layout with contents that are desirable for most XY plots: X and Y axes GridPainter CrosshairPainter (with selection box disabled) BorderPainter.
R
- r - Variable in class com.metsci.glimpse.core.support.color.RGBA
- r - Variable in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils.ValueAndColor
- radiansFragShader_GLSL - Static variable in class com.metsci.glimpse.topo.EquirectTopoProgram
- radiansToDegrees - Static variable in class com.metsci.glimpse.util.units.Angle
- radiansToDegrees - Static variable in class com.metsci.glimpse.util.units.AngleRelative
- radiansToDegrees(double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Converts angle from radians to degrees.
- radiansToDegrees(double...) - Static method in class com.metsci.glimpse.util.units.Angle
-
Converts angle from radians to degrees.
- rainbow - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- ranges() - Method in interface com.metsci.glimpse.util.primitives.rangeset.IntRangeSet
- ranges() - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- RasterNavigationChartExample - Class in com.metsci.glimpse.extras.examples.charts.rnc
-
Glimpse has preliminary support for displaying Electronic Navigation Chart raster images available in the BSB Raster format directly from NOAA.
- RasterNavigationChartExample() - Constructor for class com.metsci.glimpse.extras.examples.charts.rnc.RasterNavigationChartExample
- RateLimitedAxisLimitsListener1D - Class in com.metsci.glimpse.dnc.util
- RateLimitedAxisLimitsListener1D() - Constructor for class com.metsci.glimpse.dnc.util.RateLimitedAxisLimitsListener1D
- RateLimitedAxisListener1D - Class in com.metsci.glimpse.core.axis.listener
-
An AxisListener1D which guarantees that axisUpdated( Axis1D ) will not be called at greater than a given rate.
- RateLimitedAxisListener1D() - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- RateLimitedAxisListener1D(double) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- RateLimitedAxisListener1D(double, String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- RateLimitedAxisListener1D(long) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- RateLimitedAxisListener1D(long, String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- RateLimitedAxisListener1D(String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener1D
- RateLimitedAxisListener2D - Class in com.metsci.glimpse.core.axis.listener
-
An AxisListener2D which guarantees that axisUpdated( Axis2D ) will not be called at greater than a given rate.
- RateLimitedAxisListener2D() - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- RateLimitedAxisListener2D(double) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- RateLimitedAxisListener2D(double, String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- RateLimitedAxisListener2D(long) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- RateLimitedAxisListener2D(long, String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- RateLimitedAxisListener2D(String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedAxisListener2D
- RateLimitedEventDispatcher<D> - Class in com.metsci.glimpse.core.axis.listener
-
A helper class used to rate limit events.
- RateLimitedEventDispatcher() - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- RateLimitedEventDispatcher(double) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- RateLimitedEventDispatcher(double, String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- RateLimitedEventDispatcher(long) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- RateLimitedEventDispatcher(long, String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- RateLimitedEventDispatcher(String) - Constructor for class com.metsci.glimpse.core.axis.listener.RateLimitedEventDispatcher
- rawMileageVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- rawMileageVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
-
Returns the mileage VBO without recomputing the mileage values.
- rawSignBit(double) - Static method in class com.metsci.glimpse.util.math.approx.ApproxAtan
- ReadableVar<V> - Interface in com.metsci.glimpse.util.var
- ReadableVar<V> - Interface in com.metsci.glimpse.util.var2
- ReadableVarDerived<V> - Class in com.metsci.glimpse.util.var2
- ReadableVarDerived(ActivityListenable...) - Constructor for class com.metsci.glimpse.util.var2.ReadableVarDerived
- ReadableVarDerived(Collection<? extends ActivityListenable>) - Constructor for class com.metsci.glimpse.util.var2.ReadableVarDerived
- ReadableVarDerivedCaching<V> - Class in com.metsci.glimpse.util.var2
-
A
ReadableVarDerived
that only recomputes its value when upstream vars (i.e. - ReadableVarDerivedCaching(ReadableVar<?>...) - Constructor for class com.metsci.glimpse.util.var2.ReadableVarDerivedCaching
- ReadableVarDerivedCaching(Collection<? extends ReadableVar<?>>) - Constructor for class com.metsci.glimpse.util.var2.ReadableVarDerivedCaching
- readAllFeatureClasses(VPFLibrary) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- readBoolean() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readByte() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readCachedTile(File) - Method in class com.metsci.glimpse.topo.ShadedReliefTileCache
- readChar() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readDatabaseName(File) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- readDncSymbolAssignments() - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readDncSymbolAssignments(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
-
filename
must be supported by thegeosym/assignments/
resources. - readDouble() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readFaccAttrs() - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
- readFaccAttrs(Reader, Map<String, Map<Object, Object>>) - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
- readFaccFeatures() - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
- readFaccFeatures(Reader) - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
- readFaccValues() - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
- readFaccValues(Reader) - Static method in class com.metsci.glimpse.dnc.facc.FaccIo
- readFeatureClasses(VPFLibrary, VPFFeatureType...) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- readFlatAreaRings(IntBuffer, int, int, DoubleBuffer) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatAttrNames(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatAttrs(LongBuffer, int, int, Int2ObjectMap<String>, ByteBuffer, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatCharset(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatChecksum(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatChunks(File) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatCoverageNames(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatFcodeNames(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatLibraryNames(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatLineVertices(DoubleBuffer, int, int) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFlatPointVertex(DoubleBuffer, int) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- readFloat() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readFully(byte[]) - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readFully(byte[], int, int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readGeosymAssignments(BufferedReader, int, Int2ObjectMap<String>, Int2ObjectMap<DncGeosymAttributeExpression>, Int2ObjectMap<DncGeosymIo.DncGeosymLabelJoin>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymAttributeExpressions(Int2ObjectMap<String>, Int2ObjectMap<String>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymAttributeExpressions(BufferedReader, Int2ObjectMap<String>, Int2ObjectMap<String>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymCodes() - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymCodes(BufferedReader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymColors(DncGeosymImageUtils.TextLoader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymColors(BufferedReader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymLabelJoins(Int2ObjectMap<DncGeosymTextStyle>, Int2ObjectMap<DncGeosymLabelLocation>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymLabelJoins(BufferedReader, Int2ObjectMap<DncGeosymTextStyle>, Int2ObjectMap<DncGeosymLabelLocation>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymLabelLocations(Int2ObjectMap<String>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymLabelLocations(BufferedReader, Int2ObjectMap<String>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymLineAreaStyles(DncGeosymImageUtils.TextLoader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymLineAreaStyles(BufferedReader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymTextAbbreviations() - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymTextAbbreviations(BufferedReader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymTextStyles(Int2ObjectMap<String>, Int2ObjectMap<String>, Int2ObjectMap<Int2ObjectMap<String>>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readGeosymTextStyles(BufferedReader, Int2ObjectMap<String>, Int2ObjectMap<String>, Int2ObjectMap<Int2ObjectMap<String>>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readIdsMapFile(File, Charset) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- readImage(InputStream) - Static method in class com.metsci.glimpse.charts.raster.BsbRasterData
- readImage(URL) - Static method in class com.metsci.glimpse.charts.raster.BsbRasterData
- readInt() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readLine() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readLong() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readonly(ByteBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- readonly(DoubleBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- readonly(FloatBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- readonly(IntBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- readonly(ShortBuffer) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- readOrBuildTile(ShadedReliefTileCache.ReliefTileKey) - Method in class com.metsci.glimpse.topo.ShadedReliefTileCache
- readQueryCharset(File) - Static method in class com.metsci.glimpse.dnc.convert.Query
- readQueryChunks(LongBuffer, List<DncLibrary>, List<DncCoverage>) - Static method in class com.metsci.glimpse.dnc.convert.Query
- readQueryConfig(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Query
- readQueryCoveragesFile(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Query
- readQueryLibrariesFile(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Query
- readRenderCharset(File) - Static method in class com.metsci.glimpse.dnc.convert.Render
- readRenderChunks(LongBuffer, List<DncLibrary>, List<DncCoverage>) - Static method in class com.metsci.glimpse.dnc.convert.Render
- readRenderConfig(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Render
- readRenderCoveragesFile(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Render
- readRenderLibrariesFile(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Render
- readSegments(File) - Static method in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsReader
- readSegments(InputStream) - Static method in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsReader
-
Closing the stream is left up to the caller.
- readSegments(URL) - Static method in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsReader
- readShort() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readSymbolAssignmentHeader(BufferedReader) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymIo
- readText(URL, Charset) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- readTopoData(ShadedReliefTileCache.ReliefTileKey) - Method in class com.metsci.glimpse.topo.ShadedReliefTileCache
- readTopoDataset(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- readTopoHdrFile(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- readTopoLevel(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- readTopoLevelWithFileHeader(File, File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- readTopoLevelWithGuessedHeader(File) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- readUnsignedByte() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readUnsignedShort() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readUTF() - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- readVpfAttrs(Iterable<Map.Entry<String, Object>>, Collection<Vpf2Flat.Attribute>) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- readVpfDatabase(VPFDatabase) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- readVpfDatabase(File) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- readVpfFeatures(Iterable<? extends VPFFeature>, VPFPrimitiveData, Collection<Vpf2Flat.Feature>) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- readVpfLibraries(Collection<VPFLibrary>, Collection<Vpf2Flat.Library>) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- REALLOCATE - com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache.EventType
-
Backing store changed size.
- RectanglePacker - Class in com.metsci.glimpse.com.jogamp.opengl.util.packrect
-
Packs rectangles supplied by the user (typically representing image regions) into a larger backing store rectangle (typically representing a large texture).
- RectanglePacker(BackingStoreManager, int, int) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
- RectanglePacker(BackingStoreManager, int, int, float) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
- red - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Red - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Red
- RED - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Red2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Red2
- Red3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Red3
- reflectionThroughPlaneAt(Vector3d, Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Returns reflection of this vector through a plane specified by a point on the plane and a vector normal to the plane.
- registerCleaner(Object, Runnable) - Static method in class com.metsci.glimpse.util.ugly.CleanerUtils
-
IMPORTANT:
action
MUST NOT refer toobj
... - regularizeRingEdges(List<Vpf.Edge>) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- RelativeTimeAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label.time
- RelativeTimeAxisLabelHandler(TimeStamp) - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- RelativeTimeAxisLabelHandler(TimeStamp, boolean) - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- relativeWindowBounds(Window, double) - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
- ReliefTileKey(int, int, int, TopoTileBounds, double, double) - Constructor for class com.metsci.glimpse.topo.ShadedReliefTileCache.ReliefTileKey
- reloadChunksTableBeforeConverting - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- reloadChunksTableBeforeConverting - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- remainingCapacity() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- remove() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- remove(boolean) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- remove(boolean) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
-
Removes a single copy of the specified value.
- remove(byte) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- remove(byte) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
-
Removes a single copy of the specified value.
- remove(char) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- remove(char) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
-
Removes a single copy of the specified value.
- remove(double) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- remove(double) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
-
Removes a single copy of the specified value.
- remove(float) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- remove(float) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
-
Removes a single copy of the specified value.
- remove(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- remove(int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
-
Removes a single copy of the specified value.
- remove(int) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- remove(int, int) - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- remove(long) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- remove(long) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
-
Removes a single copy of the specified value.
- remove(long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- remove(long, long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- remove(GLAutoDrawable) - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- remove(Rect) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Removes the given rectangle from this RectanglePacker.
- remove(Disposable) - Method in class com.metsci.glimpse.util.var.DisposableGroup
- remove(Object) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.BulkLineAccumulator
- remove(Object) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter.BulkPointAccumulator
- remove(Object) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- remove(Object) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- remove(Object) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
-
Removes a single copy of the specified value.
- remove(V) - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- remove(V) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- remove(V) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- remove(V) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeXys
- removeActiveChunksListener(Runnable) - Method in class com.metsci.glimpse.dnc.DncPainter
- removeAll() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
-
Deprecated.
- removeAll() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- removeAll() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- removeAll() - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- removeAll() - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- removeAll() - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- removeAll() - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- removeAll() - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- removeAll() - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- removeAll() - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- removeAll() - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- removeAll(Collection<?>) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- removeAllConstraints() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- removeAllDrawableTextures() - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- removeAllEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- removeAllEvents() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- removeAllGlimpseGestureListeners() - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- removeAllGlimpseGestureListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- removeAllGlimpseGestureListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- removeAllGlimpseListeners() - Method in interface com.metsci.glimpse.core.event.key.Keyable
- removeAllGlimpseListeners() - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- removeAllGlimpseListeners() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeAllGlimpseListeners() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- removeAllIds() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- removeAllLayouts() - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- removeAllLayouts() - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- removeAllLayouts() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- removeAllLayouts() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- removeAllLayouts() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- removeAllLayouts() - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Clears the canvas, removing all attached GlimpseLayouts.
- removeAllLayouts() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
-
Removes all GlimpseLayouts added via
#addLayout(GlimpseLayout)
. - removeAllNonDrawableTextures() - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- removeAllTags() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- removeAxis(Axis2D) - Method in class com.metsci.glimpse.dnc.DncPainter
- removeAxisListener(AxisListener1D) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Removes the provided listener from the list of listeners which are notified when this axis changes.
- removeAxisListener(AxisListener2D) - Method in class com.metsci.glimpse.core.axis.Axis2D
- removeBackgroundPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- removeChild(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Removes the child and all descendants.
- removeChildPlot(PlotInfo) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- removeChildPlot(PlotInfo) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- removeConstraint(EventConstraint) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- removeConstraint(String) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- removedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- removedLeaf(MultiSplitPane, Component) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- removedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- removedLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- removedLeaf(Component) - Method in interface com.metsci.glimpse.docking.MultiSplitPaneListener
- removeDrawableTexture(DrawableTexture) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- removedView(Tile, View) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- removedView(Tile, View) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- removedView(Tile, View) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- removedView(View) - Method in class com.metsci.glimpse.docking.TileAdapter
- removedView(View) - Method in interface com.metsci.glimpse.docking.TileListener
- removeEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- removeEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- removeEvent(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- removeEvent(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- removeEventPlotListener(EventPlotListener) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- removeEventSelectionListener(EventSelectionListener) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- removeFilenameExtension(String) - Static method in class com.metsci.glimpse.util.StringUtils
-
Removes the filename extension from a filename, if there is one.
- removeForegroundPainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- removeGlimpseGestureListener(GlimpseGestureListener) - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- removeGlimpseGestureListener(GlimpseGestureListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- removeGlimpseGestureListener(GlimpseGestureListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- removeGlimpseGestureListeners(GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- removeGlimpseKeyListener(GlimpseKeyListener) - Method in interface com.metsci.glimpse.core.event.key.Keyable
- removeGlimpseKeyListener(GlimpseKeyListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeGlimpseKeyListener(GlimpseKeyListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- removeGlimpseKeyListener(GlimpseKeyListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- removeGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- removeGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- removeGlimpseMouseAllListener(GlimpseMouseAllListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- removeGlimpseMouseListener(GlimpseMouseListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- removeGlimpseMouseListener(GlimpseMouseListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeGlimpseMouseListener(GlimpseMouseListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- removeGlimpseMouseListener(GlimpseMouseListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- removeGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- removeGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- removeGlimpseMouseMotionListener(GlimpseMouseMotionListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- removeGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in interface com.metsci.glimpse.core.event.mouse.Mouseable
- removeGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
-
Deprecated.
- removeGlimpseMouseWheelListener(GlimpseMouseWheelListener) - Method in class com.metsci.glimpse.core.plot.Plot2D
- removeGlimpseTouchListener(GlimpseTouchListener) - Method in interface com.metsci.glimpse.core.event.touch.Touchable
- removeGlimpseTouchListener(GlimpseTouchListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- removeGlimpseTouchListener(GlimpseTouchListener) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- removeGlyph(Glyph) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphProducer
-
Deletes a single stored glyph.
- removeIconGroup(Object) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Remove all the icons from the provided group.
- removeId(Object) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- removeIndex(int) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
-
Remove value at index.
- removeIndex(int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- removeIndex(int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
-
Remove value at index.
- removeIndex(int, int) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
-
Remove points at indices [startIndex,endIndex) in the backing FloatBuffer to the QuadTreeInts.
- removeIndices(int[]) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
- removeItem(String) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
- removeItem(String) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- removeKeyListener(KeyListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- removeKeyListener(KeyListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- removeLayout(GlimpseLayout) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Removes a previously added layout from this GlimpseTarget.
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- removeLayout(GlimpseLayout) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- removeLayoutByKey(Object) - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- removeLayoutByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removeLayoutByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- removeLayoutCallback(LayoutCallback) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- removeLayoutComponent(Component) - Method in class com.metsci.glimpse.docking.SplitPane.SplitLayout
- removeLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- removeLine(Object) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- removeListener(TextureAtlasUpdateListener) - Method in class com.metsci.glimpse.core.support.atlas.TextureAtlas
- removeListener(DockingGroupListener) - Method in interface com.metsci.glimpse.docking.DockingGroup
- removeListener(DockingGroupListener) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- removeListener(MultiSplitPaneListener) - Method in class com.metsci.glimpse.docking.MultiSplitPane
- removeListener(SplitPaneListener) - Method in class com.metsci.glimpse.docking.SplitPane
- removeListener(TileListener) - Method in class com.metsci.glimpse.docking.Tile
- removeListener(TileListener) - Method in class com.metsci.glimpse.docking.TileImpl
- removeListener(QuadPipeline.EventListener) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline
-
Deregisters an
QuadPipeline.EventListener
from thisQuadPipeline
. - removeListener(Runnable) - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- removeMouseListener(MouseListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- removeMouseListener(MouseListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- removeMouseMotionListener(MouseMotionListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- removeMouseMotionListener(MouseMotionListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- removeMouseWheelListener(MouseWheelListener) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- removeMouseWheelListener(MouseWheelListener) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- removeNonDrawableTexture(Texture) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- removeNonDrawableTexture(Texture, Texture) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.painter.info.MinimapLayout
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- removePainter(GlimpsePainter) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- removePainter(GlimpsePainter) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- removePainterByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- removePainterByKey(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- removePainterByKey(Object) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- removePlot() - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Removes this plot from its StackedPlot2D.
- removePlot() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- removePlot() - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- removePlot(Object) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- removePlotMouseListener(PlotMouseListener) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- removePoint(Object) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeRange(int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- removeRange(int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
-
Removes values starting at index from (inclusive) to index to (exclusive).
- removeSelectedEvent(Event) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- removeSetElement(Var<ImmutableSet<T>>, boolean, T2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- removeSetElement(Var<ImmutableSet<T>>, T2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- removeSpatialSelectionListener(SpatialSelectionListener<IconPainter.PickResult>) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- removeSvgTransparency(String) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- removeTag(String) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- removeTemporalSelectionListener(TemporalSelectionListener<Point>) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- removeView(View) - Method in class com.metsci.glimpse.docking.Tile
- removeView(View) - Method in class com.metsci.glimpse.docking.TileImpl
- removeView(GroupArrangement, String) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- Render - Class in com.metsci.glimpse.dnc.convert
- Render - Interface in com.metsci.glimpse.charts.bathy
-
A class implements the Render interface and drawContour method to draw contours.
- Render() - Constructor for class com.metsci.glimpse.dnc.convert.Render
- Render.RenderChunk - Class in com.metsci.glimpse.dnc.convert
- RenderCache(Flat2Render.RenderCacheConfig, int) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- RenderCacheConfig() - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- RenderCacheSync(Flat2Render.RenderCacheConfig) - Constructor for class com.metsci.glimpse.dnc.DncPainterSync.RenderCacheSync
- renderCharsetFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- RenderChunk(DncChunks.DncChunkKey, int, int, int, int, int, int, int, long, int) - Constructor for class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- renderChunksFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderConfigFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderConfigHash(String) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- renderConfigString(Flat2Render.RenderCacheConfig) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- renderCoveragesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderCursorFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderFormatVersion - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderGroupsFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderLabelCharsFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderLabelLengthsFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderLibrariesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderMutexFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- renderParentDir - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- renderVerticesFilename - Static variable in class com.metsci.glimpse.dnc.convert.Render
- reorganized() - Method in interface com.metsci.glimpse.core.support.atlas.support.TextureAtlasUpdateListener
-
Indicates the texture atlas was reorganized and all texture coordinates previously provided by the texture atlas are now invalid.
- repchar(char, int) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- repeat(String, int) - Static method in class com.metsci.glimpse.util.StringUtils
-
Repeats a given string a specified number of times.
- replaceArrNode(GroupArrangement, DockerArrangementNode, DockerArrangementNode) - Static method in class com.metsci.glimpse.docking.group.ArrangementUtils
- reprojectFrom(double, double, GeoProjection) - Method in class com.metsci.glimpse.charts.slippy.SlippyProjection
- reprojectFrom(double, double, GeoProjection) - Method in class com.metsci.glimpse.util.geo.projection.AzimuthalEquidistant
- reprojectFrom(double, double, GeoProjection) - Method in interface com.metsci.glimpse.util.geo.projection.GeoProjection
-
Reproject an x,y position from a previous projection to this projection.
- reprojectFrom(double, double, GeoProjection) - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- reprojectFrom(double, double, GeoProjection) - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- ReprojectionExample - Class in com.metsci.glimpse.core.examples.projection
-
Demonstrates using Glimpse offscreen rendering to distort an existing Glimpse plot.
- ReprojectionExample() - Constructor for class com.metsci.glimpse.core.examples.projection.ReprojectionExample
- reprojectPosVelFrom(double, double, double, double, GeoProjection) - Method in class com.metsci.glimpse.charts.slippy.SlippyProjection
- reprojectPosVelFrom(double, double, double, double, GeoProjection) - Method in class com.metsci.glimpse.util.geo.projection.AzimuthalEquidistant
- reprojectPosVelFrom(double, double, double, double, GeoProjection) - Method in interface com.metsci.glimpse.util.geo.projection.GeoProjection
-
Reproject x, y position and corresponding x, y velocity vector at that location from a previous projection to this projection.
- reprojectPosVelFrom(double, double, double, double, GeoProjection) - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- reprojectPosVelFrom(double, double, double, double, GeoProjection) - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- require(ThrowingSupplier<T>) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Convenience function for tersely re-throwing a checked exception wrapped in a
RuntimeException
. - require(T, Predicate<? super T>) - Static method in class com.metsci.glimpse.util.PredicateUtils
-
Call
pred.test( t )
. - requireAxis1D(GlimpseContext) - Static method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- requireAxis2D(GlimpseContext) - Static method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- requireDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class com.metsci.glimpse.util.ugly.UglyUtils
- requireDialog() - Method in class com.metsci.glimpse.docking.group.dialog.DockingGroupDialog
- requireExistingDir(File) - Static method in class com.metsci.glimpse.util.GlimpseDataPaths
-
Throws
RuntimeException
ifdir
is not an existing directory. - requireGradient(URL) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- requireIcon(URL) - Static method in class com.metsci.glimpse.docking.DockingUtils
- requireLock(ReentrantLock) - Static method in class com.metsci.glimpse.util.concurrent.ConcurrencyUtils
- requireNoErrors(GL) - Static method in class com.metsci.glimpse.core.gl.shader.GLShaderUtils
- requireNoErrors(GL) - Static method in class com.metsci.glimpse.dnc.util.Shaders
- requireResult(Future<? extends T>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- requireSwingThread() - Static method in class com.metsci.glimpse.core.support.QuickUtils
- requireSwingThread() - Static method in class com.metsci.glimpse.docking.DockingUtils
- requireText(URL) - Static method in class com.metsci.glimpse.util.io.IoUtils
- requireText(URL, Charset) - Static method in class com.metsci.glimpse.util.io.IoUtils
- requireTopoDataFile() - Static method in class com.metsci.glimpse.topo.io.TopoDataPaths
- requireTopoDataFile(File) - Static method in class com.metsci.glimpse.topo.io.TopoDataPaths
- requireValid() - Method in class com.metsci.glimpse.topo.io.TopoDataFile
- requireValid(V) - Method in class com.metsci.glimpse.util.var.Var
- requireValid(V) - Method in class com.metsci.glimpse.util.var2.VarBasic
- reset() - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- resetFont() - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- resetFPSCounter() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- resetLabelColors() - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- resetSize() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- resetTickColor() - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- reshape(GLAutoDrawable, int, int, int, int) - Method in class com.metsci.glimpse.core.gl.GLCapabilityEventListener
- reshape(GLAutoDrawable, int, int, int, int) - Method in class com.metsci.glimpse.core.gl.GLEventAdapter
- resize(int, int) - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- resize(int, int) - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- resize(int, int) - Method in class com.metsci.glimpse.core.support.texture.ExternalTextureProjected2D
- resize(int, int) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
-
Resizes this two dimensional texture to the given new size.
- restart() - Method in class com.metsci.glimpse.util.logging.Stopwatch
- restart(String) - Method in class com.metsci.glimpse.util.logging.Stopwatch
- restoredTree() - Method in class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- restoredTree() - Method in interface com.metsci.glimpse.docking.MultiSplitPaneListener
- restoredTree(MultiSplitPane) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- restoredTree(MultiSplitPane) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- restoredTree(MultiSplitPane) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- restoreMaximizedTilesInNewWindows(Collection<? extends ViewDestination>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
-
Restore maximized tiles in newly created windows.
- restoreSelectedViewsInNewTiles(Collection<? extends ViewDestination>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
-
Restore selected views in newly created tiles.
- resume() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- retainAll(Collection<?>) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- retainChunks(Set<DncChunks.DncChunkKey>) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- rethrowing(ThrowingRunnable) - Static method in interface com.metsci.glimpse.util.ThrowingRunnable
- reverse(ColorGradient) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- reverseBone - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- reversed(Collection<T>) - Static method in class com.metsci.glimpse.docking.MiscUtils
- rgba - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
The color used for the most opaque parts of the line.
- RGBA - Class in com.metsci.glimpse.core.support.color
- RGBA - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- RGBA - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- RGBA - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- RGBA - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- RGBA - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- RGBA - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram.ProgramHandles
- RGBA - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- RGBA - Variable in class com.metsci.glimpse.dnc.DncAreaProgram.DncAreaProgramHandles
- RGBA - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- RGBA(float[]) - Constructor for class com.metsci.glimpse.core.support.color.RGBA
- RGBA(float[], float) - Constructor for class com.metsci.glimpse.core.support.color.RGBA
- RGBA(float, float, float, float) - Constructor for class com.metsci.glimpse.core.support.color.RGBA
- RGBA(RGBA) - Constructor for class com.metsci.glimpse.core.support.color.RGBA
- RGBA(Color) - Constructor for class com.metsci.glimpse.core.support.color.RGBA
- rgbaFactor - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- rgbaFactorPremultiplied - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- RGBATextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 4 channel RGBA colors.
- RGBATextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- RGBATextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- RGBATextureProjected2D(BufferedImage) - Constructor for class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- rgbaVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- RGBTextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 3 channel RGB colors.
- RGBTextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
- RGBTextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
- RGBTextureProjected2D(BufferedImage) - Constructor for class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
- rhsUnparsed - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- Right - com.metsci.glimpse.core.painter.info.SimpleTextPainter.HorizontalPosition
- Right - com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisOrientation
- RIGHT - com.metsci.glimpse.docking.Side
- rightAngle - Static variable in class com.metsci.glimpse.util.units.Angle
- RingEdgesBacktrackException(List<Vpf.Edge>, List<Vpf.Edge>) - Constructor for exception com.metsci.glimpse.dnc.convert.Vpf.RingEdgesBacktrackException
- RingEdgesBacktrackException(List<Vpf.Edge>, List<Vpf.Edge>, Vpf.Edge) - Constructor for exception com.metsci.glimpse.dnc.convert.Vpf.RingEdgesBacktrackException
- ringLocations(VPFPrimitiveData, VecBufferSequence, VPFPrimitiveData.Ring) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- rings - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.AreaFeature
- riverLake - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
- rollback() - Method in interface com.metsci.glimpse.util.var.TxnMember
-
Implementations of this method must always succeed, and must never throw exceptions.
- ROOT_TWO - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant Math.sqrt(2.0).
- ROOT_TWO_PI - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant Math.sqrt(2.0 * Math.PI).
- RosyBrown - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RosyBrown
- RosyBrown1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RosyBrown1
- RosyBrown2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RosyBrown2
- RosyBrown3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RosyBrown3
- RosyBrown4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RosyBrown4
- rotated(double, Vector3d) - Method in class com.metsci.glimpse.util.vector.Vector3d
- rotatedAboutOriginBy(double) - Method in class com.metsci.glimpse.util.vector.Vector2d
- rotatedAboutXAxisBy(double) - Method in class com.metsci.glimpse.util.vector.Vector3d
- rotatedAboutYAxisBy(double) - Method in class com.metsci.glimpse.util.vector.Vector3d
- rotatedAboutZAxisBy(double) - Method in class com.metsci.glimpse.util.vector.Vector3d
- Row(int) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- RoyalBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RoyalBlue
- RoyalBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RoyalBlue1
- RoyalBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RoyalBlue2
- RoyalBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RoyalBlue3
- RoyalBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
RoyalBlue4
- run() - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkJob
- run() - Method in interface com.metsci.glimpse.util.ThrowingRunnable
- run(boolean) - Method in interface com.metsci.glimpse.util.var2.ActivityListener
- run(T) - Method in interface com.metsci.glimpse.docking.DockingUtils.Runnable1
- rungs_days_SU - Static variable in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- rungs_SU - Static variable in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- runQuery(DncQuery, Function<DncChunks.DncChunkKey, Flat2Render.DncChunkPriority>, BiConsumer<DncChunks.DncChunkKey, Collection<DncFeature>>) - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCache
- runThrows() - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkJob
S
- S - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- SaddleBrown - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SaddleBrown
- Salmon - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Salmon
- Salmon1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Salmon1
- Salmon2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Salmon2
- Salmon3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Salmon3
- Salmon4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Salmon4
- SandyBrown - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SandyBrown
- saveDockingArrangement(File, GroupArrangement) - Static method in class com.metsci.glimpse.docking.DockingUtils
- saveDockingArrangement(OutputStream, GroupArrangement) - Static method in class com.metsci.glimpse.docking.DockingUtils
- saveDockingArrangement(String, GroupArrangement) - Static method in class com.metsci.glimpse.docking.DockingUtils
- scalarProduct(double) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Deprecated.
- scalarProduct(double) - Method in class com.metsci.glimpse.util.vector.Vector3d
-
Deprecated.
- scale(double) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- scaleBounds(Rectangle, double) - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
- scaledBy(double) - Method in class com.metsci.glimpse.util.vector.Vector2d
- scaledBy(double) - Method in class com.metsci.glimpse.util.vector.Vector3d
- ScalePainter - Class in com.metsci.glimpse.core.painter.geo
-
Displays a simple distance scale in the lower right corner of the plot.
- ScalePainter() - Constructor for class com.metsci.glimpse.core.painter.geo.ScalePainter
- scaleX - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- scaleY - Variable in class com.metsci.glimpse.core.plot.timeline.event.paint.IconDrawInfo
- ScatterplotExample - Class in com.metsci.glimpse.core.examples.scatterplot
-
A scatter plot with adjustable point size and color.
- ScatterplotExample() - Constructor for class com.metsci.glimpse.core.examples.scatterplot.ScatterplotExample
- scheduleRecursiveDeleteAfterShutdown(File) - Static method in class com.metsci.glimpse.util.jnlu.FileUtils
-
On some platforms, a file cannot be deleted while it is in use.
- ScreenCaptureExample - Class in com.metsci.glimpse.core.examples.screenshot
-
Demonstrates the ability to render Glimpse plots to an off-screen buffer and save the buffer to a screenshot.
- ScreenCaptureExample() - Constructor for class com.metsci.glimpse.core.examples.screenshot.ScreenCaptureExample
- screenFracSize(double) - Static method in class com.metsci.glimpse.core.support.FrameUtils
- screenPixelToValue(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
- screens() - Static method in class com.metsci.glimpse.core.support.FrameUtils
- SE - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- SeaGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SeaGreen
- SeaGreen1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SeaGreen1
- SeaGreen2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SeaGreen2
- SeaGreen3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SeaGreen3
- seal(GL) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Unmaps the currently mapped range.
- seal(GL) - Method in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
-
Appends 1 vertex, if the current line-strip is not empty.
- sealedOffset() - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Returns the offset into
#buffer()
of the most recently sealed range -- e.g. - search(float, float, float, float) - Method in class com.metsci.glimpse.dnc.DncTree
- search(float, float, float, float) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- search(float, float, float, float) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- search(float, float, float, float) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- search(float, float, float, float) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- search(float, float, float, float) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeXys
- search(float, float, float, float, IntsModifiable) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- search(float, float, float, float, LongsModifiable) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- search(float, float, float, float, LongsModifiable) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- search(float, float, float, float, FilterInt) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- search(float, float, float, float, FilterInt, IntsModifiable) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- search(float, float, float, float, FilterLong) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- search(float, float, float, float, FilterLong2) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- search(float, float, float, float, FilterLong2, LongsModifiable) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- search(float, float, float, float, FilterLong, LongsModifiable) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- search(float, float, float, float, FilterObject<V>) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- search(float, float, float, float, FilterObject<V>) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeXys
- search(float, float, float, float, FilterObject<V>, Collection<V>) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- search(float, float, float, float, FilterObject<V>, Collection<V>) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeXys
- search(float, float, float, float, Collection<V>) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- search(float, float, float, float, Collection<V>) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeXys
- search(long, long, long, long) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- search(long, long, long, long, FilterObject<V>) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- search(long, long, long, long, FilterObject<V>, Collection<V>) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- search(long, long, long, long, Collection<V>) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- Seashell - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Seashell
- Seashell2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Seashell2
- Seashell3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Seashell3
- Seashell4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Seashell4
- second() - Method in class com.metsci.glimpse.util.Pair
- second() - Method in class com.metsci.glimpse.util.Triplet
-
Returns the second element.
- secondSign - Static variable in class com.metsci.glimpse.util.geo.format.Util
- secondsToDays - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to days.
- secondsToDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to days.
- secondsToHours - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to hours.
- secondsToHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to hours.
- secondsToMicroseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToMicroseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to microseconds.
- secondsToMicroseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to microseconds.
- secondsToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to milliseconds.
- secondsToMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to milliseconds.
- secondsToMinutes - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to minutes.
- secondsToMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to minutes.
- secondsToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToWeeks - Static variable in class com.metsci.glimpse.util.units.time.Time
- secondsToWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to weeks.
- secondsToWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from seconds to weeks.
- seismic - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- select(Axis1D, boolean, float, float) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- selectedTextColor - Variable in class com.metsci.glimpse.docking.DockingTheme
- SelectedTimeRegionPainter - Class in com.metsci.glimpse.core.plot.timeline.painter
- SelectedTimeRegionPainter(StackedTimePlot2D) - Constructor for class com.metsci.glimpse.core.plot.timeline.painter.SelectedTimeRegionPainter
- selectedView() - Method in class com.metsci.glimpse.docking.Tile
- selectedView() - Method in class com.metsci.glimpse.docking.TileImpl
- selectedView(Tile, View) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- selectedView(Tile, View) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- selectedView(Tile, View) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- selectedView(View) - Method in class com.metsci.glimpse.docking.TileAdapter
- selectedView(View) - Method in interface com.metsci.glimpse.docking.TileListener
- selectedViewId - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementTile
- selectGeoRange(double, double, double, double) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- selectionChanged(Collection<T>) - Method in interface com.metsci.glimpse.core.support.selection.SpatialSelectionListener
- selectionChanged(Map<Object, T>) - Method in interface com.metsci.glimpse.core.support.selection.TemporalSelectionListener
- selectView(View) - Method in interface com.metsci.glimpse.docking.DockingGroup
- selectView(View) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- selectView(View) - Method in class com.metsci.glimpse.docking.Tile
- selectView(View) - Method in class com.metsci.glimpse.docking.TileImpl
- sendStderrToLog() - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
- sendStdoutToLog() - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
- serialVersionUID - Static variable in class com.metsci.glimpse.util.geo.projection.TangentPlane
- set() - Method in class com.metsci.glimpse.util.concurrent.TerminationFlagImpl
- set(boolean, V) - Method in class com.metsci.glimpse.util.var.Var
- set(boolean, V) - Method in interface com.metsci.glimpse.util.var2.Var
- set(boolean, V) - Method in class com.metsci.glimpse.util.var2.VarBasic
- set(boolean, V) - Method in class com.metsci.glimpse.util.var2.VarDerived
- set(double, double, double, double) - Method in class com.metsci.glimpse.core.axis.Axis2D
- set(double, double, double, double, double, double) - Method in class com.metsci.glimpse.core.axis.Axis3D
- set(int, boolean) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- set(int, boolean) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- set(int, boolean[]) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- set(int, boolean[]) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- set(int, boolean[], int, int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- set(int, boolean[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BooleansModifiable
- set(int, byte) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- set(int, byte) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- set(int, byte[]) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- set(int, byte[]) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- set(int, byte[], int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- set(int, byte[], int, int) - Method in interface com.metsci.glimpse.util.primitives.BytesModifiable
- set(int, char) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- set(int, char) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- set(int, char[]) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- set(int, char[]) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- set(int, char[], int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- set(int, char[], int, int) - Method in interface com.metsci.glimpse.util.primitives.CharsModifiable
- set(int, double) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- set(int, double) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- set(int, double[]) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- set(int, double[]) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- set(int, double[], int, int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- set(int, double[], int, int) - Method in interface com.metsci.glimpse.util.primitives.DoublesModifiable
- set(int, float) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- set(int, float) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- set(int, float) - Method in class com.metsci.glimpse.util.primitives.sorted.ContinuousIndex
- set(int, float[]) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- set(int, float[]) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- set(int, float[], int, int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- set(int, float[], int, int) - Method in interface com.metsci.glimpse.util.primitives.FloatsModifiable
- set(int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- set(int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- set(int, int[]) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- set(int, int[]) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- set(int, int[], int, int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- set(int, int[], int, int) - Method in interface com.metsci.glimpse.util.primitives.IntsModifiable
- set(int, long) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- set(int, long) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- set(int, long[]) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- set(int, long[]) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- set(int, long[], int, int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- set(int, long[], int, int) - Method in interface com.metsci.glimpse.util.primitives.LongsModifiable
- set(int, Object) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- set(int, Object) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- set(int, Object[]) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- set(int, Object[]) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- set(int, Object[], int, int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- set(int, Object[], int, int) - Method in interface com.metsci.glimpse.util.primitives.ObjectsModifiable
- set(IntCollection) - Method in class com.metsci.glimpse.dnc.IndexSetTexture
- set(V) - Method in class com.metsci.glimpse.util.var.Var
- set(V) - Method in interface com.metsci.glimpse.util.var2.Var
- setAbsoluteMax(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the absolute maximum value of this axis.
- setAbsoluteMaxX(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAbsoluteMaxY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAbsoluteMaxZ(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAbsoluteMin(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the absolute minimum value of this axis.
- setAbsoluteMinX(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAbsoluteMinY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAbsoluteMinZ(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAggregateNearbyEvents(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
-
If true, nearby events in the same row will be combined into one event to reduce visual clutter.
- setAggregateNearbyEvents(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setAllowDragResizeLabel(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Sets whether to allow dragging to resize the label area.
- setAllowMouseEventSelection(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
-
If true, Events are automatically selected when users click inside or near them with the mouse (unless they are set as unselectable via
Event.setSelectable(boolean)
. - setAllowMultipleEventSelection(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
-
If true, multiple events may be selected by holding down the ctrl key while clicking them.
- setAllowPan(boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- setAllowPan(boolean) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- setAllowPanX(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Sets whether or not panning of the X axis is allowed for all timeline and plot axes.
- setAllowPanY(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Sets whether or not panning of the Y axis is allowed for all timeline and plot axes.
- setAllowSelect(boolean) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- setAllowSelectionLock(boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- setAllowSelectionLock(boolean) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- setAllowSelectionLock(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Sets whether or not locking of the selected region is allowed for all timeline and plot axes.
- setAllowSelectionZoom(boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- setAllowSelectionZoom(boolean) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- setAllowZoom(boolean) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- setAllowZoom(boolean) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- setAllowZoomX(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Sets whether or not zooming of the X axis is allowed for all timeline and plot axes.
- setAllowZoomY(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Sets whether or not zooming of the Y axis is allowed for all timeline and plot axes.
- setAlpha(float) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- setAlpha(float) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setAlpha(float) - Method in interface com.metsci.glimpse.core.painter.texture.HeatMapProgram
- setAlpha(float) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- setAlpha(float) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setAlpha(float) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setAlpha(float) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- setAlpha(float) - Method in class com.metsci.glimpse.topo.ShadedReliefTiledPainter
- setArrangement(DockingGroup, GroupArrangement) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- setArrangement(DockingGroup, GroupArrangement) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- setArrangement(GroupArrangement) - Method in interface com.metsci.glimpse.docking.DockingGroup
- setArrangement(GroupArrangement) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- setArrangementAndSaveOnDispose(DockingGroup, File, URL) - Static method in class com.metsci.glimpse.docking.DockingUtils
- setArrangementAndSaveOnDispose(DockingGroup, String, URL) - Static method in class com.metsci.glimpse.docking.DockingUtils
- setArrowSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setArrowSpacing(int) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setAscent(float) - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- setAttribute(String, Object) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- setAutoValidate(boolean) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- setAxis(Axis1D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- setAxis(Axis2D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- setAxis(GlimpseContext, Axis1D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- setAxis(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- setAxis(GlimpseTargetStack, Axis1D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- setAxis(GlimpseTargetStack, Axis2D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- setAxisBounds(Axis2D, GeoProjection) - Method in class com.metsci.glimpse.charts.bathy.TopographyData
- setAxisColor(float[]) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- setAxisColor(float[]) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setAxisColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setAxisColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setAxisFactory(AxisFactory1D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout1D
- setAxisFactory(AxisFactory2D) - Method in class com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
- setAxisFont(Font) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisFont(Font) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisFont(Font) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- setAxisFont(Font) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setAxisFont(Font) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setAxisFont(Font) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setAxisFont(Font, boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisFont(Font, boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabel(String) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.label.HdrAxisLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setAxisLabel(String) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setAxisLabelBufferSize(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setAxisLabelColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setAxisLabelColor(float[]) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelX(String) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisLabelX(String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelX(String, String) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisLabelX(String, String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelX(String, String, boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisLabelX(String, String, boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelY(String) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisLabelY(String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelY(String, String) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisLabelY(String, String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelY(String, String, boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setAxisLabelY(String, String, boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelZ(String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelZ(String, String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisLabelZ(String, String, boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- setAxisOrtho(GL2ES2, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setAxisOrtho(GL2ES2, Axis2D, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setAxisOrtho(GL2ES2, Axis2D, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setAxisOrtho(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setAxisOrtho(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setAxisOrtho(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- setAxisOrtho(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- setAxisOrtho(GlimpseContext, Axis2D) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- setAxisPainter(NumericAxisPainter) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- setAxisSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.listener.DataAxisMouseListener1D
- setAxisSizeX(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisSizeY(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisSizeZ(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setAxisUnitConverter(AxisUnitConverter) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisLabelHandler
- setAxisUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.axis.painter.label.EmptyLabelHandler
- setAxisUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- setAxisUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- setAxisUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- setAxisUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setAxisUnits(String, boolean) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- setAxisUnits(String, String, String) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- setAxisUnits(String, String, String) - Method in class com.metsci.glimpse.core.axis.painter.label.HdrAxisLabelHandler
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setBackgroundColor(float[]) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setBackgroundPadding(int) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setBorderColor(float[]) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setBorderColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setBorderColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setBorderColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setBorderSize(int) - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- setBorderSize(int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setBorderSize(int) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setBorderSize(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setBorderSize(int) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- setBorderThickness(float) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setBorderThickness(float) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setBorderWidth(float) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setBorderWidth(float) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setBorderWidth(float) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setBounds(double, double, double, double) - Method in class com.metsci.glimpse.core.painter.info.MinimapLayout
- setBounds(int, int, int, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setBounds(GlimpseBounds) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setBounds(Rectangle) - Method in class com.metsci.glimpse.docking.LandingIndicator
- setBreakIterator(BreakIterator) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setBreakOnEol(boolean) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setBreakOnEol(boolean) - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- setBuffer(FloatBuffer) - Method in class com.metsci.glimpse.core.support.selection.QuadTreeFloatBuffer
-
Sets a new FloatBuffer as the backing store and recreates the QuadTreeInts.
- setBytes(GL, ByteBuffer) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience method that maps a region, copies data into it using
ByteBuffer.put(ByteBuffer)
, and then seals the region. - setCalendar(TimeStamp, Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.DayStruct
- setCalendar(TimeStamp, Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.HourStruct
- setCalendar(TimeStamp, Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.MonthStruct
- setCalendar(TimeStamp, Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.YearStruct
- setCalendar(TimeStamp, Calendar) - Method in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- setChunkFeatures(DncChunks.DncChunkKey, Collection<DncFeature>) - Method in class com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
- setCircleLineColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setCircleLineColor(float, float, float, float) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setCircleStippleFactor(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setCircleStipplePattern(short) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setClampToScreenEdges(boolean) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- setClampToScreenEdges(boolean) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setClearColor(GL, RGBA) - Static method in class com.metsci.glimpse.core.gl.util.GLColorUtils
- setClearSelectionOnClick(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
-
If true, the set of selected events is cleared when the user clicks on an area of the timeline which contains no events.
- setCollapsible(boolean) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- setCollapsible(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- setColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- setColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setColor(float[]) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setColor(float[], ColorMap) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setColor(float, float, float, float) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Specifies the current color of this
TextRenderer
using individual components. - setColor(float, float, float, float) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- setColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- setColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setColor(float, float, float, float) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Changes the color used to draw the text.
- setColor(float, float, float, float) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Changes the color used to draw the text.
- setColor(GL2ES2, float[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setColor(GL2ES2, float[]) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- setColor(GL2ES2, float[]) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setColor(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setColor(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- setColor(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setColor(TextRenderer, float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- setColor(GlimpseContext, float[]) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- setColor(Color) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Specifies the current color of this
TextRenderer
using aColor
. - setColor(Color) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- setColor(String, float[]) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setColor(String, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setColorBarSize(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorXAxisPainter
- setColorBarSize(int) - Method in class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- setColorCoordData(Buffer) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setColorData(Buffer) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setColorGradient(ColorGradient) - Method in class com.metsci.glimpse.core.gl.texture.ColorTexture1D
- setColors(float[][]) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
-
The first dimension is the number of colors, the second is {elevation threshold, hue, saturation, brightness}.
- setColors(ColorGradientUtils.ValueAndColor...) - Method in class com.metsci.glimpse.topo.ShadedReliefTiledPainter
-
Sets the color steps.
- setColors(List<ColorGradientUtils.ValueAndColor>) - Method in class com.metsci.glimpse.topo.ShadedReliefTiledPainter
- setColorScale(ColorTexture1D) - Method in class com.metsci.glimpse.core.axis.painter.ColorXAxisPainter
- setColorScale(ColorTexture1D) - Method in class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- setColorScale(ColorTexture1D) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setColorScale(ColorTexture1D) - Method in class com.metsci.glimpse.core.plot.ColorAxisPlot2D
- setColorTexUnit(int) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setColumnConstraints(String) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- setConnectLines(boolean) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- setConsoleLogger(Formatter, Level) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
- setConstantColor(boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setConstantPointColor(float[]) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- setConstantPointSize(float) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- setConstantSize(boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setConstrainMaxSpan(boolean) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
If true, the maximum difference set by setMaxSpan() is enforced.
- setConstrainMinSpan(boolean) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
If true, the minimum difference set by setMinSpan() is enforced.
- setContainsVar(Var<ImmutableSet<T>>, T2) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- setContstantColor(float[]) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setContstantSize(float) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setCornerType(BorderPainter.CornerType) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setCoverageActive(DncCoverage, boolean) - Method in class com.metsci.glimpse.dnc.DncPainter
- setCoveragesActive(Collection<DncCoverage>, boolean) - Method in class com.metsci.glimpse.dnc.DncPainter
- setCurrentTimeColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- setCurrentTimeLocked(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Fixes the selected time region and the timeline bounds with the current maximum of the selected time region at the far right of the timeline.
- setCurrentTimeMarkerColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- setCurrentTimeMarkerWidth(float) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- setCurrentTimeTextColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setCurrentTimeTickColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setCursorColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setCursorColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setData(byte[][]) - Method in class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D
-
Updates this texture with new data values.
- setData(byte[][], boolean) - Method in class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D
- setData(double[]) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(double[][]) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- setData(double[][]) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
-
Updates this texture with new data values.
- setData(double[][][]) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
-
Updates this texture with new data values.
- setData(double[][], boolean) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
- setData(double[], double, double) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(double[], float, float) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(double[], int) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(double[], int, double, double) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(float[]) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(float[]...) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- setData(float[][]) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- setData(float[][]) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
-
Updates this texture with new data values.
- setData(float[][][]) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- setData(float[][], boolean) - Method in class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D
- setData(float[][], float[][]) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
-
Adds multiple tracks containing series of (x,y) positions to be painter.
- setData(float[], float[]) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setData(float[], float[]) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- setData(float[], float[]) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setData(float[], float[]) - Method in class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
- setData(float[], float[], float[]) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setData(float[], float[], int) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setData(float[], int) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(float[], int, float, float) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
- setData(float[], int, int) - Method in class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
- setData(int, float[]...) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- setData(int, float, float, float[]...) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- setData(int, float, Float2IntMap...) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
-
Sets the histogram data without automatically binning.
- setData(short[][]) - Method in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D
-
Updates this texture with new data values.
- setData(short[][], boolean) - Method in class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D
- setData(FloatTextureProjected2D) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setData(Float2IntMap, float) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
-
Sets the histogram data without automatically binning.
- setData(Float2IntMap, int, float) - Method in class com.metsci.glimpse.core.painter.plot.HistogramPainter
-
Sets the histogram data without automatically binning.
- setData(BufferedImage) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- setData(BufferedImage) - Method in class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- setData(BufferedImage) - Method in class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
- setData(BufferedImage, float) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- setData(BufferedImage, int) - Method in class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- setData(InputStream) - Method in class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D
- setData(InputStream) - Method in class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- setData(InputStream) - Method in class com.metsci.glimpse.core.support.texture.RGBTextureProjected2D
- setData(InputStream, int) - Method in class com.metsci.glimpse.core.support.texture.RGBATextureProjected2D
- setDataAndColor(double[], double[], double[], ColorMap) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setDataAndColor(float[], float[], float[][]) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setDataAndColor(float[], float[], float[], ColorMap) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- SetDataMutator(byte[][]) - Constructor for class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D.SetDataMutator
- SetDataMutator(byte[][], boolean) - Constructor for class com.metsci.glimpse.core.support.texture.ByteTextureProjected2D.SetDataMutator
- SetDataMutator(double[][]) - Constructor for class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- SetDataMutator(double[][][]) - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- SetDataMutator(double[][], boolean) - Constructor for class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- SetDataMutator(float[][]) - Constructor for class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- SetDataMutator(float[][][]) - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutator
- SetDataMutator(float[][], boolean) - Constructor for class com.metsci.glimpse.core.support.texture.FloatTextureProjected2D.SetDataMutator
- SetDataMutator(short[][]) - Constructor for class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D.SetDataMutator
- SetDataMutator(short[][], boolean) - Constructor for class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D.SetDataMutator
- SetDataMutatorGrayscale(double[][]) - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- SetDataMutatorGrayscale(float[][]) - Constructor for class com.metsci.glimpse.core.support.texture.ColorTextureProjected2D.SetDataMutatorGrayscale
- setDefaultCloseOperation(int) - Method in interface com.metsci.glimpse.docking.DockingWindow
- setDefaultEventBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setDefaultEventBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setDefaultEventBorderColor(float[]) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setDefaultEventBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setDefaultEventBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setDefaultEventBorderThickness(float) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setDefaultEventTextColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setDefaultIconSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setDefaultSeriesColor(float[]) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- setDefaultSize(float) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
-
When an id is removed from the Pulsator, its point size is reset to the default size.
- setDelayMillis(long) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- setDiscardAbove(boolean) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- setDiscardAbove(boolean) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setDiscardAbove(boolean) - Method in interface com.metsci.glimpse.core.painter.texture.HeatMapProgram
- setDiscardAbove(boolean) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- setDiscardAbove(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setDiscardAbove(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- setDiscardAboveColor(boolean) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- setDiscardAboveColor(boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setDiscardAboveSize(boolean) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- setDiscardAboveSize(boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setDiscardBelow(boolean) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- setDiscardBelow(boolean) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setDiscardBelow(boolean) - Method in interface com.metsci.glimpse.core.painter.texture.HeatMapProgram
- setDiscardBelow(boolean) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- setDiscardBelow(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setDiscardBelow(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- setDiscardBelowColor(boolean) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- setDiscardBelowColor(boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setDiscardBelowSize(boolean) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- setDiscardBelowSize(boolean) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setDiscardNan(boolean) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- setDiscardNan(boolean) - Method in interface com.metsci.glimpse.core.painter.texture.HeatMapProgram
- setDiscardNan(boolean) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- setDiscardNan(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- setDiscardNaN(boolean) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setDiscardNaN(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapIntegerProgram
- setDiscardNaN(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setDiscardNaN(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setDiscardNaN(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- setDisplayFilter(Predicate<AnnotationPainter.Annotation>) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter
- setDistanceUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setDividerColor(float[]) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- setDividerColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- setDividerColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setDotted(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setDotted(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setDotted(boolean) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- setDotted(int, short) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- setDotted(Object, boolean) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setDotted(Object, int, short) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setDoubles(GL, DoubleBuffer) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience method that maps a region, copies data into it using
DoubleBuffer.put(DoubleBuffer)
, and then seals the region. - setDragTagsTogether(boolean) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- setDrawBottom(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setDrawLeft(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setDrawMode(int) - Method in class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
-
Set one of
GL_TRIANGLE_FAN
,GL_TRIANGLE_STRIP
, orGL_TRIANGLES
. - setDrawRight(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setDrawTop(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setEditable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setEditable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets whether or not the Event start and end times are modifiable by the user via mouse interaction.
- setElevationTexUnit(int) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- setEnabled(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.DragListener
- setEnableOutline(boolean) - Method in class com.metsci.glimpse.core.axis.painter.ColorXAxisPainter
- setEnableOutline(boolean) - Method in class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
- setEndTime(TimeStamp) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setEndTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- setEndTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setEndTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setEndTimeMoveable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setEndTimeMoveable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
If true, the endTime of the Event cannot be adjusted by user mouse gestures.
- setEpoch(Epoch) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- setEpoch(Epoch) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setEpoch(Epoch) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- setEpoch(Epoch) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setEpoch(Epoch) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- setEpoch(Epoch) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setEventBounds(Object, EventBounds) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- setEventConsumer(boolean) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- setEventConsumer(boolean) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- setEventConsumer(boolean) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- setEventConsumer(boolean) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- setEventConsumer(boolean) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Set whether or not this GlimpseTarget will consume or pass through mouse events.
- setEventConsumer(boolean) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setEventGenerator(boolean) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- setEventGenerator(boolean) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- setEventGenerator(boolean) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- setEventGenerator(boolean) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- setEventGenerator(boolean) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Set whether or not this GlimpseTarget will generate GlimpseMouseEvents.
- setEventGenerator(boolean) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setEventPadding(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setEventPainter(EventPainter) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets a custom painter for this event.
- setEventPainter(GroupedEventPainter) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setEventPainter(GroupedEventPainter) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setEventToolTipHandler(EventToolTipHandler) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setExpanded(boolean) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- setExpanded(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- setExpanded(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setFeatherSize(float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- setFeatherSize(float) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setFeatherThickness(float) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setFeatherThickness(GL2ES2, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setFeatherThickness(GL2ES2, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setFeatherThickness(GL2ES2, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setFeatherThickness(GL2ES2, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setFill(boolean) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setFill(Object, boolean) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setFillColor(float[]) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setFillColor(float[]) - Method in class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
- setFillColor(float, float, float, float) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setFillColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setFillColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setFixedRow(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setFixedRow(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
This event will appear on the requested row index in the timeline regardless of whether that causes it to overlap with other Events.
- setFixedWidth(int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setFloatingRow() - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setFloatingRow() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
The row this Event appears on will be managed by its
EventPlotInfo
parent. - setFloats(GL, FloatBuffer) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience method that maps a region, copies data into it using
FloatBuffer.put(FloatBuffer)
, and then seals the region. - setFont(int, boolean) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setFont(int, boolean) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setFont(int, boolean, boolean) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setFont(int, boolean, boolean) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setFont(Font) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setFont(Font) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setFont(Font) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setFont(Font) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setFont(Font) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setFont(Font, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setFpsEstimate(float) - Method in class com.metsci.glimpse.core.painter.info.FpsHelper
- setFrameCount(float) - Method in class com.metsci.glimpse.core.painter.info.FpsHelper
- setFrom(LineStyle) - Method in class com.metsci.glimpse.core.support.shader.line.LineStyle
- setFuturePositive() - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setFuturePositive(boolean) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setGlobalScale(float) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Sets the global scale factor for all icons (across all groups) rendered by this IconPainter.
- setGlobalScale(float) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setGrow(boolean) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Sets the plot to fill all available space.
- setGrow(boolean) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setGrow(boolean) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setGrow(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setHandled(boolean) - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- setHandled(boolean) - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- setHandled(boolean) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
- setHeadPointColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setHeadPointColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setHeadPointSize(Object, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setHideHorizontalHairs(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setHideVerticalHairs(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setHighlightSelectedEvents(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- setHillshadeTexUnit(int) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- setHorizontalLabels(boolean) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setHorizontalPadding(int) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setHorizontalPosition(SimpleTextPainter.HorizontalPosition) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setHorizontalPosition(SimpleTextPainter.HorizontalPosition) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setIcon(Object) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
Sets the icon to be displayed on the first line of the tool tip.
- setIconEndTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- setIconId(Object) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the icon displayed inside the Event box on the timeline.
- setIcons(List<Object>) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
Sets the TooltipPainter to display multiple icons, one per line, down the left hand side of the tooltip window.
- setIcons(List<Object>, List<float[]>) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
Sets icons and associated colors.
- setIconSize(float) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setIconSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the height of the Event's icon (for horizontal timeline layouts) or the width (for vertical timeline layouts).
- setIconSizeFixedToTextHeight(boolean) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
If true, the height of each icon will be set to the height of each line of text.
- setIconSpacing(int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setIconStartTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- setIconVisible(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- setIndentLevel(int) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Sets the indentation level of this plot.
- setIndentLevel(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setIndentLevel(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setIndentSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- setIndentSubplots(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- setIndex(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- setInitialized() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Should be called once axisSizePixels has been properly set (usually once the underlying canvas associated with this Axis1D has been drawn).
- setInnerColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- setInnerColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- setInsets(Insets) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setInsideTextColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setInts(GL, IntBuffer) - Method in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Convenience method that maps a region, copies data into it using
IntBuffer.put(IntBuffer)
, and then seals the region. - setKeepLabelsForExtremaFullyVisible(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setLabel(Object, String) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLabel(String) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the text displayed inside the Event box on the timeline.
- setLabelBorderColor(float[]) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setLabelBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setLabelBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setLabelBorderWidth(float) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setLabelBorderWidth(float) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setLabelBorderWidth(float) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setLabelColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setLabelColor(float[]) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setLabelColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setLabelColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setLabelColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLabelColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLabelHandler(TimeAxisLabelHandler) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setLabelHandlerX(AxisLabelHandler) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLabelHandlerY(AxisLabelHandler) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLabelLineColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLabelLineColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLabels(double[], String[]) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- setLabels(Double2ObjectSortedMap<String>) - Method in class com.metsci.glimpse.core.axis.painter.label.FixedAxisLabelHandler
- setLabelSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setLabelText(String) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- setLabelText(String) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- setLabelText(String) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setLabelText(String) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setLabelText(String) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setLandColor(float[]) - Method in class com.metsci.glimpse.charts.shoreline.ShorelineTilePainter
- setLandingIndicator(Rectangle) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- setLayout(TreeMapLayout) - Method in class com.metsci.glimpse.core.painter.treemap.AbstractTreeMapPainter
- setLayoutConstraints(String) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- setLayoutData(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setLayoutData(Object) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setLayoutData(String) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Sets the MIG Layout constraints which position this PlotInfo within the StackedPlot2D.
- setLayoutData(String) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setLayoutData(String) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setLayoutManager(GlimpseLayoutManager) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setLayoutManager(GlimpseLayoutManager) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setLeafColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setLegendItemWidth(int) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
-
Sets the width of the item to the left of the label in the legend.
- setLineColor(float[]) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setLineColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLineColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setLineColor(float[]) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- setLineColor(float, float, float, float) - Method in class com.metsci.glimpse.charts.bathy.ContourPainter
- setLineColor(float, float, float, float) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setLineColor(float, float, float, float) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setLineColor(float, float, float, float) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLineColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setLineColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- setLineColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setLineColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLineColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setLineColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLineDotted(boolean) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setLineDotted(int, short) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setLineDotted(Object, boolean) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setLineDotted(Object, int, short) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setLineSpacing(float) - Method in class com.metsci.glimpse.core.support.font.SimpleTextLayout
- setLineSpacing(int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setLineStipple(boolean) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setLineStipple(int, short) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setLineStipple(String, boolean) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
-
Toggles stipple on the legend item.
- setLineStipple(String, int, short) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
-
Enables stipple and sets the pattern on the legend item.
- setLineStyle(LineStyle) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setLineStyle(LineStyle) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- setLineStyle(Object, LineStyle) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setLineStyle(Object, LineStyle) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLineThickness(float) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setLineWidth(float) - Method in class com.metsci.glimpse.charts.bathy.ContourPainter
- setLineWidth(float) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setLineWidth(float) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setLineWidth(float) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setLineWidth(float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter
- setLineWidth(float) - Method in class com.metsci.glimpse.core.painter.shape.LineSetPainter
- setLineWidth(int) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setLineWidth(Object, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setLineWidth(Object, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setLineWidth(String, float) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter
- setLinkChildren(boolean) - Method in class com.metsci.glimpse.core.axis.Axis1D
- setLinkChildren(boolean) - Method in class com.metsci.glimpse.core.axis.Axis2D
- setLinkChildren(boolean) - Method in class com.metsci.glimpse.core.axis.Axis3D
- setLinkTags(boolean) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- setLocation(int, int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
Sets the location of the upper left corner of the tooltip box in screen/pixel coordinates.
- setLocation(int, int) - Method in interface com.metsci.glimpse.docking.DockingWindow
- setLocation(GlimpseMouseEvent) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setLocationAxisCoords(double, double) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
-
Sets the location of the upper left corner of the tooltip box in axis coordinates.
- setLockBottom(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLockLeft(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLockRight(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLockTop(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLoggerLevel(Level) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- setLookAndFeel(LookAndFeel) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
-
Sets the LookAndFeel for this GlimpseTarget and all child GlimpseTargets.
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setLookAndFeel(LookAndFeel) - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainter
-
Sets display options for the painter based on the provided LookAndFeel.
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setLookAndFeel(LookAndFeel) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setLookAndFeel(LookAndFeel) - Method in class com.metsci.glimpse.dnc.DncPainter
- setLookAndFeel(LookAndFeel, GlimpseTarget...) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- setLookAndFeelKey(String) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- setLoop(boolean) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- setMarkerWidth(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setMarkerWidthX(int) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setMarkerWidthX(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMarkerWidthY(int) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setMarkerWidthY(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMarkerWidthZ(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMax(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the maximum value of this axis.
- setMax(float) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- setMaxAggregatedEventGapSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
-
Sets the maximum pixel distance between adjacent events above which events will not be aggregated into a single Event (in order to reduce visual clutter).
- setMaxAggregatedGroupSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
-
Sets the maximum pixel size above which an Event will not be aggregated with nearby Events (in order to reduce visual clutter).
- setMaxIconRows(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultEventPainter
-
Sets the maximum number of rows used to display icons in aggregate groups.
- setMaxIconRows(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultGroupedEventPainter
-
Sets the maximum number of rows used to display icons in aggregate groups.
- setMaxRadius(float) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setMaxSize(int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Sets up a maximum width and height for the backing store.
- setMaxSpan(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Constrains the maximum difference between the axis max and min values.
- setMaxTimeSpan(double) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setMaxTimeSpan(double) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the maximum time span between the start and end times.
- setMaxX(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMaxY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMaxZ(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMin(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the minimum value of this axis.
- setMin(float) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- setMinContentHeight(int) - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- setMinimumTextDisplayWidth(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.DefaultGroupedEventPainter
-
If the width of an event is less than this value, text is never displayed.
- setMinorLineColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setMinorTickCount(int) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- setMinorTickCount(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMinorTickCountX(int) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setMinorTickCountX(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMinorTickCountY(int) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setMinorTickCountY(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMinorTickCountZ(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMinSpan(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Constrains the minimum difference between the axis max and min values.
- setMinTimeSpan(double) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setMinTimeSpan(double) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the minimum (inclusive) span between the start and end times.
- setMinus(Set<V>, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- setMinus(Set<V>, V...) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- setMinX(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMinY(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMinZ(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setMouseDragEnabled(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setMouseValue(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the position of the mouse in axis value space.
- setName(String) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- setName(String) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setNormalBounds(int, int, int, int) - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- setNormalBounds(Rectangle) - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- setnSectors(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setOffset(int, int) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setOffset(int, int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setOffset_x(int) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setOffset_y(int) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setOffsetBySelectionSize(boolean) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- setOffsetX(int) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setOffsetY(int) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setOrder(int) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- setOrder(int) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Sets the ordering of this plot relative to the other plots in the StackedPlot2D.
- setOrder(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setOrder(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- setOrtho(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setOrtho(GL2ES2, float, float, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setOrtho(GL2ES2, float, float, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setOrtho(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setOrtho(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setOrtho(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- setOrtho(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- setOrtho(GlimpseContext, float, float, float, float) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- setOuterColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- setOuterColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.MapBorderPainter
- setOutsideTextColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setOverlapMode(Event.OverlapRenderingMode) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Set what types of overlaps should be considered when determining whether to shorten Event box text and whether to display the Event's icon.
- setOverrideAlpha(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- setPadding(boolean) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setPadding(int) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setPaintBackground(boolean) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setPaintBorder(boolean) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setParent(Axis1D) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Allows a group of axis which should mirror each other to be defined by placing them in a tree-hierarchy.
- setParent(Axis1D, boolean) - Method in class com.metsci.glimpse.core.axis.Axis1D
- setParent(Axis2D) - Method in class com.metsci.glimpse.core.axis.Axis2D
- setParent(Axis3D) - Method in class com.metsci.glimpse.core.axis.Axis3D
- setParent(GlimpseLayoutDelegate) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setParent(PlotInfo) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- setParent(PlotInfo) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setParent(PlotInfo) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setParent(Var<V>) - Method in class com.metsci.glimpse.util.var.Var
- setPaused(boolean) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- setPickingDisabled() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
- setPickingEnabled(GlimpseLayout) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Enables or disables picking support.
- setPickMode(boolean) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setPixelBufferX(int) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setPixelBufferY(int) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setPixelCoordData(Buffer) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setPixelHeight(int) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- setPixelOrtho(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setPixelOrtho(GL2ES2, GlimpseBounds, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setPixelOrtho(GL2ES2, GlimpseBounds, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setPixelOrtho(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setPixelOrtho(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapTaggedProgram
- setPixelOrtho(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- setPixelOrtho(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- setPixelOrtho(GlimpseContext, GlimpseBounds) - Method in class com.metsci.glimpse.topo.ShadedReliefProgram
- setPixelsBetweenTicks(int) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- setPixelsBetweenTicks(int) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setPixelsBetweenTicks(int) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- setPixelsBetweenTicks(int) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setPixelWidth(int) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setPlacement(LegendPainter.LegendPlacement) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setPlotBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setPlotBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setPlotBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- setPlotSpacing(int) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Sets the spacing between this plot and those above and below it.
- setPlotSpacing(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setPlotSpacing(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setPlotSpacing(int) - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- setPlotSpacing(int) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setPlus(Set<V>, V) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- setPlus(Set<V>, V...) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- setPointColor(float[]) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setPointColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setPointColor(Object, float[]) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setPointColor(Object, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setPointFeather(float) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setPointSize(float) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- setPointSize(float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicPointSetPainter
- setPointSize(float) - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- setPointSize(GL2ES2, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setPointSize(GL2ES2, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setPointSize(Object, float) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setPolyDotted(boolean) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setPolyDotted(byte[]) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setPolyDotted(Object, boolean) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setPolyDotted(Object, byte[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setPosition(int, int, int, int) - Method in class com.metsci.glimpse.core.painter.info.MinimapLayout
- setPrimaryColor(float[]) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setProgram(DrawableTextureProgram) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setProgram(DrawableTextureProgram) - Method in class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- setProgress(double) - Method in class com.metsci.glimpse.extras.examples.dnc.ProgressPane
- setProjection(Projection) - Method in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- setProjectionMatrix(float, float, float, float) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setProjectionMatrix(float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setProjectionMatrix(Axis2D) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setProjectionMatrix(Axis2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setProtractorColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setProtractorColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setRadialLineColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setRadialLineColor(float, float, float, float) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setRadialStippleFactor(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setRadialStipplePattern(short) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setReferenceTime(TimeStamp) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setResizeable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setResizeable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
If true, the time span of the Event (the amount of time between the start and end times) cannot be adjusted by user mouse gestures.
- setReverseStackingDirection(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
-
If true, events will start at the top (or right) edge and stack downward (or leftward) -- the reverse of default behavior.
- setRgba(GL2ES2, float[]) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setRoot(int) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
-
Clears the tree if there is any data and creates a new root.
- setRow(Object, int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- setRowConstraints(String) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutManagerMig
- setRowMaxCount(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setRowMinCount(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setRowSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
-
Sets the size of a single row of events.
- setRulerColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setRulerColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setRulerWidth(float) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setSecondaryColor(float[]) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setSelectable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets whether or not this Event can be selected via mouse clicks.
- setSelectedEventBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- setSelectedEventBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- setSelectedEventBorderThickness(float) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- setSelectedEvents(Set<Event>) - Method in class com.metsci.glimpse.core.plot.timeline.event.listener.EventSelectionHandler
- setSelectedLeafColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setSelectedPlot(PlotInfo) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setSelectedPlot(Object) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setSelectedTitleBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setSelectionBorderColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- setSelectionCenter(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the center of the selected range of this axis.
- setSelectionFillColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- setSelectionHandler(EventSelectionHandler) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setSelectionLock(boolean) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Locks the selected region of this axis so that it does not adjust.
- setSelectionLocked(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Fixes the selected time region so that it will no longer follow the mouse cursor.
- setSelectionSize(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the size of the selected range of this axis.
- setSelectionSize(double) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setSeriesColor(int, float[]) - Method in class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- setShadeColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setShadeColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setShadeSelectionBox(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setShowAll() - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- setShowAllTimeRange() - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- setShowArrow(boolean) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- setShowArrow(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- setShowArrow(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setShowAxisMarkerX(boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setShowAxisMarkerX(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowAxisMarkerY(boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setShowAxisMarkerY(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowAxisMarkerZ(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowBackground(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setShowBorder(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setShowCurrentTime(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- setShowCurrentTimeMarker(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- setShowDateLabels(boolean) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setShowDivider(boolean) - Method in interface com.metsci.glimpse.core.plot.timeline.group.GroupInfo
- setShowDivider(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupInfoImpl
- setShowDivider(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setShowHeadPoint(Object, boolean) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setShowHorizontalLines(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setShowHorizontalTicks(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setShowIcon(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setShowLabel(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setShowLabel(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setShowLabel(Object, boolean) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setShowLabelLine(Object, boolean) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setShowLabels(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setShowLabelsForOffscreenTicks(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setShowLabelsNearOrigin(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setShowLines(boolean) - Method in class com.metsci.glimpse.charts.shoreline.LandShapePainter
- setShowLines(Object, boolean) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter
- setShowLines(Object, boolean) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setShowLockedStatus(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SelectedTimeRegionPainter
- setShowMarker(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setShowMinorGrid(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setShowMinorTicks(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setShowMinorTicks(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowMinorTicksX(boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setShowMinorTicksX(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowMinorTicksY(boolean) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setShowMinorTicksY(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowMinorTicksZ(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setShowNone() - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- setShowOff(int[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- setShowOn(int[]) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- setShowOriginLabel(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setShowOriginLines(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setShowOverallLength(boolean) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setShowPoints(Object, boolean) - Method in class com.metsci.glimpse.core.painter.track.TrackPainter
- setShowSelectedTimeRegion(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- setShowTickLabels(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setShowTickLength(boolean) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setShowTimeline(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setShowTitle(boolean) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setShowVerticalLines(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setShowVerticalTicks(boolean) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setSize(float) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- setSize(int) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisInfo
- setSize(int) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
Sets the size in pixels for this plot.
- setSize(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setSize(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setSize(int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setSize(int, double) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- setSize(int, int) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- setSize(Dimension) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- setSizeData(Buffer) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setSizePixels(int) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the pixel size of this axis.
- setSizePixels(int, boolean) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the pixel size of this axis.
- setSizePixels(GlimpseBounds) - Method in class com.metsci.glimpse.core.axis.Axis2D
- setSizePixels(GlimpseTargetStack) - Method in class com.metsci.glimpse.core.axis.Axis2D
- setSizeText(String) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setSmoothing(boolean) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Specifies whether the backing texture will use linear interpolation.
- setSmoothing(boolean) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- setSpacing(int) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
-
Sets the space between elements in the legend.
- setSplitFrac(double) - Method in class com.metsci.glimpse.docking.SplitPane
- setStackOverlappingEvents(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
-
If true, Events will be automatically placed into rows in order to avoid overlap.
- setStackOverlappingEvents(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setStartTime(TimeStamp) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setStartTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- setStartTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setStartTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setStartTimeMoveable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setStartTimeMoveable(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
If true, the startTime of the Event cannot be adjusted by user mouse gestures.
- setStep(float) - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- setStipple(boolean, float, short) - Method in class com.metsci.glimpse.core.painter.decoration.BorderPainter
- setStipple(GL2ES2, boolean, float, short) - Method in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- setStyle(GL2ES2, LineStyle) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setStyle(GL2ES2, LineStyle) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setStyle(GL2ES2, LineStyle) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- setStyle(GL2ES2, LineStyle) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setStyle(LineStyle) - Method in class com.metsci.glimpse.charts.bathy.ContourPainter
- setTagColor(float[]) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- setTagColor(float[]) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- setTagHalfWidth(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- setTagHalfWidth(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- setTagHeight(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- setTagHeight(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- setTagPointerHeight(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- setTagPointerHeight(int) - Method in class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- setTargetTexUnit(int) - Method in class com.metsci.glimpse.core.support.shader.colormap.ColorMapProgram
- setTerseConsoleLogger(Level) - Static method in class com.metsci.glimpse.util.logging.LoggerUtils
-
In cases where a logging.properties file is too cumbersome, sets terse formatter for console handler.
- setTexCoordData(Buffer) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setText(int, String) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- setText(String) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setText(String) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setText(String) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setText(String) - Method in class com.metsci.glimpse.core.plot.timeline.group.GroupLabelPainter
- setTextBackgroundColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericXYAxisPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setTextColor(float[]) - Method in class com.metsci.glimpse.core.plot.timeline.event.paint.EventPainterManager
- setTextColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.LegendPainter
- setTextColor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.info.MeasurementPainter
- setTextEndTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- setTextFont(Font) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setTextGapZ(boolean) - Method in class com.metsci.glimpse.core.painter.info.CursorTextPainter
- setTextIconSpacing(int) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setTextPadding(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericPolarAxisPainter
- setTextRenderingMode(Event.TextRenderingMode) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets how text and icons should be handled when this Event's box is too small or when it overlaps with another Event's box.
- setTextRenderingMode(Event.TextRenderingMode) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
-
Sets the TextRenderingMode for all
Event
children of this EventPlotInfo. - setTextStartTime(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- setTexture(GL2ES2, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- setTexture(GlimpseContext, int) - Method in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- setTexture(TextureProjected2D) - Method in class com.metsci.glimpse.core.painter.info.CursorTextZPainter
- setTextureCoordinates(TextureCoords) - Method in class com.metsci.glimpse.core.support.atlas.support.ImageDataInternal
- setTextVisible(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventBounds
- setTheme(DncGeosymTheme) - Method in class com.metsci.glimpse.dnc.DncPainter
- setTickBufferSize(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setTickCalculator(AxisLabelHandler) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setTickColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setTickColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- setTickColor(float[]) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTickHandlerX(AxisLabelHandler) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setTickHandlerY(AxisLabelHandler) - Method in class com.metsci.glimpse.core.painter.decoration.GridPainter
- setTickLabelBufferSize(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setTickLabelColor(float[]) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setTickLabelColor(float[]) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTickSize(int) - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- setTickSize(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTickSpacing(int) - Method in class com.metsci.glimpse.core.axis.painter.label.GridAxisLabelHandler
- setTickSpacingX(int) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setTickSpacingX(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTickSpacingY(int) - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- setTickSpacingY(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTickSpacingZ(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTimeAxisBounds(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setTimeAxisLabelHandler(TimeAxisLabelHandler) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setTimeAxisMouseListener(AxisMouseListener1D) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setTimeAxisPainter(TimeAxisPainter) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- setTimeOfCounterReset(long) - Method in class com.metsci.glimpse.core.painter.info.FpsHelper
- setTimeRangeToDraw(long, long) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainterSimple
- setTimes(GlimpseMouseEvent, TimeStamp, TimeStamp, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setTimes(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setTimes(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setTimes(TimeStamp, TimeStamp, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.AggregateEvent
- setTimes(TimeStamp, TimeStamp, boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the start and end time for this Event.
- setTimeSelection(TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setTimeSelection(TimeStamp, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- setTimeToolTipHandler(TimeToolTipHandler) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
- setTimeToolTipHandler(TimeToolTipHandler) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- setTimeToolTipHandler(TimeToolTipHandler) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- setTimeZone(TimeZone) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- setTimeZone(TimeZone) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- setTimeZone(TimeZone) - Method in interface com.metsci.glimpse.core.axis.painter.label.time.TimeAxisLabelHandler
- setTimeZone(TimeZone) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- settingArrangement(DockingGroup, GroupArrangement) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- settingArrangement(DockingGroup, GroupArrangement) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- setTitle(int, String) - Method in class com.metsci.glimpse.core.painter.treemap.NestedTreeMap
- setTitle(String) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setTitle(String) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTitle(String) - Method in interface com.metsci.glimpse.docking.DockingWindow
- setTitleBorderColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setTitleColor(float[]) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setTitleColor(float[]) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTitleFont(Font) - Method in class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- setTitleFont(Font) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setTitleFont(Font) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTitleFont(Font, boolean) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setTitleFont(Font, boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setTitleHeight(int) - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- setTitleHeight(int) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setToolTip(GlimpseMouseEvent, TooltipPainter) - Method in interface com.metsci.glimpse.core.plot.timeline.layout.TimeToolTipHandler
- setToolTip(EventSelection, TooltipPainter) - Method in interface com.metsci.glimpse.core.plot.timeline.event.EventToolTipHandler
- setToolTipText(String) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
Sets the tooltip text to be displayed when the user mouses over this Event.
- setTransform(float[]) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Changes the transformation matrix used for drawing text in 3D.
- setTransform(float[], boolean) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Changes the transformation matrix for drawing in 3D.
- setTransform(float[], boolean) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Changes the transformation matrix for drawing in 3D.
- setTreeEnabled(Component, boolean) - Static method in class com.metsci.glimpse.extras.examples.dnc.DncExampleUtils
- setTreeMapData(NestedTreeMap) - Method in class com.metsci.glimpse.core.painter.treemap.AbstractTreeMapPainter
- setUncaughtExceptionHandler(GLAnimatorControl.UncaughtExceptionHandler) - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- setUniformAxisRect(GL2ES2, int, Axis2D) - Static method in class com.metsci.glimpse.dnc.DncShaderUtils
- setUniformViewport(GL2ES2, int, GlimpseBounds) - Static method in class com.metsci.glimpse.dnc.DncShaderUtils
- setUnitConverter(AxisUnitConverter) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setUnitLabel(String) - Method in class com.metsci.glimpse.core.painter.geo.ScalePainter
- setUnlimitedWidth() - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setUpdateFPSFrames(int, PrintStream) - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- setUpdateMode(UpdateMode) - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Sets the UpdateMode of this axis.
- setUpdateModeXY(UpdateMode) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setUpdateModeZ(UpdateMode) - Method in class com.metsci.glimpse.core.plot.Plot2D
- setupScreenCapture(GLContext, ColorAxisPlot2D) - Static method in class com.metsci.glimpse.core.examples.screenshot.ScreenCaptureExample
- setUseColormapAlpha(boolean) - Method in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram
- setUseColormapAlpha(boolean) - Method in class com.metsci.glimpse.core.painter.texture.HeatMapPainter
- setUseColormapAlpha(boolean) - Method in interface com.metsci.glimpse.core.painter.texture.HeatMapProgram
- setUseColormapAlpha(boolean) - Method in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram
- setUseColormapAlpha(boolean) - Method in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram
- setUseDefaultBorderThickness(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- setUseDefaultIconSize(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
-
If a specific icon size has not been set, the default icon size is used.
- setUseDefaultIconSize(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- setUseSmoothing(boolean) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Changes whether this
GlyphCache
's texture should interpolate when sampling. - setUseVertexArrays(boolean) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Changes whether vertex arrays are in use.
- setUseVertexArrays(boolean) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer
-
Changes whether vertex arrays are in use.
- setUseVertexArrays(boolean) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRendererGL2
- setUseVertexArrays(boolean) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRendererGL3
- setUseVertexArrays(boolean) - Method in interface com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer
-
Changes whether vertex arrays are in use.
- setValue(double) - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- setValue(GlimpseContext, D) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- setValue(GlimpseTargetStack, D) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- setVertexData(Buffer) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- setVertexData(Buffer) - Method in class com.metsci.glimpse.core.support.shader.point.PointAttributeColorSizeProgram
- setVerticalOffset(int) - Method in class com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
- setVerticalPadding(int) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setVerticalPosition(SimpleTextPainter.VerticalPosition) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setVerticalPosition(SimpleTextPainter.VerticalPosition) - Method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setViewport(GL2ES2, int, int) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setViewport(GL2ES2, GlimpseBounds) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setViewportAndScissor(GlimpseContext) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- setVisible(boolean) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setVisible(boolean) - Method in interface com.metsci.glimpse.core.painter.base.GlimpsePainter
-
A painter which is set to non-visible should make no OpenGL calls when its paintTo method is called.
- setVisible(boolean) - Method in class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
- setVisible(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.BackgroundPainter
- setVisible(boolean) - Method in class com.metsci.glimpse.core.painter.group.DelegatePainter
- setVisible(boolean) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
-
If true, the PlotInfo will be drawn as a row on the timeline, if false the PlotInfo will be hidden.
- setVisible(boolean) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- setVisible(boolean) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- setVisible(boolean) - Method in class com.metsci.glimpse.dnc.DncPainter
- setVisible(boolean) - Method in interface com.metsci.glimpse.docking.DockingGroup
- setVisible(boolean) - Method in interface com.metsci.glimpse.docking.DockingWindow
- setVisible(boolean) - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- setWrapMax(double) - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- setWrapMin(double) - Method in class com.metsci.glimpse.core.axis.WrappedAxis1D
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setWrapper(GL2ES2, float, float, float, float) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.support.shader.line.LineProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- setWrapper(GL2ES2, Wrapper2D) - Method in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- setWrapTextAroundIcon(boolean) - Method in class com.metsci.glimpse.core.painter.info.TooltipPainter
- setX(float) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setXor(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- setY(float) - Method in class com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
- setZOrder(int) - Method in class com.metsci.glimpse.core.canvas.LayoutManager.LayoutOrder
- setZOrder(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.AbstractGlimpseCanvas
- setZOrder(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.LayoutManager
- setZOrder(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- setZOrder(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- setZOrder(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- setZOrder(GlimpseLayout, int) - Method in interface com.metsci.glimpse.core.context.GlimpseTarget
- setZOrder(GlimpseLayout, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- setZOrder(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
-
Sets the relative ordering constant for this painter.
- setZOrder(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- setZOrder(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- setZOrder(GlimpsePainter, int) - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- setZOrderByKey(Object, int) - Method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- ShadedPointPainter - Class in com.metsci.glimpse.core.painter.shape
-
A painter, similar to
PointSetPainter
, which allows visualization of large clouds of points or particles. - ShadedPointPainter(Axis1D, Axis1D) - Constructor for class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- ShadedReliefProgram - Class in com.metsci.glimpse.topo
-
Takes two textures - the elevation data and the hillshade data - and does a nonlinear interpolation on the video card to index into the colormap.
- ShadedReliefProgram() - Constructor for class com.metsci.glimpse.topo.ShadedReliefProgram
- ShadedReliefProgram(int, int) - Constructor for class com.metsci.glimpse.topo.ShadedReliefProgram
- ShadedReliefTileCache - Class in com.metsci.glimpse.topo
-
Provides tiled topography along with the relief (hillshaded) data for each tile.
- ShadedReliefTileCache(TopoDataset) - Constructor for class com.metsci.glimpse.topo.ShadedReliefTileCache
- ShadedReliefTileCache.CachedTileData - Class in com.metsci.glimpse.topo
- ShadedReliefTileCache.ReliefTileKey - Class in com.metsci.glimpse.topo
- ShadedReliefTiledPainter - Class in com.metsci.glimpse.topo
-
Paints topography and bathymetry with a discrete set of colors and the Hillshade algorithm.
- ShadedReliefTiledPainter(GeoProjection, TopoDataset) - Constructor for class com.metsci.glimpse.topo.ShadedReliefTiledPainter
- ShadedReliefTiledPainter(GeoProjection, TopoDataset, String) - Constructor for class com.metsci.glimpse.topo.ShadedReliefTiledPainter
- ShadedTexturePainter - Class in com.metsci.glimpse.core.painter.texture
-
A painter which applies shaders to textures in order to display dynamically adjustable representations of 2D gridded data.
- ShadedTexturePainter() - Constructor for class com.metsci.glimpse.core.painter.texture.ShadedTexturePainter
- ShadedTexturePainterExample - Class in com.metsci.glimpse.core.examples.heatmap
-
Demonstrates use of the Glimpse
ShadedTexturePainter
. - ShadedTexturePainterExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.ShadedTexturePainterExample
- ShaderLoader - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Utility to load shaders from files, URLs, and strings.
- Shaders - Class in com.metsci.glimpse.dnc.util
- Shaders() - Constructor for class com.metsci.glimpse.dnc.util.Shaders
- SHARED_EXEC - Static variable in class com.metsci.glimpse.core.support.PainterCache
- Shift - com.metsci.glimpse.core.event.mouse.ModifierKey
- shiftTimeAxisBounds(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- shiftTimeSelection(TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- ShorelineTilePainter - Class in com.metsci.glimpse.charts.shoreline
- ShorelineTilePainter(GeoProjection, File) - Constructor for class com.metsci.glimpse.charts.shoreline.ShorelineTilePainter
- ShorelineTiler - Class in com.metsci.glimpse.extras.examples.charts.shoreline
-
This class takes shoreline polygons and tiles and tessellates them for faster loading in a painter.
- ShorelineTiler() - Constructor for class com.metsci.glimpse.extras.examples.charts.shoreline.ShorelineTiler
- ShortTextureProjected2D - Class in com.metsci.glimpse.core.support.texture
-
A texture class which stores 16 bit integer values (uncapped).
- ShortTextureProjected2D(int, int) - Constructor for class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D
- ShortTextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.ShortTextureProjected2D
- ShortTextureProjected2D.MutatorShort2D - Interface in com.metsci.glimpse.core.support.texture
- ShortTextureProjected2D.SetDataMutator - Class in com.metsci.glimpse.core.support.texture
- shouldApplyFixes - Static variable in class com.metsci.glimpse.platformFixes.WindowsFixes
- ShowAll - com.metsci.glimpse.core.plot.timeline.event.Event.TextRenderingMode
-
Don't shorten the text at all.
- showCurrentTimeLabel(boolean) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- showFrameCentered(Frame) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, center it, and make it visible.
- showFrameCentered(Frame, double) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, center it, and make it visible.
- showFrameCentered(Frame, int, int) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Size the frame, center it, and make it visible.
- showFrameFullscreen(Frame) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Make the frame fullscreen across all screens, and make it visible.
- showFrameFullscreen(Frame, boolean) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Make the frame fullscreen, and make it visible.
- showFrameFullscreen(Frame, GraphicsDevice) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Make the frame fullscreen on the screen indicated by screenIndex, and make it visible.
- showGLWarningDialog(String) - Static method in class com.metsci.glimpse.core.support.QuickUtils
- showIconGroup(Object, boolean) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Toggles whether or not a particular icon group is displayed.
- showLabels(boolean) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Deprecated.
- showLines(boolean) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- showOnlyIconGroups(Collection<? extends Object>) - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter
-
Sets the visibility of all of this painter's icon-groups, so that a group is visible if and only if its ID is in the specified collection.
- showPoints(boolean) - Method in class com.metsci.glimpse.core.painter.plot.XYLinePainter
- showSelectionBox(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- showSelectionCrosshairs(boolean) - Method in class com.metsci.glimpse.core.painter.decoration.CrosshairPainter
- showTitle(boolean) - Method in class com.metsci.glimpse.core.plot.Plot2D
- shuffle(char[], char[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- shuffle(double[], double[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- shuffle(float[], float[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- shuffle(int[], int[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- shuffle(long[], long[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- shuffle(Object[], Object[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- shuffle(String[], String[], int[]) - Static method in class com.metsci.glimpse.util.primitives.algorithms.Partitioning
- siblingFile(File, String) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- Side - Enum in com.metsci.glimpse.docking
- sideOfNeighbor - Variable in class com.metsci.glimpse.docking.LandingRegions.BesideExistingTile
- Sienna - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Sienna
- Sienna1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Sienna1
- Sienna2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Sienna2
- Sienna3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Sienna3
- Sienna4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Sienna4
- SimpleAxisLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
-
An AxisLabelHandler which displays axis value "as-is" without attempting to truncate very large values by displaying as powers of 1000.
- SimpleAxisLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.SimpleAxisLabelHandler
- SimpleIconPainter(TextureAtlas) - Constructor for class com.metsci.glimpse.core.examples.icon.TextureAtlasExample.SimpleIconPainter
- SimpleLayoutExample - Class in com.metsci.glimpse.core.examples.layout
- SimpleLayoutExample() - Constructor for class com.metsci.glimpse.core.examples.layout.SimpleLayoutExample
- SimplePlot2D - Class in com.metsci.glimpse.core.plot
-
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 - SimplePlot2D() - Constructor for class com.metsci.glimpse.core.plot.SimplePlot2D
- SimplePlot2D(String) - Constructor for class com.metsci.glimpse.core.plot.SimplePlot2D
- SimpleSelectedTimeRegionPainter - Class in com.metsci.glimpse.core.plot.timeline.painter
- SimpleSelectedTimeRegionPainter(StackedPlot2D.Orientation) - Constructor for class com.metsci.glimpse.core.plot.timeline.painter.SimpleSelectedTimeRegionPainter
- SimpleTextLayout - Class in com.metsci.glimpse.core.support.font
-
Performs simple text layout so text can be wrapped in small areas or broken on words or newlines.
- SimpleTextLayout(Font, FontRenderContext) - Constructor for class com.metsci.glimpse.core.support.font.SimpleTextLayout
- SimpleTextLayout(Font, FontRenderContext, BreakIterator) - Constructor for class com.metsci.glimpse.core.support.font.SimpleTextLayout
- SimpleTextLayout.TextBoundingBox - Class in com.metsci.glimpse.core.support.font
-
When drawing using the JOGL
TextRenderer
, theSimpleTextLayout.TextBoundingBox.leftX
andSimpleTextLayout.TextBoundingBox.baselineY
should be used as the text origin. - SimpleTextLayoutCenter - Class in com.metsci.glimpse.core.support.font
-
Lays out the text, centering along the horizontal and vertical axis.
- SimpleTextLayoutCenter(Font, FontRenderContext) - Constructor for class com.metsci.glimpse.core.support.font.SimpleTextLayoutCenter
- SimpleTextLayoutCenter(Font, FontRenderContext, BreakIterator) - Constructor for class com.metsci.glimpse.core.support.font.SimpleTextLayoutCenter
- SimpleTextPainter - Class in com.metsci.glimpse.core.painter.info
-
A painter which displays arbitrary text at a fixed pixel location on the screen.
- SimpleTextPainter() - Constructor for class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- SimpleTextPainter.HorizontalPosition - Enum in com.metsci.glimpse.core.painter.info
- SimpleTextPainter.VerticalPosition - Enum in com.metsci.glimpse.core.painter.info
- SimpleTreeMapPainter - Class in com.metsci.glimpse.core.painter.treemap
-
A simple implementation of
AbstractTreeMapPainter
that has default colors for everything. - SimpleTreeMapPainter() - Constructor for class com.metsci.glimpse.core.painter.treemap.SimpleTreeMapPainter
- SimpleVertexAccumulator - Class in com.metsci.glimpse.core.support.polygon
- SimpleVertexAccumulator() - Constructor for class com.metsci.glimpse.core.support.polygon.SimpleVertexAccumulator
- sin(double) - Method in class com.metsci.glimpse.util.math.approx.ApproxSin
- SIN_LIGHT_ZENITH - Static variable in class com.metsci.glimpse.topo.ShadedReliefTileCache
- SingletonEvictingBlockingQueue<V> - Class in com.metsci.glimpse.dnc.util
- SingletonEvictingBlockingQueue() - Constructor for class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- size - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- size() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutCache
- size() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- size() - Method in class com.metsci.glimpse.core.support.interval.IntervalQuadTree
- size() - Method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop
- size() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- size() - Method in class com.metsci.glimpse.topo.TopoLevelSet
- size() - Method in class com.metsci.glimpse.util.io.MappedFile
- size() - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- size() - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- size() - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- size() - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- SIZE_DOWNSAMPLE_DEFAULT - Static variable in class com.metsci.glimpse.core.support.projection.LatLonProjection
- sizeBytes() - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- sizeFloats() - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- SKIP - com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- skipBytes(int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataInput
- SkyBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SkyBlue
- SkyBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SkyBlue1
- SkyBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SkyBlue2
- SkyBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SkyBlue3
- SkyBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SkyBlue4
- sl - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Left texture coordinate.
- SLANTED - com.metsci.glimpse.core.painter.decoration.BorderPainter.CornerType
- SlateBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateBlue
- SlateBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateBlue1
- SlateBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateBlue2
- SlateBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateBlue3
- SlateBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateBlue4
- SlateGray - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateGray
- SlateGray1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateGray1
- SlateGray2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateGray2
- SlateGray3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateGray3
- SlateGray4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SlateGray4
- slice(long, int) - Method in class com.metsci.glimpse.util.io.MappedFile
- SliceAndDiceLayout - Class in com.metsci.glimpse.core.painter.treemap
-
Lays out the children in a simplistic manner.
- SliceAndDiceLayout() - Constructor for class com.metsci.glimpse.core.painter.treemap.SliceAndDiceLayout
- sliceChunkGroups(Render.RenderChunk) - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- sliceChunkLabelChars(Render.RenderChunk) - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- sliceChunkLabelLengths(Render.RenderChunk) - Method in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCache
- sliced(ByteBuffer, int, int) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- sliced(DoubleBuffer, int, int) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- sliced(FloatBuffer, int, int) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- sliced(IntBuffer, int, int) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- sliced(ShortBuffer, int, int) - Static method in class com.metsci.glimpse.util.buffer.DirectBufferUtils
- SlippyAxisListener2D - Class in com.metsci.glimpse.charts.slippy
-
Initializes the Axis2D so that zoom events always go up/down a single zoom level.
- SlippyAxisListener2D(GeoProjection) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyAxisListener2D
- SlippyAxisMouseListener2D - Class in com.metsci.glimpse.charts.slippy
-
Locks the Axis2D so that zoom events always go up/down a single zoom level.
- SlippyAxisMouseListener2D(GeoProjection) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyAxisMouseListener2D
- SlippyCache - Class in com.metsci.glimpse.charts.slippy
-
An in-memory cache that uses soft references.
- SlippyCache(GeoProjection, String) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyCache
- SlippyCache(GeoProjection, String, Path) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyCache
- SlippyCache(GeoProjection, List<String>) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyCache
- SlippyCache(GeoProjection, List<String>, Path) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyCache
- slippyCacheRoot - Static variable in class com.metsci.glimpse.charts.slippy.SlippyDataPaths
-
Standard dir for slippy tile cache.
- SlippyDataPaths - Class in com.metsci.glimpse.charts.slippy
- SlippyMapPainter - Class in com.metsci.glimpse.charts.slippy
-
This just wraps a tile painter and an attribution text painter (if one is specified).
- SlippyMapPainter(SlippyMapTilePainter) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyMapPainter
- SlippyMapPainter(SlippyMapTilePainter, String) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyMapPainter
- SlippyMapTilePainter - Class in com.metsci.glimpse.charts.slippy
-
Paints the slippy tiles.
- SlippyMapTilePainter(GeoProjection, List<String>, ExecutorService, Path, int) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyMapTilePainter
- SlippyPainterFactory - Class in com.metsci.glimpse.charts.slippy
-
Utility methods for constructing SlippyMapPainters from common sources.
- SlippyProjection - Class in com.metsci.glimpse.charts.slippy
-
See http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Java
- SlippyProjection(int) - Constructor for class com.metsci.glimpse.charts.slippy.SlippyProjection
- SlippyTileExample - Class in com.metsci.glimpse.extras.examples.charts.slippy
- SlippyTileExample() - Constructor for class com.metsci.glimpse.extras.examples.charts.slippy.SlippyTileExample
- sMax - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- sMin - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- snapshot() - Method in class com.metsci.glimpse.docking.MultiSplitPane
- Snow - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Snow
- Snow2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Snow2
- Snow3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Snow3
- Snow4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Snow4
- solveQuadraticEvenly(long, long, long, int) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- SOON - com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
- sorted(Collection<V>, Comparator<? super V>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- SortedDoubles - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedDoublesArithmetic - Class in com.metsci.glimpse.util.primitives.sorted
- SortedDoublesArithmetic(double, double, int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- SortedDoublesArray - Class in com.metsci.glimpse.util.primitives.sorted
- SortedDoublesArray() - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- SortedDoublesArray(double[]) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedDoublesArray(double[], int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedDoublesArray(int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
- SortedDoublesArray(Doubles) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArray
-
If the values of
xs
are not in ascending order, the behavior of this instance is undefined. - SortedDoublesModifiable - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedFloats - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedFloatsArithmetic - Class in com.metsci.glimpse.util.primitives.sorted
- SortedFloatsArithmetic(float, float, int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- SortedFloatsArray - Class in com.metsci.glimpse.util.primitives.sorted
- SortedFloatsArray() - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- SortedFloatsArray(float[]) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedFloatsArray(float[], int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedFloatsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
- SortedFloatsArray(Floats) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArray
-
If the values of
xs
are not in ascending order, the behavior of this instance is undefined. - SortedFloatsModifiable - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedInts - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedIntsArithmetic - Class in com.metsci.glimpse.util.primitives.sorted
- SortedIntsArithmetic(int, int, int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- SortedIntsArray - Class in com.metsci.glimpse.util.primitives.sorted
- SortedIntsArray() - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- SortedIntsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
- SortedIntsArray(int[]) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedIntsArray(int[], int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedIntsArray(Ints) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedIntsArray
-
If the values of
xs
are not in ascending order, the behavior of this instance is undefined. - SortedIntsModifiable - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedLongs - Interface in com.metsci.glimpse.util.primitives.sorted
- SortedLongsArithmetic - Class in com.metsci.glimpse.util.primitives.sorted
- SortedLongsArithmetic(long, long, int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- SortedLongsArray - Class in com.metsci.glimpse.util.primitives.sorted
- SortedLongsArray() - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- SortedLongsArray(int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
- SortedLongsArray(long[]) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedLongsArray(long[], int) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
-
If the values of
a
are not in ascending order, the behavior of this instance is undefined. - SortedLongsArray(Longs) - Constructor for class com.metsci.glimpse.util.primitives.sorted.SortedLongsArray
-
If the values of
xs
are not in ascending order, the behavior of this instance is undefined. - SortedLongsModifiable - Interface in com.metsci.glimpse.util.primitives.sorted
- Sorting - Class in com.metsci.glimpse.util.primitives.algorithms
- Sorting() - Constructor for class com.metsci.glimpse.util.primitives.algorithms.Sorting
- south - Static variable in class com.metsci.glimpse.util.units.Azimuth
- southeast - Static variable in class com.metsci.glimpse.util.units.Azimuth
- southLat - Variable in class com.metsci.glimpse.charts.shoreline.LandBox
- southLat_DEG - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- southLat_DEG - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- southLat_DEG - Variable in class com.metsci.glimpse.topo.LatLonBox
- southLat_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- southLat_DEG - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- southLat_RAD - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
-
South edge of data, INCLUDING border rows.
- southLat_RAD - Variable in class com.metsci.glimpse.topo.TopoHostTile
-
South edge of data, INCLUDING border rows.
- southwest - Static variable in class com.metsci.glimpse.util.units.Azimuth
- SPATIAL_SELECTION_UPDATE_RATE - Static variable in class com.metsci.glimpse.core.painter.shape.PointSetPainter
- SPATIAL_SELECTION_UPDATE_RATE - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- SpatialSelectionAxisListener(TrackPainter, SpatialSelectionListener<Point>) - Constructor for class com.metsci.glimpse.core.painter.track.TrackPainter.SpatialSelectionAxisListener
- SpatialSelectionListener<T> - Interface in com.metsci.glimpse.core.support.selection
- spectral - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- Speed - Class in com.metsci.glimpse.util.units
- Speed() - Constructor for class com.metsci.glimpse.util.units.Speed
- sphereRadius - Variable in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- SphereUtil - Class in com.metsci.glimpse.util.geo.util
- SphereUtil() - Constructor for class com.metsci.glimpse.util.geo.util.SphereUtil
- SphereUtilFast - Class in com.metsci.glimpse.util.geo.util
- SphereUtilFast() - Constructor for class com.metsci.glimpse.util.geo.util.SphereUtilFast
- SpheroidUtil - Class in com.metsci.glimpse.util.geo.util
- SpheroidUtil() - Constructor for class com.metsci.glimpse.util.geo.util.SpheroidUtil
- split(String, char) - Static method in class com.metsci.glimpse.util.StringUtils
-
This method splits a String into an array of values, the values being delimited with the given character.
- Split(Component, boolean, double, MultiSplitPane.Node, MultiSplitPane.Node) - Constructor for class com.metsci.glimpse.docking.MultiSplitPane.Split
- splitFrac - Variable in class com.metsci.glimpse.docking.MultiSplitPane.Split
- splitFrac - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementSplit
- SplitLayout() - Constructor for class com.metsci.glimpse.docking.SplitPane.SplitLayout
- SplitPane - Class in com.metsci.glimpse.docking
- SplitPane(boolean, double, int) - Constructor for class com.metsci.glimpse.docking.SplitPane
- SplitPane.SplitLayout - Class in com.metsci.glimpse.docking
- SplitPaneListener - Interface in com.metsci.glimpse.docking
- spring - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- SpringGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SpringGreen
- SpringGreen2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SpringGreen2
- SpringGreen3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SpringGreen3
- SpringGreen4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SpringGreen4
- sqrtEvenly(long) - Static method in class com.metsci.glimpse.topo.io.TopoReader
- SquarifiedLayout - Class in com.metsci.glimpse.core.painter.treemap
-
A TreeMap layout which better preserves aspect ratio and provides easier understanding of spatial relationships between nodes.
- SquarifiedLayout() - Constructor for class com.metsci.glimpse.core.painter.treemap.SquarifiedLayout
- sr - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Right texture coordinate.
- StackedHistogramPainter - Class in com.metsci.glimpse.core.painter.plot
-
Plots a simple frequency histogram.
- StackedHistogramPainter() - Constructor for class com.metsci.glimpse.core.painter.plot.StackedHistogramPainter
- StackedPlot2D - Class in com.metsci.glimpse.core.plot.stacked
-
A plot which allows multiple plots or GlimpseLayout areas to be easily arranged in a vertical or horizontal stack.
- StackedPlot2D() - Constructor for class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- StackedPlot2D(Axis1D) - Constructor for class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- StackedPlot2D(StackedPlot2D.Orientation) - Constructor for class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- StackedPlot2D(StackedPlot2D.Orientation, Axis1D) - Constructor for class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- StackedPlot2D.Orientation - Enum in com.metsci.glimpse.core.plot.stacked
- StackedPlotExample - Class in com.metsci.glimpse.core.examples.timeline
- StackedPlotExample() - Constructor for class com.metsci.glimpse.core.examples.timeline.StackedPlotExample
- StackedTimePlot2D - Class in com.metsci.glimpse.core.plot.timeline
-
A
StackedPlot2D
which automatically creates a timeline axis at the bottom of the stack and uses aTaggedAxis1D
to define a selected time region. - StackedTimePlot2D() - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- StackedTimePlot2D(StackedPlot2D.Orientation) - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- StackedTimePlot2D(StackedPlot2D.Orientation, Epoch) - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- StackedTimePlot2D(StackedPlot2D.Orientation, Epoch, TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- StackedTimePlot2D(StackedPlot2D.Orientation, Epoch, TextureAtlas) - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- StackedTimePlot2D(StackedPlot2D.Orientation, Epoch, TextureAtlas, TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Creates a StackedTimePlot2D with specified orientation.
- StackedTimePlot2D(Epoch) - Constructor for class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
-
Creates a vertical StackedTimePlot2D.
- stackTraceToString(Exception, int) - Static method in class com.metsci.glimpse.util.StackTraceUtils
- stackTraceToString(StackTraceElement[], int) - Static method in class com.metsci.glimpse.util.StackTraceUtils
- StackTraceUtils - Class in com.metsci.glimpse.util
-
Utilities for examining stack traces at any point during program execution.
- standardMercatorProj - Static variable in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- StandardWrapper1D - Class in com.metsci.glimpse.core.support.wrapped
- StandardWrapper1D(double, double) - Constructor for class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
-
Client code should generally NOT call this constructor, but should use
Wrapper1D#getWrapper(com.metsci.glimpse.axis.Axis1D)
instead. - start - Variable in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- start - Variable in class com.metsci.glimpse.dnc.convert.Vpf.Edge
- start - Variable in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- start() - Method in class com.metsci.glimpse.core.axis.listener.DelayedEventDispatcher
- start() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- start() - Static method in class com.metsci.glimpse.core.support.polygon.Polygon.Loop
- start() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- start() - Static method in class com.metsci.glimpse.util.logging.Stopwatch
- start(Logger) - Static method in class com.metsci.glimpse.util.logging.Stopwatch
- start(Logger, String) - Static method in class com.metsci.glimpse.util.logging.Stopwatch
- Start - com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
The click occurred near the start time of the event.
- startFpsAnimator(int, GlimpseCanvas...) - Static method in class com.metsci.glimpse.core.gl.util.GLUtils
- startsWith(GlimpseTargetStack, GlimpseTargetStack) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
-
Returns true if the query stack starts with the sequence of GlimpseTargets defined by the prefix stack.
- startThread(String, boolean, Runnable) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- startThread(String, boolean, Runnable) - Static method in class com.metsci.glimpse.util.concurrent.ConcurrencyUtils
- StatCollectorNDim - Class in com.metsci.glimpse.util.math.stat
- StatCollectorNDim(int) - Constructor for class com.metsci.glimpse.util.math.stat.StatCollectorNDim
- state(boolean, String) - Static method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Check
-
Ensures the state of an object is valid when a method's called.
- StaticTrackPainter - Class in com.metsci.glimpse.core.painter.track
-
Displays a static set of tracks with associated timestamp, x position, and y position.
- StaticTrackPainter(long[], float[][], float[][]) - Constructor for class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- StaticTrackPainter(long[], float[][], float[][], float[][][]) - Constructor for class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- StaticTrackPainter(TimeStamp[], float[][], float[][]) - Constructor for class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- StaticTrackPainter(TimeStamp[], float[][], float[][], float[][][]) - Constructor for class com.metsci.glimpse.core.painter.track.StaticTrackPainter
- StaticTrackPainterExample - Class in com.metsci.glimpse.core.examples.track
- StaticTrackPainterExample() - Constructor for class com.metsci.glimpse.core.examples.track.StaticTrackPainterExample
- STDERR - Static variable in class com.metsci.glimpse.util.logging.LoggerUtils.StdOutErrLevel
-
Level for STDERR activity
- STDOUT - Static variable in class com.metsci.glimpse.util.logging.LoggerUtils.StdOutErrLevel
-
Level for STDOUT activity.
- SteelBlue - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SteelBlue
- SteelBlue1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SteelBlue1
- SteelBlue2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SteelBlue2
- SteelBlue3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SteelBlue3
- SteelBlue4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
SteelBlue4
- STIPPLE_ENABLE - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- STIPPLE_ENABLE - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- STIPPLE_ENABLE - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- STIPPLE_ENABLE - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- STIPPLE_ENABLE - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- STIPPLE_ENABLE - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- STIPPLE_FACTOR - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- STIPPLE_PATTERN - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- STIPPLE_PATTERN - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- STIPPLE_PATTERN - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- STIPPLE_PATTERN - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- STIPPLE_PATTERN - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- STIPPLE_PATTERN - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- STIPPLE_SCALE - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- STIPPLE_SCALE - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- STIPPLE_SCALE - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- STIPPLE_SCALE - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- STIPPLE_SCALE - Variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram.ProgramHandles
- stippleEnable - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
Line rendering is likely to be faster with stippling disabled.
- stippleFactor - Variable in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter.LineLegendPainterItem
- stipplePattern - Variable in class com.metsci.glimpse.core.painter.decoration.LegendPainter.LineLegendPainter.LineLegendPainterItem
- stipplePattern - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
Least significant bit is drawn at the start of the line.
- stippleScale - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
The number of pixels, along the length of the line, covered by one bit of
LineStyle.stipplePattern
. - StochasticEngine - Interface in com.metsci.glimpse.util.math.stochastic
- StochasticEngine.State - Interface in com.metsci.glimpse.util.math.stochastic
- StochasticEngineLcp - Class in com.metsci.glimpse.util.math.stochastic
-
This engine is based around the same Linear Congruential Pseudorandom (LCP) number generator used in java.util.Random.
- StochasticEngineLcp(StochasticEngineLcp.LcpState) - Constructor for class com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp
- StochasticEngineLcp.LcpState - Class in com.metsci.glimpse.util.math.stochastic
- StochasticEngineMersenne - Class in com.metsci.glimpse.util.math.stochastic
-
Modified from a C-program for MT19937 by Takuji Nishimura and Makoto Matsumoto.
- stop() - Method in class com.metsci.glimpse.core.painter.track.Pulsator
- stop() - Method in class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- stopOnWindowClosing(Window, GLAnimatorControl) - Static method in class com.metsci.glimpse.core.support.FrameUtils
-
Adds a window-closing listener that stops the animator.
- Stopwatch - Class in com.metsci.glimpse.util.logging
- StreamingLinePath - Class in com.metsci.glimpse.core.support.shader.line
- StreamingLinePath() - Constructor for class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- StreamingLinePath(int) - Constructor for class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- string() - Method in interface com.metsci.glimpse.util.primitives.Bytes
- string() - Method in class com.metsci.glimpse.util.primitives.BytesArray
- string() - Method in interface com.metsci.glimpse.util.primitives.Chars
- string() - Method in class com.metsci.glimpse.util.primitives.CharsArray
- string(int, int) - Method in interface com.metsci.glimpse.util.primitives.Bytes
-
Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing).
- string(int, int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- string(int, int) - Method in interface com.metsci.glimpse.util.primitives.Chars
- string(int, int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- StringAttribute() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.StringAttribute
- stringBufferAppend(StringBuffer, String, Object...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Convenience method for formatting and appending data to an existing StringBuffer.
- stringBuilderAppend(StringBuilder, String, Object...) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Convenience method for formatting and appending data to an existing StringBuilder.
- strings - Variable in class com.metsci.glimpse.util.primitives.algorithms.Partitioning.Strings
- Strings(int) - Constructor for class com.metsci.glimpse.util.primitives.algorithms.Partitioning.Strings
- StringUtils - Class in com.metsci.glimpse.util
- stripTrailingZeros(BigDecimal) - Static method in class com.metsci.glimpse.util.GeneralUtils
-
Workaround for bug #6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0").
- subclassPropertyVar(ReadableVar<A>, Class<B>, Function<? super B, ? extends C>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- subclassPropertyVar(ReadableVar<A>, Class<B>, Function<? super B, ? extends C>, C) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- subclassPropertyVar(Var<A>, Class<B>, Function<? super B, ? extends C>, BiFunction<? super B, C, ? extends B>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- subclassPropertyVar(Var<A>, Class<B>, Function<? super B, ? extends C>, BiFunction<? super B, C, ? extends B>, C) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- subclassVar(ReadableVar<A>, Class<B>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- subclassVar(Var<A>, Class<B>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- submitTime_PMILLIS - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkJob
- subtract(double) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Creates a new TimeStamp instance offset from this timestamp by the given amount.
- subtract(double) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- subtract(double) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- subtract(double) - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- suffix - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTextStyle
- suggestedPpvMultiplier() - Method in class com.metsci.glimpse.dnc.proj.DncEquirectProjection
- suggestedPpvMultiplier() - Method in class com.metsci.glimpse.dnc.proj.DncMercatorProjection
- suggestedPpvMultiplier() - Method in interface com.metsci.glimpse.dnc.proj.DncProjection
- suggestedPpvMultiplier() - Method in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- sum(int...) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- summer - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- superscriptTwo - Static variable in class com.metsci.glimpse.util.StringUtils
- suShownAsDays - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsDegrees - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsFeet - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsHours - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsKiloyards - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsKnots - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsMeters - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsMetersPerSecond - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsMicroseconds - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsMilliseconds - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsMinutes - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsNauticalMiles - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsNavigationDegrees - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsSeconds - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsWeeks - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suShownAsYards - Static variable in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- suToDays - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- suToHertz - Static variable in class com.metsci.glimpse.util.units.Frequency
- suToHours - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToInches - Static variable in class com.metsci.glimpse.util.units.Length
- suToKilohertz - Static variable in class com.metsci.glimpse.util.units.Frequency
- suToKilometers - Static variable in class com.metsci.glimpse.util.units.Length
- suToKiloyards - Static variable in class com.metsci.glimpse.util.units.Length
- suToKnots - Static variable in class com.metsci.glimpse.util.units.Speed
- suToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- suToMetersPerSecond - Static variable in class com.metsci.glimpse.util.units.Speed
- suToMicroseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToMillimeters - Static variable in class com.metsci.glimpse.util.units.Length
- suToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToMinutes - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToNauticalMiles - Static variable in class com.metsci.glimpse.util.units.Length
- suToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToWeeks - Static variable in class com.metsci.glimpse.util.units.time.Time
- suToYards - Static variable in class com.metsci.glimpse.util.units.Length
- sVbo(GlimpseContext) - Method in class com.metsci.glimpse.core.gl.texture.FloatTexture2D
- svgLoader - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymTheme
- SW - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- swap(int, int) - Method in class com.metsci.glimpse.util.primitives.algorithms.GenericSorting.Swapper
- Swapper() - Constructor for class com.metsci.glimpse.util.primitives.algorithms.GenericSorting.Swapper
- SwingEDTAnimator - Class in com.metsci.glimpse.core.support.swing
-
An FPSAnimator-like class which performs rendering on the Swing EDT.
- SwingEDTAnimator(double) - Constructor for class com.metsci.glimpse.core.support.swing.SwingEDTAnimator
- SwingGlimpseCanvas - Class in com.metsci.glimpse.core.canvas
-
Deprecated.
- SwingGlimpseCanvas() - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- SwingGlimpseCanvas(boolean, GLProfile, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.Use
SwingGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingGlimpseCanvas(boolean, String, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.Use
SwingGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingGlimpseCanvas(GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- SwingGlimpseCanvas(GLProfile) - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- SwingGlimpseCanvas(GLProfile, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.Use
SwingGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingGlimpseCanvas(String, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.Use
SwingGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - swingInvokeLater(ThrowingRunnable) - Static method in class com.metsci.glimpse.core.support.QuickUtils
-
Like
SwingUtilities.invokeLater(Runnable)
, but allows the runnable to throw checked exceptions. - SwingLightweightGlimpseCanvas - Class in com.metsci.glimpse.core.canvas
-
Deprecated.
- SwingLightweightGlimpseCanvas() - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- SwingLightweightGlimpseCanvas(boolean, GLProfile, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.Use
SwingLightweightGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingLightweightGlimpseCanvas(boolean, String, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.Use
SwingLightweightGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingLightweightGlimpseCanvas(GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- SwingLightweightGlimpseCanvas(GLProfile) - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- SwingLightweightGlimpseCanvas(GLProfile, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.Use
SwingLightweightGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingLightweightGlimpseCanvas(String, GLContext) - Constructor for class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.Use
SwingLightweightGlimpseCanvas(GLContext)
instead. The context implicitly provides a GLProfile. - SwingLookAndFeel - Class in com.metsci.glimpse.core.support.settings
- SwingLookAndFeel() - Constructor for class com.metsci.glimpse.core.support.settings.SwingLookAndFeel
- SwingMoveCanvasTest - Class in com.metsci.glimpse.core.examples.misc
-
Tests the capability of SwingGlimpseCanvas to move between JFrames.
- SwingMoveCanvasTest() - Constructor for class com.metsci.glimpse.core.examples.misc.SwingMoveCanvasTest
- swingRun(DockingUtils.Runnable1<T>, T) - Static method in class com.metsci.glimpse.docking.DockingUtils
- swingRun(Runnable) - Static method in class com.metsci.glimpse.docking.DockingUtils
- swipeDetected(GlimpseSwipeGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener1D
- swipeDetected(GlimpseSwipeGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- swipeDetected(GlimpseSwipeGestureEvent) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureAdapter
- swipeDetected(GlimpseSwipeGestureEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseGestureListener
- swipeDetected(GlimpseSwipeGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- swipeDetected(GlimpseSwipeGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- swipeDetected0(I) - Method in class com.metsci.glimpse.core.event.touch.GestureWrapper
- symbolId - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
- symbolType - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLineAreaStyle
T
- Tag - Class in com.metsci.glimpse.core.axis.tagged
-
A labeled marker on a
TaggedAxis1D
. - Tag(Tag) - Constructor for class com.metsci.glimpse.core.axis.tagged.Tag
- Tag(String) - Constructor for class com.metsci.glimpse.core.axis.tagged.Tag
- Tag(String, double) - Constructor for class com.metsci.glimpse.core.axis.tagged.Tag
- TAG_COLOR_ATTR - Static variable in class com.metsci.glimpse.core.axis.tagged.Tag
-
Special tag value for setting the display color of a Tag.
- TAG_FRACTIONS_TEXUNIT - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- TAG_VALUES_TEXUNIT - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- TaggedAxis1D - Class in com.metsci.glimpse.core.axis.tagged
-
An Axis1D which keeps track of a set of labeled locations along the axis.
- TaggedAxis1D() - Constructor for class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- TaggedAxis1D(Axis1D) - Constructor for class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- TaggedAxisListener1D - Class in com.metsci.glimpse.core.axis.tagged
-
An AxisListener1D which only reports when axis tags have changed.
- TaggedAxisListener1D() - Constructor for class com.metsci.glimpse.core.axis.tagged.TaggedAxisListener1D
- TaggedAxisMouseListener1D - Class in com.metsci.glimpse.core.axis.tagged
-
A mouse listener which allows adjustment of the
Tag
values of aTaggedAxis1D
via mouse gestures. - TaggedAxisMouseListener1D() - Constructor for class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- TaggedAxisMouseListener1D(int) - Constructor for class com.metsci.glimpse.core.axis.tagged.TaggedAxisMouseListener1D
- TaggedColorAxisPlot2D - Class in com.metsci.glimpse.core.plot
- TaggedColorAxisPlot2D() - Constructor for class com.metsci.glimpse.core.plot.TaggedColorAxisPlot2D
- TaggedColorXAxisPainter - Class in com.metsci.glimpse.core.axis.tagged.painter
-
A horizontal (x) axis painter which displays positions of tags on top of a color scale.
- TaggedColorXAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorXAxisPainter
- TaggedColorYAxisPainter - Class in com.metsci.glimpse.core.axis.tagged.painter
-
A vertical (y) axis painter which displays positions of tags on top of a color scale.
- TaggedColorYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
- TaggedHeatMapExample - Class in com.metsci.glimpse.core.examples.heatmap
-
A variant of the basic HeatMapExample with tagged axes for controlling the color scale.
- TaggedHeatMapExample() - Constructor for class com.metsci.glimpse.core.examples.heatmap.TaggedHeatMapExample
- TaggedHeatMapPainter - Class in com.metsci.glimpse.core.painter.texture
-
A HeatMapPainter whose coloring is controlled via a
TaggedAxis1D
. - TaggedHeatMapPainter(TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.painter.texture.TaggedHeatMapPainter
- TaggedPartialColorXAxisPainter - Class in com.metsci.glimpse.core.axis.tagged.painter
-
A horizontal (x) axis painter which displays positions of tags in addition to tick marks and labels.
- TaggedPartialColorXAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.tagged.painter.TaggedPartialColorXAxisPainter
- TaggedPartialColorYAxisPainter - Class in com.metsci.glimpse.core.axis.tagged.painter
-
A vertical (y) axis painter which displays positions of tags in addition to tick marks and labels.
- TaggedPartialColorYAxisPainter(AxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.tagged.painter.TaggedPartialColorYAxisPainter
- TaggedPointAttributeColorSizeProgram - Class in com.metsci.glimpse.core.support.shader.point
- TaggedPointAttributeColorSizeProgram(int, int, TaggedAxis1D, TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.support.shader.point.TaggedPointAttributeColorSizeProgram
- TaggedShadedPointPainter - Class in com.metsci.glimpse.core.painter.shape
- TaggedShadedPointPainter(TaggedAxis1D, TaggedAxis1D) - Constructor for class com.metsci.glimpse.core.painter.shape.TaggedShadedPointPainter
- TagState - Class in com.metsci.glimpse.core.painter.texture
- TagState(float, float) - Constructor for class com.metsci.glimpse.core.painter.texture.TagState
- tagsUpdated(TaggedAxis1D) - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxisListener1D
- tagValueComparator - Static variable in class com.metsci.glimpse.core.axis.tagged.Tag
- take() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- takeNewValue(BlockingQueue<V>, V) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- Tan - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tan
- Tan1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tan1
- Tan2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tan2
- Tan4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tan4
- tangentLat_DEG - Variable in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- tangentLon_DEG - Variable in class com.metsci.glimpse.dnc.proj.DncTangentPlane
- TangentPlane - Class in com.metsci.glimpse.util.geo.projection
-
Implementation of GeoProjection via a plane which is tangent to the Earth and maps x, y coordinates on the plane to/from lat/lon pairs.
- TangentPlane(LatLonGeo) - Constructor for class com.metsci.glimpse.util.geo.projection.TangentPlane
-
Create tangent plane mapping latLon to 0,0 on plane.
- TangentPlane(LatLonGeo, double, double) - Constructor for class com.metsci.glimpse.util.geo.projection.TangentPlane
-
Create tangent plane mapping latLon to x, y on plane.
- tapDetected(GlimpseTapGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener1D
- tapDetected(GlimpseTapGestureEvent) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener2D
- tapDetected(GlimpseTapGestureEvent) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureAdapter
- tapDetected(GlimpseTapGestureEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseGestureListener
- tapDetected(GlimpseTapGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- tapDetected(GlimpseTapGestureEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- tapDetected0(I) - Method in class com.metsci.glimpse.core.event.touch.GestureWrapper
- TargetStackMatcher - Interface in com.metsci.glimpse.core.layout.matcher
- TargetStackUtil - Class in com.metsci.glimpse.core.context
-
Utility method for manipulating
GlimpseTargetStack
instances. - TargetStackUtil() - Constructor for class com.metsci.glimpse.core.context.TargetStackUtil
- tb - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Bottom texture coordinate.
- TemporalSelectionListener<T> - Interface in com.metsci.glimpse.core.support.selection
- TerminationException - Exception in com.metsci.glimpse.util.concurrent
- TerminationException() - Constructor for exception com.metsci.glimpse.util.concurrent.TerminationException
- TerminationFlag - Interface in com.metsci.glimpse.util.concurrent
-
Similar to the interrupt flag built into each thread, but allows for more customizable behavior.
- TerminationFlagImpl - Class in com.metsci.glimpse.util.concurrent
- TerminationFlagImpl() - Constructor for class com.metsci.glimpse.util.concurrent.TerminationFlagImpl
- terms - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- terrain - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- TerseLogFormatter - Class in com.metsci.glimpse.util.logging.format
-
Produces "Terse" Log Messages which fit on one line and include just the level, method, class name, and raw message.
- TerseLogFormatter() - Constructor for class com.metsci.glimpse.util.logging.format.TerseLogFormatter
- TerseMethodNameLogFormatter - Class in com.metsci.glimpse.util.logging.format
-
Produces "Terse" Log Messages which fit on one line and include just the level, method, class name, and raw message.
- TerseMethodNameLogFormatter() - Constructor for class com.metsci.glimpse.util.logging.format.TerseMethodNameLogFormatter
- tessellate(Polygon, VertexAccumulator) - Method in class com.metsci.glimpse.core.support.polygon.PolygonTessellator
- TessellatedPolygon(Polygon, float[]) - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter.TessellatedPolygon
- TessellatedPolygon(Polygon, PolygonTessellator) - Constructor for class com.metsci.glimpse.core.painter.shape.PolygonPainter.TessellatedPolygon
- TessellationException() - Constructor for exception com.metsci.glimpse.core.support.polygon.PolygonTessellator.TessellationException
- TEX_COORD_ATTR - Static variable in class com.metsci.glimpse.core.axis.tagged.Tag
-
Special tag value used by TaggedHeatMapPainter to indicate which part of a
ColorGradient
a Tag should be associated with. - text - Variable in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- text - Variable in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
The text to display on this line.
- text - Variable in class com.metsci.glimpse.dnc.facc.FaccAttr
- text - Variable in class com.metsci.glimpse.dnc.facc.FaccFeature
- TextBoundingBox(String, float, float, float, float, float) - Constructor for class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
- textCenter - Variable in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- TextDrawInfo - Class in com.metsci.glimpse.core.plot.timeline.event.paint
- TextDrawInfo(String, float[], int, int, double, double) - Constructor for class com.metsci.glimpse.core.plot.timeline.event.paint.TextDrawInfo
- textFont - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- TextRenderer - Class in com.metsci.glimpse.com.jogamp.opengl.util.awt
-
Utility for rendering bitmapped Java 2D text into an OpenGL window.
- TextRenderer(Font) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Constructs a
TextRenderer
. - TextRenderer(Font, boolean) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Constructs a
TextRenderer
with optional mipmapping. - TextRenderer(Font, boolean, boolean) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Constructs a
TextRenderer
with optional text properties. - TextRenderer(Font, boolean, boolean, TextRenderer.RenderDelegate) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Constructs a
TextRenderer
with optional text properties and a render delegate. - TextRenderer(Font, boolean, boolean, TextRenderer.RenderDelegate, boolean) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Constructs a
TextRenderer
with optional text properties, a render delegate, and mipmapping. - TextRenderer(Font, boolean, boolean, TextRenderer.RenderDelegate, boolean, Character.UnicodeBlock) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextRenderer
-
Constructs a
TextRenderer
with optional text properties, a render delegate, mipmapping, and a range of characters. - TextRenderer.DefaultRenderDelegate - Class in com.metsci.glimpse.com.jogamp.opengl.util.awt
-
Simple render delegate if one is not specified by the user.
- TextRenderer.RenderDelegate - Interface in com.metsci.glimpse.com.jogamp.opengl.util.awt
-
Utility supporting more full control over rendering the bitmapped text.
- textStyle - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymIo.DncGeosymLabelJoin
- textStyle - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker.DncGeosymLabelMakerEntry
- TexturableImage - Class in com.metsci.glimpse.dnc.util
- TexturableImage(int, int) - Constructor for class com.metsci.glimpse.dnc.util.TexturableImage
- texture - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
- Texture - Interface in com.metsci.glimpse.core.gl.texture
-
Wrapper interface for an OpenGL texture.
- TEXTURE1D - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram.ProgramHandles
- TEXTURE2D - Variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram.ProgramHandles
- TextureAtlas - Class in com.metsci.glimpse.core.support.atlas
-
Stores a large number of images or icons which are packed into a single OpenGL texture.
- TextureAtlas() - Constructor for class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Constructs a new TextureAtlas with default initial width and height, with smoothing enabled.
- TextureAtlas(int, int) - Constructor for class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Constructs a new TextureAtlas with the provided initial width and height in pixels, with smoothing enabled.
- TextureAtlas(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.atlas.TextureAtlas
-
Constructs a new TextureAtlas with the provided initial width and height in pixels.
- TextureAtlasExample - Class in com.metsci.glimpse.core.examples.icon
- TextureAtlasExample() - Constructor for class com.metsci.glimpse.core.examples.icon.TextureAtlasExample
- TextureAtlasExample.SimpleIconPainter - Class in com.metsci.glimpse.core.examples.icon
- TextureAtlasUpdateListener - Interface in com.metsci.glimpse.core.support.atlas.support
-
Interface for notification of TextureAtlas events.
- textureDataType - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
- textureHandle - Variable in class com.metsci.glimpse.dnc.DncIconAtlases.DncDeviceIconAtlas
- textureHandle - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- textureHeight - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- textureImage - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncHostAtlas
- textureImage - Variable in class com.metsci.glimpse.dnc.DncIconAtlases.DncHostIconAtlas
- textureImage - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncHostLabelAtlas
- TextureProjected2D - Class in com.metsci.glimpse.core.support.texture
- TextureProjected2D(int, int, boolean) - Constructor for class com.metsci.glimpse.core.support.texture.TextureProjected2D
- TextureRenderer - Class in com.metsci.glimpse.com.jogamp.opengl.util.awt
- TextureRenderer - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
- TextureRenderer(int, int, boolean) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- TextureRenderer(int, int, boolean, boolean) - Constructor for class com.metsci.glimpse.com.jogamp.opengl.util.awt.TextureRenderer
- TextureRenderer.EventListener - Interface in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Observer of a
GlyphRenderer
. - TextureRenderer.EventType - Enum in com.metsci.glimpse.jogamp.opengl.util.awt.text
-
Type of event fired from the renderer.
- TextureRenderers - Class in com.metsci.glimpse.jogamp.opengl.util.awt.text
- TextureUnit<D extends Texture> - Class in com.metsci.glimpse.core.painter.texture
- TextureUnit(int, D) - Constructor for class com.metsci.glimpse.core.painter.texture.TextureUnit
- TextureUnit(D) - Constructor for class com.metsci.glimpse.core.painter.texture.TextureUnit
- textureWidth - Variable in class com.metsci.glimpse.dnc.DncLabelAtlases.DncDeviceLabelAtlas
- theme() - Method in interface com.metsci.glimpse.docking.DockingGroup
- theme() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- thickness_PX - Variable in class com.metsci.glimpse.core.support.shader.line.LineStyle
-
The thickness of the ideal bounds of the line.
- third() - Method in class com.metsci.glimpse.util.Triplet
-
Returns the third element.
- Thistle - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Thistle
- Thistle1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Thistle1
- Thistle2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Thistle2
- Thistle3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Thistle3
- Thistle4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Thistle4
- threeColorFade(float[], float[], float[]) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- ThrowingConsumer<T> - Interface in com.metsci.glimpse.util
- ThrowingFunction<T,R> - Interface in com.metsci.glimpse.util
- ThrowingRunnable - Interface in com.metsci.glimpse.util
- ThrowingSupplier<T> - Interface in com.metsci.glimpse.util
- TICK_TIME_MILLIS - Static variable in class com.metsci.glimpse.core.plot.timeline.animate.DragManager
- TickInfo() - Constructor for class com.metsci.glimpse.core.axis.painter.NumericAxisPainter.TickInfo
- tickInterval_Days(double) - Static method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- tickInterval_SU(double) - Static method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- ticks - Variable in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter.TickInfo
- tile - Variable in class com.metsci.glimpse.docking.LandingRegions.InExistingTile
- tile - Variable in class com.metsci.glimpse.docking.LandingRegions.LastInExistingTile
- Tile - Class in com.metsci.glimpse.docking
- Tile() - Constructor for class com.metsci.glimpse.docking.Tile
- TileAdapter - Class in com.metsci.glimpse.docking
- TileAdapter() - Constructor for class com.metsci.glimpse.docking.TileAdapter
- tileBounds(int, int) - Method in class com.metsci.glimpse.topo.TopoLevel
- tileFactory() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- TileFactory - Interface in com.metsci.glimpse.docking
- TileFactoryStandard - Class in com.metsci.glimpse.docking
- TileFactoryStandard(DockingGroupBase) - Constructor for class com.metsci.glimpse.docking.TileFactoryStandard
- TileImpl - Class in com.metsci.glimpse.docking
- TileImpl(DockingTheme, TileImpl.TabComponentFactory, Component[]) - Constructor for class com.metsci.glimpse.docking.TileImpl
- TileImpl.TabComponentFactory - Interface in com.metsci.glimpse.docking
- TileKey - Class in com.metsci.glimpse.core.painter.geo
-
A bounding box for a tile.
- TileKey(double, double, double, double, double) - Constructor for class com.metsci.glimpse.core.painter.geo.TileKey
- TileListener - Interface in com.metsci.glimpse.docking
- tileNum - Variable in class com.metsci.glimpse.topo.ShadedReliefTileCache.ReliefTileKey
- tileNum - Variable in class com.metsci.glimpse.topo.TopoTileKey
- TilePainter<V> - Class in com.metsci.glimpse.core.painter.geo
-
Paints a geo with tiled data.
- TilePainter(GeoProjection) - Constructor for class com.metsci.glimpse.core.painter.geo.TilePainter
- tileWidth_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- tileXfersPerFrame - Variable in class com.metsci.glimpse.topo.TopoPainterConfig
- Time - Class in com.metsci.glimpse.util.units.time
- Time() - Constructor for class com.metsci.glimpse.util.units.time.Time
- TimeAxisLabelHandler - Interface in com.metsci.glimpse.core.axis.painter.label.time
- TimeAxisMouseListener1D - Class in com.metsci.glimpse.core.plot.timeline.listener
- TimeAxisMouseListener1D(StackedTimePlot2D) - Constructor for class com.metsci.glimpse.core.plot.timeline.listener.TimeAxisMouseListener1D
- TimeAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A painter for displaying timeline axes.
- TimeAxisPainter(TimeAxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- TimeCount - Static variable in class com.metsci.glimpse.core.examples.track.StaticTrackPainterExample
- TimelineInfo - Class in com.metsci.glimpse.core.plot.timeline.layout
- TimelineInfo(StackedTimePlot2D, PlotInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- TimePlotInfo - Interface in com.metsci.glimpse.core.plot.timeline.layout
-
A handle to one of the plotting areas making up a
StackedTimePlot2D
. - TimePlotInfoImpl - Class in com.metsci.glimpse.core.plot.timeline.layout
- TimePlotInfoImpl(StackedTimePlot2D, PlotInfo, GlimpseAxisLayout2D, GlimpseLayout, DataAxisMouseListener1D, GridPainter, NumericXYAxisPainter, SimpleTextPainter, BorderPainter, BorderPainter, BackgroundPainter, DelegatePainter) - Constructor for class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- TimePlotInfoWrapper - Class in com.metsci.glimpse.core.plot.timeline.layout
- TimePlotInfoWrapper(TimePlotInfo) - Constructor for class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoWrapper
- TimeShadedPointPainter - Class in com.metsci.glimpse.core.painter.shape
-
A Scatterplot point painter which associates a time with each data point.
- TimeShadedPointPainter(Axis1D, Axis1D) - Constructor for class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
- timeSince_MILLIS(long) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- TimeSpan - Class in com.metsci.glimpse.core.plot.timeline.data
- TimeSpan(TimeStamp, TimeStamp) - Constructor for class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- TimeStamp - Class in com.metsci.glimpse.util.units.time
- TimeStampFactory<T extends TimeStamp> - Interface in com.metsci.glimpse.util.units.time
- TimeStampFormat - Interface in com.metsci.glimpse.util.units.time.format
- TimeStampFormatStandard - Class in com.metsci.glimpse.util.units.time.format
-
Formats and parses TimeStamps according to a specified format string, in the spirit of trusty old printf.
- TimeStampFormatStandard(String, String) - Constructor for class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- TimeStampFormatStandard(String, String, int) - Constructor for class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- TimeStampFormatStandard(String, TimeZone) - Constructor for class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- TimeStampFormatStandard(String, TimeZone, int) - Constructor for class com.metsci.glimpse.util.units.time.format.TimeStampFormatStandard
- TimestampingLogFormatter - Class in com.metsci.glimpse.util.logging.format
-
Extends TerseLogFormatter to include a timestamp before each line.
- TimestampingLogFormatter() - Constructor for class com.metsci.glimpse.util.logging.format.TimestampingLogFormatter
- TimestampingMethodNameLogFormatter - Class in com.metsci.glimpse.util.logging.format
-
Extends TerseLogFormatter to include a timestamp before each line.
- TimestampingMethodNameLogFormatter() - Constructor for class com.metsci.glimpse.util.logging.format.TimestampingMethodNameLogFormatter
- TimeStampParseException - Exception in com.metsci.glimpse.util.units.time.format
- TimeStampParseException(String) - Constructor for exception com.metsci.glimpse.util.units.time.format.TimeStampParseException
- TimeStampParseException(String, String) - Constructor for exception com.metsci.glimpse.util.units.time.format.TimeStampParseException
- TimeStampParseException(String, Throwable) - Constructor for exception com.metsci.glimpse.util.units.time.format.TimeStampParseException
- TimeStampPosixMicrosInt64 - Class in com.metsci.glimpse.util.units.time
-
A TimeStamp implementation that stores the number of microseconds since the epoch (1970-01-01 00:00:00 UTC) as a long.
- TimeStampPosixMillisInt64 - Class in com.metsci.glimpse.util.units.time
-
A TimeStamp implementation that stores the number of milliseconds since the epoch (1970-01-01 00:00:00 UTC) as a long.
- TimeStampPosixSecondsFloat64 - Class in com.metsci.glimpse.util.units.time
-
A TimeStamp implementation that stores the number of seconds since the epoch (1970-01-01 00:00:00 UTC) as a double.
- TimeStruct - Class in com.metsci.glimpse.core.axis.painter.label.time
- TimeStruct() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- TimeToolTipHandler - Interface in com.metsci.glimpse.core.plot.timeline.layout
- timeUpdatedConstantVelocity(double) - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
-
Returns the KinematicVector2d produced by time updating with constant velocity motion for for the given amount of time forward.
- TimeUtils - Class in com.metsci.glimpse.util.units.time
- TimeUtils() - Constructor for class com.metsci.glimpse.util.units.time.TimeUtils
- TimeXAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A horizontal (x) time axis painter.
- TimeXAxisPainter(TimeAxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeXAxisPainter
- TimeXAxisPainter(Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeXAxisPainter
- TimeXAxisPainter(TimeZone, Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeXAxisPainter
- TimeYAxisPainter - Class in com.metsci.glimpse.core.axis.painter
-
A vertical (y) time axis painter.
- TimeYAxisPainter(TimeAxisLabelHandler) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeYAxisPainter
- TimeYAxisPainter(Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeYAxisPainter
- TimeYAxisPainter(TimeZone, Epoch) - Constructor for class com.metsci.glimpse.core.axis.painter.TimeYAxisPainter
- tinyLafDockingTheme() - Static method in class com.metsci.glimpse.docking.DockingThemes
- TinyLafUtils - Class in com.metsci.glimpse.tinylaf
- TinyLafUtils() - Constructor for class com.metsci.glimpse.tinylaf.TinyLafUtils
- TinyMenuUI2 - Class in com.metsci.glimpse.tinylaf
- TinyMenuUI2() - Constructor for class com.metsci.glimpse.tinylaf.TinyMenuUI2
- TinyProgressBarUI2 - Class in com.metsci.glimpse.tinylaf
- TinyProgressBarUI2() - Constructor for class com.metsci.glimpse.tinylaf.TinyProgressBarUI2
- TinyTableUI2 - Class in com.metsci.glimpse.tinylaf
- TinyTableUI2() - Constructor for class com.metsci.glimpse.tinylaf.TinyTableUI2
- TinyTableUI2(JComponent) - Constructor for class com.metsci.glimpse.tinylaf.TinyTableUI2
- title - Variable in class com.metsci.glimpse.docking.View
- TITLE_FONT - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- tMax - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- tMin - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- toArray() - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- toArray() - Method in class com.metsci.glimpse.util.vector.Vector2d
- toArray() - Method in class com.metsci.glimpse.util.vector.Vector3d
- toArray(T[]) - Method in class com.metsci.glimpse.dnc.util.SingletonEvictingBlockingQueue
- toArrayList(Iterable<? extends T>) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- toArrNode(MultiSplitPane.Node, Map<DockerArrangementNode, Component>) - Static method in class com.metsci.glimpse.docking.group.DockingGroupUtils
- toAxisUnits(double) - Method in interface com.metsci.glimpse.core.axis.painter.label.AxisUnitConverter
-
Converts from AxisHandler units to AxisPainter display units.
- toBufferedImage() - Method in class com.metsci.glimpse.core.canvas.FBOGlimpseCanvas
- toBufferedImage() - Method in class com.metsci.glimpse.core.support.swing.NewtSwingEDTGlimpseCanvas
- toCalendar() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to a
Calendar
. - toCalendar() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toCalendar() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toCalendar() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- toCcwDeg(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- toCcwRad(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- toColor(float, float[]) - Method in interface com.metsci.glimpse.core.support.colormap.ColorGradient
-
Compute the color for a fraction on [0,1].
- toColor(float, float[]) - Method in class com.metsci.glimpse.core.support.colormap.ColorGradientArray
- toColor(float, float[]) - Method in interface com.metsci.glimpse.core.support.colormap.ColorMap
-
Computes the color to be used to display the given value, and stores the color in the rgba array.
- toColor(float, float[]) - Method in class com.metsci.glimpse.core.support.colormap.ColorMapLinear
- toColor(float, float[]) - Method in class com.metsci.glimpse.core.support.colormap.ColorMapLog
- toColorAwt(float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- toColorHex(float[]) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- toCwDeg(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- toCwRad(double) - Static method in class com.metsci.glimpse.util.units.AngleRelative
- toDate() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to a
Date
. - toDate() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toDate() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toDate() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- toDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to days.
- toDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to days.
- toDeg(double) - Static method in class com.metsci.glimpse.util.units.Angle
- toDeg(double...) - Static method in class com.metsci.glimpse.util.units.Angle
- toDegrees(double, int, boolean) - Static method in class com.metsci.glimpse.util.geo.format.Util
- toDegreesMinutes(double) - Static method in class com.metsci.glimpse.util.geo.format.Util
- toDegreesMinutes(double, int, boolean) - Static method in class com.metsci.glimpse.util.geo.format.Util
- toDegreesMinutesSeconds(double) - Static method in class com.metsci.glimpse.util.geo.format.Util
- toDegreesMinutesSeconds(double, int, boolean) - Static method in class com.metsci.glimpse.util.geo.format.Util
- toEnu(LatLonGeo, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Creates an (east,north,up) representation of this point on the plane tangent to Earth at the given reference point.
- toEnu(LatLonGeo, Datum) - Method in class com.metsci.glimpse.util.geo.LatLonRect
-
Creates an (east,north,up) representation of this point on the plane tangent to Earth at the given reference point.
- toEnu(LatLonRect, LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
-
Computes the (east,north,up) representation of an ECEF-r point given the underlying projection plane's point of tangency.
- toFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to feet.
- toFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to feet.
- toFloat3() - Method in class com.metsci.glimpse.core.support.color.RGBA
- toFloat4() - Method in class com.metsci.glimpse.core.support.color.RGBA
- ToFloatFunction<T> - Interface in com.metsci.glimpse.dnc.util
- toFront() - Method in interface com.metsci.glimpse.docking.DockingWindow
- toGeocentricLatitude(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
-
Projects a geodetic latitude onto a geocentric latitude using a ray through the center of the spheroid.
- toGeodeticLatitude(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
-
Projects a geocentric latitude onto a geodetic latitude using a ray through the center of the sphere.
- toggleSelectionLock(Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- toggleSelectionLock(Axis1D) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- toHertz(double) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from system-units to hertz.
- toHertz(double...) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from system-units to hertz.
- toHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to hours.
- toHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to hours.
- toInches(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to inches.
- toInches(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to inches.
- toInt3() - Method in class com.metsci.glimpse.core.support.color.RGBA
- toInt4() - Method in class com.metsci.glimpse.core.support.color.RGBA
- toKiloeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to kilometers.
- toKilohertz(double) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from system-units to kilohertz
- toKilohertz(double...) - Static method in class com.metsci.glimpse.util.units.Frequency
-
Converts frequency from system-units to kilohertz
- toKilometers(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to kilometers.
- toKiloyards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to kiloyards.
- toKiloyards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to kiloyards.
- toKnots(double) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from system-units to knots.
- toKnots(double...) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from system-units to knots.
- toLatLonGeo(double, double, double) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- toLatLonGeo(double, double, double) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- toLatLonGeo(double, double, double) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphereWgs84Fast
- toLatLonGeo(double, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtil
-
Transformation from ECEF-r to ECEF-g coordinates.
- toLatLonGeo(double, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtilFast
-
Transformation from ECEF-r to ECEF-g coordinates.
- toLatLonGeo(double, double, double, double) - Method in class com.metsci.glimpse.util.math.approx.ApproxSphere
- toLatLonGeo(double, double, double, Datum) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Direct transformation from ECEF-r to ECEF-g coordinates.
- toLatLonGeo(Datum) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- toLatLonGeo(LatLonRect) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- toLatLonGeo(LatLonRect) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- toLatLonRect(double, double, double) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- toLatLonRect(double, double, double) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- toLatLonRect(double, double, double, double) - Static method in class com.metsci.glimpse.util.geo.util.SphereUtil
-
Transformation from ECEF-g to ECEF-r coordinates.
- toLatLonRect(double, double, double, Datum) - Static method in class com.metsci.glimpse.util.geo.util.SpheroidUtil
-
Transformation from ECEF-g to ECEF-r coordinates.
- toLatLonRect(Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Treats this
LatLonGeo
as an ECEF-g coordinate in the givenDatum
for the purpose of converting it to an ECEF-r coordinate in the form of a newly constructedLatLonRect
. - toLatLonRect(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- toLatLonRect(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
- toLongString(String) - Method in class com.metsci.glimpse.topo.io.TopoDataFile
- toLongString(String) - Method in class com.metsci.glimpse.topo.TopoPainterConfig
- toMathDeg(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- toMathRad(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- Tomato - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tomato
- Tomato2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tomato2
- Tomato3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tomato3
- Tomato4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Tomato4
- toMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to meters.
- toMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to meters.
- toMetersPerSecond(double) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from system-units to meters-per-second.
- toMetersPerSecond(double...) - Static method in class com.metsci.glimpse.util.units.Speed
-
Converts speed from system-units to meters-per-second.
- toMicroseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to microseconds.
- toMicroseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to microseconds.
- toMillimeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to millimeters.
- toMillimeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to millimeters.
- toMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to milliseconds.
- toMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to milliseconds.
- toMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to minutes.
- toMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to minutes.
- toNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to nautical-miles.
- toNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to nautical-miles.
- toNavDeg(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- toNavRad(double) - Static method in class com.metsci.glimpse.util.units.Azimuth
- toolbar - Variable in class com.metsci.glimpse.docking.View
- tooltip - Variable in class com.metsci.glimpse.docking.View
- TOOLTIP_BACKGROUND_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- TOOLTIP_TEXT_COLOR - Static variable in class com.metsci.glimpse.core.support.settings.AbstractLookAndFeel
- TooltipPainter - Class in com.metsci.glimpse.core.painter.info
-
Displays tool tip text at a specified position.
- TooltipPainter() - Constructor for class com.metsci.glimpse.core.painter.info.TooltipPainter
- TooltipPainter(TextureAtlas) - Constructor for class com.metsci.glimpse.core.painter.info.TooltipPainter
- top - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragInfo
- top - Variable in class com.metsci.glimpse.core.plot.timeline.animate.DragKey
- Top - com.metsci.glimpse.core.painter.info.SimpleTextPainter.VerticalPosition
- Top - com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisOrientation
- TOP - com.metsci.glimpse.docking.Side
- topLeft - Static variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- TOPO_COLORMAP_MAX_VALUE - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- TOPO_COLORMAP_MAX_VALUE - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- TOPO_COLORMAP_TEX_UNIT - Variable in class com.metsci.glimpse.topo.EquirectTopoProgram.Handles
- TOPO_COLORMAP_TEX_UNIT - Variable in class com.metsci.glimpse.topo.MercatorTopoProgram.Handles
- TOPO_F4 - com.metsci.glimpse.topo.io.TopoDataType
- TOPO_I2 - com.metsci.glimpse.topo.io.TopoDataType
- TOPO_METERS - com.metsci.glimpse.topo.io.TopoDataUnits
- TopoCache - Class in com.metsci.glimpse.topo.io
- TopoCache() - Constructor for class com.metsci.glimpse.topo.io.TopoCache
- topoCacheDataset(TopoDataFile) - Static method in class com.metsci.glimpse.topo.io.TopoCache
- topoCacheDataset(TopoDataFile, File) - Static method in class com.metsci.glimpse.topo.io.TopoCache
- topoCacheFormatVersion - Static variable in class com.metsci.glimpse.topo.io.TopoCache
- topoColorGradient - Static variable in class com.metsci.glimpse.topo.TopoColorUtils
- topoColormapMaxValue - Static variable in class com.metsci.glimpse.topo.TopoColorUtils
- topoColorsStepped - Static variable in class com.metsci.glimpse.topo.TopoColorUtils
-
Colors as a function of bathymetry and topography.
- topoColorTable() - Static method in class com.metsci.glimpse.topo.TopoColorUtils
- TopoColorUtils - Class in com.metsci.glimpse.topo
- TopoColorUtils() - Constructor for class com.metsci.glimpse.topo.TopoColorUtils
- topoConfigHashFn - Static variable in class com.metsci.glimpse.topo.io.TopoCache
-
We're not trying to protect against deliberate collisions, and we don't need anything super fast -- but ubiquity and stability over time are important.
- topoConfigString(TopoDataFile) - Static method in class com.metsci.glimpse.topo.io.TopoCache
- TopoDataFile - Class in com.metsci.glimpse.topo.io
- TopoDataFile(int, int, double, double, double, File, TopoDataType, ByteOrder, TopoDataUnits) - Constructor for class com.metsci.glimpse.topo.io.TopoDataFile
- topoDataFileRoots - Static variable in class com.metsci.glimpse.topo.io.TopoDataPaths
- topoDataFileSuffixes - Static variable in class com.metsci.glimpse.topo.io.TopoDataPaths
- TopoDataPaths - Class in com.metsci.glimpse.topo.io
- TopoDataPaths() - Constructor for class com.metsci.glimpse.topo.io.TopoDataPaths
- TopoDataset - Class in com.metsci.glimpse.topo.io
- TopoDataset(Collection<? extends TopoDataFile>) - Constructor for class com.metsci.glimpse.topo.io.TopoDataset
- TopoDataType - Enum in com.metsci.glimpse.topo.io
- TopoDataUnits - Enum in com.metsci.glimpse.topo.io
- TopoDeviceTile - Class in com.metsci.glimpse.topo
- TopoDeviceTile(double, double, double, double, int, TopoDataType, int, int, long) - Constructor for class com.metsci.glimpse.topo.TopoDeviceTile
- topography - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- TopographyData - Class in com.metsci.glimpse.charts.bathy
- TopographyData() - Constructor for class com.metsci.glimpse.charts.bathy.TopographyData
- TopoHostTile - Class in com.metsci.glimpse.topo
- TopoHostTile(double, double, double, double, int, int, ByteBuffer, TopoDataType, double, long) - Constructor for class com.metsci.glimpse.topo.TopoHostTile
- TopoLevel - Class in com.metsci.glimpse.topo
- TopoLevel(TopoDataFile, int, int) - Constructor for class com.metsci.glimpse.topo.TopoLevel
- TopoLevelSet - Class in com.metsci.glimpse.topo
- TopoPainterConfig - Class in com.metsci.glimpse.topo
- TopoPainterConfig(int, int, int, int, int, boolean, boolean) - Constructor for class com.metsci.glimpse.topo.TopoPainterConfig
- topoPainterConfig_DEFAULT - Static variable in class com.metsci.glimpse.topo.TopoPainterConfig
- TopoParseException - Exception in com.metsci.glimpse.topo.io
- TopoParseException(String) - Constructor for exception com.metsci.glimpse.topo.io.TopoParseException
- TopoParseException(String, Throwable) - Constructor for exception com.metsci.glimpse.topo.io.TopoParseException
- TopoParseException(Throwable) - Constructor for exception com.metsci.glimpse.topo.io.TopoParseException
- TopoQuickUtils - Class in com.metsci.glimpse.topo
- TopoQuickUtils() - Constructor for class com.metsci.glimpse.topo.TopoQuickUtils
- TopoReader - Class in com.metsci.glimpse.topo.io
- TopoReader() - Constructor for class com.metsci.glimpse.topo.io.TopoReader
- toPosixMicros() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to posix microseconds.
- toPosixMicros() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toPosixMicros() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toPosixMicros() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- toPosixMillis() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to posix milliseconds.
- toPosixMillis() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toPosixMillis() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toPosixMillis() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- toPosixMillis(double) - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
-
Converts a value along an Axis1D into an absolute time by interpreting the values along the Axis1D as offsets in seconds from the point in time represented by this Epoch.
- toPosixNanos() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to posix nanoseconds.
- toPosixNanos() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toPosixNanos() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toPosixNanos() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- toPosixSeconds() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to posix seconds.
- toPosixSeconds() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toPosixSeconds() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toPosixSeconds() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- toPosixSecondsExact() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this TimeStamp to posix seconds.
- toPosixSecondsExact() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMicrosInt64
- toPosixSecondsExact() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixMillisInt64
- toPosixSecondsExact() - Method in class com.metsci.glimpse.util.units.time.TimeStampPosixSecondsFloat64
- TopoTileBounds - Class in com.metsci.glimpse.topo
- TopoTileBounds(int, int, double, double, int, int, double, double) - Constructor for class com.metsci.glimpse.topo.TopoTileBounds
- TopoTileCache - Class in com.metsci.glimpse.topo
- TopoTileCache(TopoDataset, NormalCylindricalProjection, TopoPainterConfig) - Constructor for class com.metsci.glimpse.topo.TopoTileCache
- TopoTileKey - Class in com.metsci.glimpse.topo
- TopoTileKey(int, int, int) - Constructor for class com.metsci.glimpse.topo.TopoTileKey
- TopoUtils - Class in com.metsci.glimpse.topo
- TopoUtils() - Constructor for class com.metsci.glimpse.topo.TopoUtils
- TopoWriter - Class in com.metsci.glimpse.topo.io
- TopoWriter() - Constructor for class com.metsci.glimpse.topo.io.TopoWriter
- topRight - Static variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- toRad(double) - Static method in class com.metsci.glimpse.util.units.Angle
- toRad(double...) - Static method in class com.metsci.glimpse.util.units.Angle
- toSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to seconds.
- toSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to seconds.
- toShape() - Method in class com.metsci.glimpse.charts.shoreline.LandFile
- toShape() - Method in interface com.metsci.glimpse.charts.shoreline.LandShapeCapable
- toShape() - Method in class com.metsci.glimpse.charts.shoreline.ndgc.NgdcFile2
- toString() - Method in class com.metsci.glimpse.core.axis.Axis1D
- toString() - Method in class com.metsci.glimpse.core.axis.Axis2D
- toString() - Method in class com.metsci.glimpse.core.axis.Axis3D
- toString() - Method in class com.metsci.glimpse.core.axis.tagged.Tag
- toString() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- toString() - Method in class com.metsci.glimpse.core.canvas.NewtSwingGlimpseCanvas
- toString() - Method in class com.metsci.glimpse.core.canvas.SwingGlimpseCanvas
-
Deprecated.
- toString() - Method in class com.metsci.glimpse.core.canvas.SwingLightweightGlimpseCanvas
-
Deprecated.
- toString() - Method in class com.metsci.glimpse.core.context.GlimpseBounds
- toString() - Method in class com.metsci.glimpse.core.context.GlimpseContextImpl
- toString() - Method in class com.metsci.glimpse.core.context.GlimpseTargetStackImpl
- toString() - Method in class com.metsci.glimpse.core.event.key.GlimpseKeyEvent
- toString() - Method in class com.metsci.glimpse.core.event.mouse.GlimpseMouseEvent
- toString() - Method in class com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
- toString() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- toString() - Method in class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
- toString() - Method in class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
- toString() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTapGestureEvent
- toString() - Method in class com.metsci.glimpse.core.event.touch.GlimpseTouchEvent
- toString() - Method in class com.metsci.glimpse.core.layout.GlimpseLayout
- toString() - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- toString() - Method in class com.metsci.glimpse.core.painter.geo.TileKey
- toString() - Method in class com.metsci.glimpse.core.painter.texture.TagState
- toString() - Method in class com.metsci.glimpse.core.painter.track.Point
- toString() - Method in class com.metsci.glimpse.core.plot.ColorAxisPlot2D
- toString() - Method in class com.metsci.glimpse.core.plot.MapPlot2D
- toString() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- toString() - Method in class com.metsci.glimpse.core.plot.Plot2D
- toString() - Method in class com.metsci.glimpse.core.plot.SimplePlot2D
- toString() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- toString() - Method in class com.metsci.glimpse.core.plot.timeline.data.EventSelection
- toString() - Method in class com.metsci.glimpse.core.plot.timeline.data.TimeSpan
- toString() - Method in class com.metsci.glimpse.core.plot.timeline.event.Event
- toString() - Method in class com.metsci.glimpse.core.support.atlas.painter.IconPainter.PickResult
- toString() - Method in exception com.metsci.glimpse.dnc.convert.Vpf.RingEdgesBacktrackException
- toString() - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeComparison
- toString() - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymAttributeCompoundExpression
- toString() - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
- toString() - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- toString() - Method in class com.metsci.glimpse.util.geo.projection.KinematicVector2d
- toString() - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- toString() - Method in class com.metsci.glimpse.util.geo.util.DistanceAzimuth
- toString() - Method in class com.metsci.glimpse.util.Pair
- toString() - Method in class com.metsci.glimpse.util.primitives.rangeset.IntRangeSetModifiable
- toString() - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects.Event
- toString() - Method in class com.metsci.glimpse.util.Triplet
- toString() - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this timestamp to a
String
, according toTimeStamp.defaultFormat
. - toString() - Method in class com.metsci.glimpse.util.var2.ListenerFlag.ListenerFlagOrder
- toString() - Method in class com.metsci.glimpse.util.var2.ListenerFlag.ListenerFlagSimple
- toString() - Method in class com.metsci.glimpse.util.vector.Vector2d
- toString() - Method in class com.metsci.glimpse.util.vector.Vector3d
- toString(double[]) - Static method in class com.metsci.glimpse.util.StringUtils
- toString(int[]) - Static method in class com.metsci.glimpse.util.StringUtils
- toString(long[]) - Static method in class com.metsci.glimpse.util.StringUtils
- toString(LatLonFormat) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
- toString(TimeStampFormat) - Method in class com.metsci.glimpse.util.units.time.TimeStamp
-
Converts this timestamp to a
String
, according to the given format. - toTextAttributes(DncGeosymTextStyle, Int2ObjectMap<Color>) - Static method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelUtils
- toTimeStamp(double) - Method in class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler
- toTimeStamp(double) - Method in class com.metsci.glimpse.core.axis.painter.label.time.RelativeTimeAxisLabelHandler
- toTimeStamp(double) - Method in class com.metsci.glimpse.core.axis.painter.TimeAxisPainter
- toTimeStamp(double) - Method in class com.metsci.glimpse.core.plot.timeline.data.Epoch
-
Converts a value along an Axis1D into an absolute time by interpreting the values along the Axis1D as offsets in seconds from the point in time represented by this Epoch.
- toTimeStamp(double) - Method in class com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D
- Touchable - Interface in com.metsci.glimpse.core.event.touch
- touchesBegan(GlimpseTouchEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseTouchListener
- touchesBegan(GlimpseTouchEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- touchesBegan(GlimpseTouchEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- touchesEnded(GlimpseTouchEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseTouchListener
- touchesEnded(GlimpseTouchEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- touchesEnded(GlimpseTouchEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- touchesMoved(GlimpseTouchEvent) - Method in interface com.metsci.glimpse.core.event.touch.GlimpseTouchListener
- touchesMoved(GlimpseTouchEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchLayout
- touchesMoved(GlimpseTouchEvent) - Method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- toUnitCovarianceEllipse(double, double, double) - Static method in class com.metsci.glimpse.util.math.stat.BivariateGaussianDistributionUtils
-
Returns the parameters defining the unit covariance ellipse for a Bivariate Gaussian distribution centered about the origin with given sigmaX, sigmaY, and correlation.
- toVector3d(double) - Method in class com.metsci.glimpse.util.vector.Vector2d
-
Concatenate z component to form ThreeVector.
- toWeeks(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to weeks.
- toWeeks(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from system-units to weeks.
- toWgs84(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.Datum
- toWgs84(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumSphere
-
Converts geocentric latitude to a geodetic latitude.
- toWgs84(LatLonGeo) - Method in class com.metsci.glimpse.util.geo.datum.DatumWgs84
- toXY(double, double, Point2D.Double) - Method in interface com.metsci.glimpse.charts.shoreline.LandShape.VertexConverter
- toYards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to yards.
- toYards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from system-units to yards.
- TRACK_LABEL_OFFSET_X - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- TRACK_LABEL_OFFSET_Y - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- TRACK_SIZE_ESTIMATE - Static variable in class com.metsci.glimpse.core.painter.track.TrackPainter
- TrackPainter - Class in com.metsci.glimpse.core.painter.track
-
Paints groups of line segments of points with associated timestamps.
- TrackPainter() - Constructor for class com.metsci.glimpse.core.painter.track.TrackPainter
- TrackPainter(boolean) - Constructor for class com.metsci.glimpse.core.painter.track.TrackPainter
- TrackPainter.SpatialSelectionAxisListener - Class in com.metsci.glimpse.core.painter.track
- TrackPainterExample - Class in com.metsci.glimpse.core.examples.track
-
Demonstrates the dynamic update capability of the TrackPainter.
- TrackPainterExample() - Constructor for class com.metsci.glimpse.core.examples.track.TrackPainterExample
- transform(List<K>, Function<? super K, V>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- transform(Set<K>, Function<? super K, V>) - Static method in class com.metsci.glimpse.util.ImmutableCollectionUtils
- TransitionalChunk(int, Collection<Flat2Render.TransitionalGroup>) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalChunk
- TransitionalDatabase(File, DncProjection, ListMultimap<String, DncGeosymAssignment>, Function<String, Object>) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalDatabase
- TransitionalGroup(DncGeosymAssignment) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- translateCoordinates(GlimpseMouseEvent, GlimpseTarget) - Static method in class com.metsci.glimpse.core.context.TargetStackUtil
- translateValue(Object) - Method in class com.metsci.glimpse.dnc.facc.FaccAttr
- transparentWhite - Static variable in class com.metsci.glimpse.dnc.geosym.DncGeosymImageUtils
- Tree() - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.Tree
- TreeBuilder(float, float, float, float, ExecutorService) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.TreeBuilder
- TreeMapExample - Class in com.metsci.glimpse.core.examples.misc
- TreeMapExample() - Constructor for class com.metsci.glimpse.core.examples.misc.TreeMapExample
- TreeMapExample.TreeMapHoverPainter - Class in com.metsci.glimpse.core.examples.misc
- TreeMapLayout - Interface in com.metsci.glimpse.core.painter.treemap
-
Defines the layout of a set of nodes within a TreeMap.
- treesFileSize - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.QueryCacheConfig
- treeWordCount - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- treeWordFirst - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- triangleContainsPoint(float, float, float, float, float, float, float, float) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- triangleCoords - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.TransitionalGroup
- TriangleItem(int, float, float, float, float, float, float) - Constructor for class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- triangleItemCount - Variable in class com.metsci.glimpse.dnc.convert.Query.QueryChunk
- triangles - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- trianglesBuf - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.Tree
- trianglesCoordCount - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- trianglesCoordFirst - Variable in class com.metsci.glimpse.dnc.DncChunks.DncGroup
- TriangleSetPainter - Class in com.metsci.glimpse.core.painter.shape
-
Draw triangles with a fixed color.
- TriangleSetPainter() - Constructor for class com.metsci.glimpse.core.painter.shape.TriangleSetPainter
- trimToSize() - Method in class com.metsci.glimpse.util.PrimitiveVector.Double
- trimToSize() - Method in class com.metsci.glimpse.util.PrimitiveVector.Float
- trimToSize() - Method in class com.metsci.glimpse.util.PrimitiveVector.Integer
- trimToSize() - Method in class com.metsci.glimpse.util.PrimitiveVector.Long
- Triplet<A,B,C> - Class in com.metsci.glimpse.util
-
A generic class for triplets modeled after Pair.java.
- Triplet(A, B, C) - Constructor for class com.metsci.glimpse.util.Triplet
- truncate(int) - Method in class com.metsci.glimpse.core.support.shader.line.LineStrip
- truncateBytes(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- truncateFloats(int) - Method in class com.metsci.glimpse.core.gl.GLEditableBuffer
- truncInf(float) - Static method in class com.metsci.glimpse.util.quadtree.QuadTree
- tt - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Top texture coordinate.
- Turquoise - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Turquoise
- Turquoise1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Turquoise1
- Turquoise2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Turquoise2
- Turquoise3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Turquoise3
- Turquoise4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Turquoise4
- TWO_PI - Static variable in class com.metsci.glimpse.util.math.MathConstants
-
The constant 2.0 * Math.PI.
- twoColorFade(float[], float[]) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradients
- Txn - Class in com.metsci.glimpse.util.var
- Txn() - Constructor for class com.metsci.glimpse.util.var.Txn
- TxnManager - Class in com.metsci.glimpse.util.var
-
In most cases, client code should call the static methods in
Txn
, instead of using this class. - TxnManager() - Constructor for class com.metsci.glimpse.util.var.TxnManager
- TxnMember - Interface in com.metsci.glimpse.util.var
- type - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
U
- UglyUtils - Class in com.metsci.glimpse.util.ugly
-
Utilities that should only be used as a last resort -- because, for example, they rely on reflective access to implementation details.
- UglyUtils() - Constructor for class com.metsci.glimpse.util.ugly.UglyUtils
- unanchor(Axis1D, boolean, int, int) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- unbind(GLContext) - Method in class com.metsci.glimpse.core.gl.GLSimpleFrameBufferObject
-
Deprecated.
- union(Set<? extends T>, Set<? extends T>) - Static method in class com.metsci.glimpse.docking.MiscUtils
- unitSphere - Static variable in class com.metsci.glimpse.util.geo.datum.Datum
- unitSphereToPlaneXY(Vector3d) - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
-
Convert point on the unit sphere (ECEF-r) to (nearly) equivalent x, y position on tangent plane.
- UNKNOWN - com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils.ModalBlockedStatus
- unlock() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Unlocks the minimum an maximum values of this axis.
- unlock() - Method in class com.metsci.glimpse.core.axis.Axis2D
- unlock() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- unlockAspectRatio() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Removes the aspect ratio locking which was established through a call to lockAspectRatio( ).
- unlockAspectRatioXY() - Method in class com.metsci.glimpse.core.axis.Axis2D
- unlockFile(File) - Static method in class com.metsci.glimpse.util.io.FileSync
-
Unlocks the file.
- unlockMax() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Unlocks the maximum value of this axis.
- unlockMaxX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- unlockMaxY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- unlockMaxZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- unlockMin() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Unlocks the minimum value of this axis.
- unlockMinX() - Method in class com.metsci.glimpse.core.plot.Plot2D
- unlockMinY() - Method in class com.metsci.glimpse.core.plot.Plot2D
- unlockMinZ() - Method in class com.metsci.glimpse.core.plot.Plot2D
- unmaximizedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- unmaximizedLeaf(MultiSplitPane, Component) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- unmaximizedLeaf(MultiSplitPane, Component) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- unmaximizedLeaf(Component) - Method in class com.metsci.glimpse.docking.MultiSplitPaneAdapter
- unmaximizedLeaf(Component) - Method in interface com.metsci.glimpse.docking.MultiSplitPaneListener
- unmaximizeIcon - Variable in class com.metsci.glimpse.docking.DockingTheme
- unmaximizeLeaf() - Method in class com.metsci.glimpse.docking.MultiSplitPane
- UnmodifiableTargetStack - Class in com.metsci.glimpse.core.context
- UnmodifiableTargetStack(GlimpseTargetStack) - Constructor for class com.metsci.glimpse.core.context.UnmodifiableTargetStack
- unpackLongIntoBytes(long) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- unproject(double, double) - Method in class com.metsci.glimpse.charts.slippy.SlippyProjection
- unproject(double, double) - Method in class com.metsci.glimpse.util.geo.projection.AzimuthalEquidistant
- unproject(double, double) - Method in interface com.metsci.glimpse.util.geo.projection.GeoProjection
-
Convert projected x,y position back to (nearly) equivalent LatLon.
- unproject(double, double) - Method in class com.metsci.glimpse.util.geo.projection.MercatorProjection
- unproject(double, double) - Method in class com.metsci.glimpse.util.geo.projection.TangentPlane
- UnrecognizedValueException(String, int) - Constructor for exception com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.UnrecognizedValueException
- unselectedTextColor - Variable in class com.metsci.glimpse.docking.DockingTheme
- unwrap(double...) - Static method in class com.metsci.glimpse.util.units.Angle
-
Takes a series of angles and normalizes each one such that it is greater than or equal to the prior minus
Math.PI
. - unwrap(double, double) - Static method in class com.metsci.glimpse.util.units.Angle
-
Takes two angles and normalizes
angle2
such that it is greater than or equal toangle1 - Math.PI
. - update(boolean, Function<? super V, ? extends V>) - Method in class com.metsci.glimpse.util.var.Var
- update(boolean, Function<? super V, ? extends V>) - Method in interface com.metsci.glimpse.util.var2.Var
- update(GL) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Forces the cache to update the underlying OpenGL texture.
- update(GL3, long, LatLonBox, int) - Method in class com.metsci.glimpse.topo.TopoTileCache
- update(Function<? super V, ? extends V>) - Method in class com.metsci.glimpse.util.var.Var
- update(Function<? super V, ? extends V>) - Method in interface com.metsci.glimpse.util.var2.Var
- updateEvent(Event, TimeStamp, TimeStamp) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- updateEventRow(GlimpseMouseEvent, Event, int) - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- updateIfNonNull(boolean, Function<? super V, ? extends V>) - Method in interface com.metsci.glimpse.util.var2.Var
- updateIfNonNull(Function<? super V, ? extends V>) - Method in interface com.metsci.glimpse.util.var2.Var
- updateLayout(int) - Method in interface com.metsci.glimpse.core.plot.stacked.PlotInfo
- updateLayout(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoImpl
- updateLayout(int) - Method in class com.metsci.glimpse.core.plot.stacked.PlotInfoWrapper
- updateLayout(int) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimelineInfo
- updateLayout(int) - Method in class com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfoImpl
- updateLinkedAxes() - Method in class com.metsci.glimpse.core.axis.Axis1D
- updateLinkedAxes() - Method in class com.metsci.glimpse.core.axis.Axis2D
- updateLinkedAxes(Axis1D...) - Method in class com.metsci.glimpse.core.axis.Axis1D
- updateMapValue(Var<ImmutableMap<K, V>>, boolean, K, Function<? super V, ? extends V>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- updateMapValue(Var<ImmutableMap<K, V>>, K, Function<? super V, ? extends V>) - Static method in class com.metsci.glimpse.util.var.VarUtils
- updateMapValue(Var<ImmutableMap<K, V>>, boolean, K2, Function<? super V, ? extends V>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- updateMapValue(Var<ImmutableMap<K, V>>, K2, Function<? super V, ? extends V>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
- updateMemberList() - Method in class com.metsci.glimpse.core.layout.GlimpseLayoutDelegate
- updateMileage(double, double) - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- updateMileageBuffer(FloatBuffer, ByteBuffer, FloatBuffer, boolean, double) - Static method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- UpdateMode - Enum in com.metsci.glimpse.core.axis
-
Defines how this axis will interact with its linked parent and child axis and how it responds to having its size adjusted.
- updateSize() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- updateTextRenderer() - Method in class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
- updateViewport(int, int) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- updateViewport(GlimpseBounds) - Method in class com.metsci.glimpse.core.support.atlas.shader.IconShader
- updateWindowTitle(DockingWindow) - Method in class com.metsci.glimpse.docking.DockingWindowTitler
- upload(Glyph) - Method in class com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache
-
Stores a glyph in the cache.
- url(File) - Static method in class com.metsci.glimpse.util.io.IoUtils
-
Terse way to get the URL of a file.
- usage - Variable in class com.metsci.glimpse.core.gl.GLEditableBuffer
- usage - Variable in class com.metsci.glimpse.core.gl.GLStreamingBuffer
-
Passed to
GL.glBufferData(int, long, java.nio.Buffer, int)
when allocating buffer space - USE_COLORMAP_ALPHA - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- USE_COLORMAP_ALPHA - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- useColorAttribData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useColorAttribData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
- useColorScale(ColorTexture1D) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useConstantColor() - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useConstantSize() - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useProgram(GL, boolean) - Method in class com.metsci.glimpse.core.gl.shader.GlimpseShaderProgram
- userRequestingCloseView(DockingGroup, View) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- userRequestingCloseView(DockingGroup, View) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
- userRequestingDisposeWindow(DockingGroup, DockingWindow) - Method in class com.metsci.glimpse.docking.DockingGroupAdapter
- userRequestingDisposeWindow(DockingGroup, DockingWindow) - Method in interface com.metsci.glimpse.docking.DockingGroupListener
-
Called when the user tries to close a window in the
DockingGroup
, e.g. - useSizeAttribData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useSizeAttribData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
- useSizeScale(FloatTexture1D) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useTimeAttribData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
-
Assigns a time value to each point painted by the time painter.
- useVariableColor() - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useVariableSize() - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useVertexPositionData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.ShadedPointPainter
- useVertexPositionData(FloatBuffer) - Method in class com.metsci.glimpse.core.painter.shape.TimeShadedPointPainter
- utf8 - Static variable in interface com.metsci.glimpse.util.primitives.Bytes
- Util - Class in com.metsci.glimpse.util.geo.format
- Util() - Constructor for class com.metsci.glimpse.util.geo.format.Util
V
- v - Variable in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils.ValueAndColor
- v() - Method in interface com.metsci.glimpse.util.var.ReadableVar
- v() - Method in class com.metsci.glimpse.util.var.Var
- v() - Method in interface com.metsci.glimpse.util.var2.ReadableVar
- v() - Method in class com.metsci.glimpse.util.var2.ReadableVarDerived
- v() - Method in class com.metsci.glimpse.util.var2.ReadableVarDerivedCaching
- v() - Method in class com.metsci.glimpse.util.var2.VarBasic
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Booleans
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.BooleansArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Bytes
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.BytesArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Chars
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.CharsArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Doubles
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.DoublesArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Floats
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.FloatsArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Ints
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.IntsArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Longs
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.LongsArray
- v(int) - Method in interface com.metsci.glimpse.util.primitives.Objects
-
Value at index i
- v(int) - Method in class com.metsci.glimpse.util.primitives.ObjectsArray
- v(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- v(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- v(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- v(int) - Method in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- v0 - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- v0 - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- v0 - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- v0 - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
- validate() - Method in class com.metsci.glimpse.core.axis.Axis1D
-
Ensures that the axis min and max values do not violate any constraints and publishes this axis' values to all linked axes.
- validate() - Method in class com.metsci.glimpse.core.axis.Axis2D
- validate() - Method in class com.metsci.glimpse.core.plot.MultiAxisPlot2D
- validate() - Method in class com.metsci.glimpse.core.plot.Plot2D
- validate() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- validate() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventManager
- validate() - Method in class com.metsci.glimpse.core.plot.timeline.event.EventPlotInfo
- validateAxes() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- validateLayout() - Method in class com.metsci.glimpse.core.plot.stacked.StackedPlot2D
- validateLayout() - Method in class com.metsci.glimpse.core.plot.timeline.CollapsibleTimePlot2D
- validateTags() - Method in class com.metsci.glimpse.core.axis.tagged.TaggedAxis1D
- vAlign - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
- value - Variable in class com.metsci.glimpse.core.painter.texture.TagState
- value - Variable in enum com.metsci.glimpse.core.support.shader.line.LineJoinType
- value - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.DoubleAttribute
- value - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.IntAttribute
- value - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.StringAttribute
- value - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymCode
- value - Variable in class com.metsci.glimpse.docking.MiscUtils.IntAndIndex
- ValueAndColor(float, float, float, float, float) - Constructor for class com.metsci.glimpse.core.support.colormap.ColorGradientUtils.ValueAndColor
- valueOf(String) - Static method in enum com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonDataSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.axis.UpdateMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.event.key.GlimpseKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.event.mouse.FocusBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.event.mouse.ModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.event.mouse.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.painter.decoration.BorderPainter.CornerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.painter.info.SimpleTextPainter.HorizontalPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.painter.info.SimpleTextPainter.VerticalPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.plot.stacked.StackedPlot2D.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.plot.timeline.event.Event.OverlapRenderingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.plot.timeline.event.Event.TextRenderingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener.PlotLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.support.polygon.Polygon.Interior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.support.shader.line.LineJoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils.ModalBlockedStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.docking.DockingFrameCloseOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.docking.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.docking.ViewCloseOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.topo.io.TopoDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.metsci.glimpse.topo.io.TopoDataUnits
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonDataSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.axis.UpdateMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.event.key.GlimpseKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.event.mouse.FocusBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.event.mouse.ModifierKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.event.mouse.MouseButton
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.painter.decoration.BorderPainter.CornerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.painter.info.SimpleTextPainter.HorizontalPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.painter.info.SimpleTextPainter.VerticalPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.plot.MultiAxisPlot2D.AxisOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.plot.stacked.StackedPlot2D.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.plot.timeline.data.EventSelection.Location
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.plot.timeline.event.Event.OverlapRenderingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.plot.timeline.event.Event.TextRenderingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.plot.timeline.listener.PlotMouseListener.PlotLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.support.polygon.Polygon.Interior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.support.shader.line.LineJoinType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.core.support.swing.NewtSwingEDTUtils.ModalBlockedStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.dnc.convert.Flat2Render.DncChunkPriority
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.docking.DockingFrameCloseOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.docking.Side
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.docking.ViewCloseOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphCache.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.GlyphRenderer.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.QuadPipeline.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.jogamp.opengl.util.awt.text.TextureRenderer.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.topo.io.TopoDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.metsci.glimpse.topo.io.TopoDataUnits
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES_TEXUNIT - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- VALUES_TEXUNIT - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- valueShownMultipliedBy(double) - Static method in class com.metsci.glimpse.core.axis.painter.label.AxisUnitConverters
- valueToScreenPixel(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
- valueToScreenPixelUnits(double) - Method in class com.metsci.glimpse.core.axis.Axis1D
- Var<V> - Class in com.metsci.glimpse.util.var
- Var<V> - Interface in com.metsci.glimpse.util.var2
- Var(V) - Constructor for class com.metsci.glimpse.util.var.Var
- Var(V, Predicate<? super V>) - Constructor for class com.metsci.glimpse.util.var.Var
- VarBasic<V> - Class in com.metsci.glimpse.util.var2
- VarBasic(V) - Constructor for class com.metsci.glimpse.util.var2.VarBasic
- VarBasic(V, Predicate<? super V>) - Constructor for class com.metsci.glimpse.util.var2.VarBasic
- VarDerived<V> - Class in com.metsci.glimpse.util.var2
- VarDerived(ActivityListenable...) - Constructor for class com.metsci.glimpse.util.var2.VarDerived
- VarDerived(Collection<? extends ActivityListenable>) - Constructor for class com.metsci.glimpse.util.var2.VarDerived
- VarEvent - Class in com.metsci.glimpse.util.var
-
This class deliberately lacks fields having to do with the Var's value, to encourage (well, to force) listeners to query the Var directly.
- VarEvent(boolean) - Constructor for class com.metsci.glimpse.util.var.VarEvent
- VarUtils - Class in com.metsci.glimpse.util.var
- VarUtils - Class in com.metsci.glimpse.util.var2
- VarUtils() - Constructor for class com.metsci.glimpse.util.var.VarUtils
- VarUtils() - Constructor for class com.metsci.glimpse.util.var2.VarUtils
- VarUtils.ActivityConsumer<T> - Interface in com.metsci.glimpse.util.var2
- VarUtils.MapVarListener<K,V> - Interface in com.metsci.glimpse.util.var
- VarUtils.OldNewActivityListener<V> - Interface in com.metsci.glimpse.util.var2
- VarUtils.OldNewListener<V> - Interface in com.metsci.glimpse.util.var
- VarUtils.OldNewListener<V> - Interface in com.metsci.glimpse.util.var2
- VarUtils.OldNewMapEntryActivityListener<K,V> - Interface in com.metsci.glimpse.util.var2
- VarUtils.OldNewMapEntryListener<K,V> - Interface in com.metsci.glimpse.util.var2
- vc(float, float...) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- vc(float, float, float, float) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- vc(float, float, float, float, float) - Static method in class com.metsci.glimpse.core.support.colormap.ColorGradientUtils
- Vector2d - Class in com.metsci.glimpse.util.vector
-
Basic class representing an immutable vector containing 2 doubles.
- Vector2d() - Constructor for class com.metsci.glimpse.util.vector.Vector2d
- Vector2d(double, double) - Constructor for class com.metsci.glimpse.util.vector.Vector2d
- Vector3d - Class in com.metsci.glimpse.util.vector
-
Basic class representing an immutable vector containing 3 doubles.
- Vector3d() - Constructor for class com.metsci.glimpse.util.vector.Vector3d
-
Default constructor.
- Vector3d(double, double, double) - Constructor for class com.metsci.glimpse.util.vector.Vector3d
-
Standard constructor.
- vertex - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.PointFeature
- Vertex() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat.Vertex
- VertexAccumulator - Interface in com.metsci.glimpse.core.support.polygon
- vertexCoordCount - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- vertexCoordFirst - Variable in class com.metsci.glimpse.dnc.convert.Render.RenderChunk
- VERTICAL - com.metsci.glimpse.core.plot.stacked.StackedPlot2D.Orientation
- verticalFragmentationRatio() - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Returns the vertical fragmentation ratio of this RectanglePacker.
- VerticallyScrollableLayoutExample - Class in com.metsci.glimpse.core.examples.layout
- VerticallyScrollableLayoutExample() - Constructor for class com.metsci.glimpse.core.examples.layout.VerticallyScrollableLayoutExample
- verticalPos - Variable in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- VerticalTimelinePlotExample - Class in com.metsci.glimpse.core.examples.timeline
-
Demonstrates use of StackedTimePlot2D to create a vertical timeline axis with lineplots stacked horizontally, each with an independent x axis.
- VerticalTimelinePlotExample() - Constructor for class com.metsci.glimpse.core.examples.timeline.VerticalTimelinePlotExample
- vertices - Variable in class com.metsci.glimpse.charts.shoreline.LandSegment
- vertices - Variable in class com.metsci.glimpse.dnc.convert.Vpf2Flat.LineFeature
- VERTICES_PER_QUAD - Static variable in class com.metsci.glimpse.core.support.texture.TextureProjected2D
- verticesBuf - Variable in class com.metsci.glimpse.dnc.DncChunks.DncHostChunk
- verticesFileSize - Variable in class com.metsci.glimpse.dnc.convert.Flat2Render.RenderCacheConfig
- verticesHandle - Variable in class com.metsci.glimpse.dnc.DncChunks.DncDeviceChunk
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.ArrayColorProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture1DProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.ColorTexture2DProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.core.support.shader.triangle.FlatColorStippleProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.topo.EquirectTopoProgram
- vertShader_GLSL - Static variable in class com.metsci.glimpse.topo.MercatorTopoProgram
- view(int) - Method in class com.metsci.glimpse.docking.Tile
- view(int) - Method in class com.metsci.glimpse.docking.TileImpl
- view(String) - Method in class com.metsci.glimpse.docking.Tile
- view(String) - Method in class com.metsci.glimpse.docking.TileImpl
- View - Class in com.metsci.glimpse.docking
- View(String, Component, String) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, boolean) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, boolean, String) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, boolean, String, URL) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, boolean, String, URL, JToolBar) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, boolean, String, Icon) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, boolean, String, Icon, JToolBar) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, ViewCloseOption) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, ViewCloseOption, String) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, ViewCloseOption, String, URL) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, ViewCloseOption, String, URL, JToolBar) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, ViewCloseOption, String, Icon) - Constructor for class com.metsci.glimpse.docking.View
- View(String, Component, String, ViewCloseOption, String, Icon, JToolBar) - Constructor for class com.metsci.glimpse.docking.View
- VIEW_AUTO_CLOSEABLE - com.metsci.glimpse.docking.ViewCloseOption
-
Provide UI elements (e.g.
- VIEW_CUSTOM_CLOSEABLE - com.metsci.glimpse.docking.ViewCloseOption
-
Provide UI elements (e.g.
- VIEW_NOT_CLOSEABLE - com.metsci.glimpse.docking.ViewCloseOption
-
Do not provide UI elements (e.g.
- ViewCloseOption - Enum in com.metsci.glimpse.docking
- ViewDestination - Class in com.metsci.glimpse.docking.group
- ViewDestination(DockingWindow, FrameArrangement, Tile, DockerArrangementTile) - Constructor for class com.metsci.glimpse.docking.group.ViewDestination
- viewEnd - Variable in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- viewId - Variable in class com.metsci.glimpse.docking.View
- viewIds - Variable in class com.metsci.glimpse.docking.xml.DockerArrangementTile
- viewNum - Variable in class com.metsci.glimpse.docking.LandingRegions.InExistingTile
- viewNumForTabAt(int, int) - Method in class com.metsci.glimpse.docking.Tile
- viewNumForTabAt(int, int) - Method in class com.metsci.glimpse.docking.TileImpl
- ViewPlacementRule - Interface in com.metsci.glimpse.docking.group
- ViewPlacementUtils - Class in com.metsci.glimpse.docking.group
- ViewPlacementUtils() - Constructor for class com.metsci.glimpse.docking.group.ViewPlacementUtils
- ViewPlacer<R> - Interface in com.metsci.glimpse.docking.group
- ViewPlacerBaseArr - Class in com.metsci.glimpse.docking.group
- ViewPlacerBaseArr(GroupArrangement, String) - Constructor for class com.metsci.glimpse.docking.group.ViewPlacerBaseArr
- ViewPlacerBaseGroup - Class in com.metsci.glimpse.docking.group
- ViewPlacerBaseGroup(DockingGroupBase, Map<DockerArrangementNode, Component>, View) - Constructor for class com.metsci.glimpse.docking.group.ViewPlacerBaseGroup
- ViewPlacerDialog<R> - Interface in com.metsci.glimpse.docking.group.dialog
- ViewPlacerDialogArr - Class in com.metsci.glimpse.docking.group.dialog
- ViewPlacerDialogArr(GroupArrangement, String, Rectangle) - Constructor for class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogArr
- ViewPlacerDialogGroup - Class in com.metsci.glimpse.docking.group.dialog
- ViewPlacerDialogGroup(DockingGroupDialog, Map<DockerArrangementNode, Component>, View, Rectangle) - Constructor for class com.metsci.glimpse.docking.group.dialog.ViewPlacerDialogGroup
- ViewPlacerMultiframe<R> - Interface in com.metsci.glimpse.docking.group.frame
- ViewPlacerMultiframeArr - Class in com.metsci.glimpse.docking.group.frame
- ViewPlacerMultiframeArr(GroupArrangement, String, Rectangle) - Constructor for class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeArr
- ViewPlacerMultiframeGroup - Class in com.metsci.glimpse.docking.group.frame
- ViewPlacerMultiframeGroup(DockingGroupMultiframe, Map<DockerArrangementNode, Component>, View, Rectangle) - Constructor for class com.metsci.glimpse.docking.group.frame.ViewPlacerMultiframeGroup
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.line.ColorLineProgram.LineProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.dnc.DncIconProgram.DncIconProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.dnc.DncLabelProgram.DncLabelProgramHandles
- VIEWPORT_SIZE_PX - Variable in class com.metsci.glimpse.dnc.DncLineProgram.DncLineProgramHandles
- views() - Method in interface com.metsci.glimpse.docking.DockingGroup
- views() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- viewStart - Variable in class com.metsci.glimpse.core.axis.painter.label.time.TimeStruct
- viewTabBounds(int) - Method in class com.metsci.glimpse.docking.Tile
- viewTabBounds(int) - Method in class com.metsci.glimpse.docking.TileImpl
- Violet - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Violet
- VioletRed - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
VioletRed
- VioletRed1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
VioletRed1
- VioletRed2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
VioletRed2
- VioletRed3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
VioletRed3
- VioletRed4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
VioletRed4
- viridis - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- visibleAggregateEvents - Variable in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- visibleEvents - Variable in class com.metsci.glimpse.core.plot.timeline.event.EventManager.Row
- visit(RectVisitor) - Method in class com.metsci.glimpse.com.jogamp.opengl.util.packrect.RectanglePacker
-
Visits all Rects contained in this RectanglePacker.
- Vpf - Class in com.metsci.glimpse.dnc.convert
- Vpf() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf
- Vpf.Edge - Class in com.metsci.glimpse.dnc.convert
- Vpf.RingEdgesBacktrackException - Exception in com.metsci.glimpse.dnc.convert
- Vpf2Flat - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat() - Constructor for class com.metsci.glimpse.dnc.convert.Vpf2Flat
- Vpf2Flat.AreaFeature - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.Attribute - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.Database - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.DoubleAttribute - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.Feature - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.IntAttribute - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.Library - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.LineFeature - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.PointFeature - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.StringAttribute - Class in com.metsci.glimpse.dnc.convert
- Vpf2Flat.Vertex - Class in com.metsci.glimpse.dnc.convert
- Vpf2FlatConverter - Class in com.metsci.glimpse.extras.examples.dnc
- Vpf2FlatConverter() - Constructor for class com.metsci.glimpse.extras.examples.dnc.Vpf2FlatConverter
- vpfAreaRings(VPFFeature, VPFPrimitiveData) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- vpfCoverageNameComparator - Static variable in class com.metsci.glimpse.dnc.convert.Vpf
- vpfDatabaseDirsByName(File) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
-
Returns a map from database name to database dir
- vpfFeatureClassNameComparator - Static variable in class com.metsci.glimpse.dnc.convert.Vpf
- vpfLibraryNameComparator - Static variable in class com.metsci.glimpse.dnc.convert.Vpf
- vpfLineVertices(VPFFeature, VPFPrimitiveData) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- vpfPointVertex(VPFFeature, VPFPrimitiveData) - Static method in class com.metsci.glimpse.dnc.convert.Vpf
- vStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedDoublesArithmetic
- vStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedFloatsArithmetic
- vStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedIntsArithmetic
- vStep - Variable in class com.metsci.glimpse.util.primitives.sorted.SortedLongsArithmetic
W
- w - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- W - com.metsci.glimpse.core.painter.decoration.LegendPainter.LegendPlacement
- WatermarkConfig(double, double, double, double, double, double, SimpleTextPainter.VerticalPosition, SimpleTextPainter.HorizontalPosition, float[]) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- WatermarkPainter - Class in com.metsci.glimpse.core.painter.decoration
- WatermarkPainter(Supplier<BufferedImage>) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- WatermarkPainter(Supplier<BufferedImage>, WatermarkPainter.WatermarkConfig) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- WatermarkPainter(BufferedImage) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- WatermarkPainter(BufferedImage, WatermarkPainter.WatermarkConfig) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- WatermarkPainter(URL) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- WatermarkPainter(URL, WatermarkPainter.WatermarkConfig) - Constructor for class com.metsci.glimpse.core.painter.decoration.WatermarkPainter
- WatermarkPainter.WatermarkConfig - Class in com.metsci.glimpse.core.painter.decoration
- wdb2 - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonDataSource
- WebColors - Class in com.metsci.glimpse.core.support.color
-
AliceBlue
AntiqueWhite
AntiqueWhite1
AntiqueWhite2
AntiqueWhite3
AntiqueWhite4
Aquamarine
Aquamarine2
Aquamarine4
Azure
Azure2
Azure3
Azure4
Beige
Bisque
Bisque2
Bisque3
Bisque4
Black
BlanchedAlmond
Blue
Blue2
BlueViolet
Brown
Brown1
Brown2
Brown3
Brown4
Burlywood
Burlywood1
Burlywood2
Burlywood3
Burlywood4
CadetBlue
CadetBlue1
CadetBlue2
CadetBlue3
CadetBlue4
Chartreuse
Chartreuse2
Chartreuse3
Chartreuse4
Chocolate
Chocolate1
Chocolate2
Chocolate3
Coral
Coral1
Coral2
Coral3
Coral4
CornflowerBlue
Cornsilk
Cornsilk2
Cornsilk3
Cornsilk4
Cyan
Cyan2
Cyan3
DarkBlue
DarkCyan
DarkGoldenrod
DarkGoldenrod1
DarkGoldenrod2
DarkGoldenrod3
DarkGoldenrod4
DarkGray
DarkGreen
DarkKhaki
DarkMagenta
DarkOliveGreen
DarkOliveGreen1
DarkOliveGreen2
DarkOliveGreen3
DarkOliveGreen4
DarkOrange
DarkOrange1
DarkOrange2
DarkOrange3
DarkOrange4
DarkOrchid
DarkOrchid1
DarkOrchid2
DarkOrchid3
DarkOrchid4
DarkRed
DarkSalmon
DarkSeaGreen
DarkSeaGreen1
DarkSeaGreen2
DarkSeaGreen3
DarkSeaGreen4
DarkSlateBlue
DarkSlateGray
DarkSlateGray1
DarkSlateGray2
DarkSlateGray3
DarkSlateGray4
DarkTurquoise
DarkViolet
DeepPink
DeepPink2
DeepPink3
DeepPink4
DeepSkyBlue
DeepSkyBlue2
DeepSkyBlue3
DeepSkyBlue4
DimGray
DodgerBlue
DodgerBlue2
DodgerBlue3
DodgerBlue4
Firebrick
Firebrick1
Firebrick2
Firebrick3
Firebrick4
FloralWhite
ForestGreen
Gainsboro
GhostWhite
Gold
Gold2
Gold3
Gold4
Goldenrod
Goldenrod1
Goldenrod2
Goldenrod3
Goldenrod4
Gray
Green
Green2
Green3
Green4
GreenYellow
Honeydew
Honeydew2
Honeydew3
Honeydew4
HotPink
HotPink1
HotPink2
HotPink3
HotPink4
IndianRed
IndianRed1
IndianRed2
IndianRed3
IndianRed4
Ivory
Ivory2
Ivory3
Ivory4
Khaki
Khaki1
Khaki2
Khaki3
Khaki4
Lavender
LavenderBlush
LavenderBlush2
LavenderBlush3
LavenderBlush4
LawnGreen
LemonChiffon
LemonChiffon2
LemonChiffon3
LemonChiffon4
LightBlue
LightBlue1
LightBlue2
LightBlue3
LightBlue4
LightCoral
LightCyan
LightCyan2
LightCyan3
LightCyan4
LightGoldenrod
LightGoldenrod1
LightGoldenrod2
LightGoldenrod3
LightGoldenrod4
LightGoldenrodYellow
LightGreen
LightGrey
LightPink
LightPink1
LightPink2
LightPink3
LightPink4
LightSalmon
LightSalmon2
LightSalmon3
LightSalmon4
LightSeaGreen
LightSkyBlue
LightSkyBlue1
LightSkyBlue2
LightSkyBlue3
LightSkyBlue4
LightSlateBlue
LightSlateGray
LightSteelBlue
LightSteelBlue1
LightSteelBlue2
LightSteelBlue3
LightSteelBlue4
LightYellow
LightYellow2
LightYellow3
LightYellow4
LimeGreen
Linen
Magenta
Magenta2
Magenta3
Maroon
Maroon1
Maroon2
Maroon3
Maroon4
MediumAquamarine
MediumBlue
MediumOrchid
MediumOrchid1
MediumOrchid2
MediumOrchid3
MediumOrchid4
MediumPurple
MediumPurple1
MediumPurple2
MediumPurple3
MediumPurple4
MediumSeaGreen
MediumSlateBlue
MediumSpring
MediumTurquoise
MediumVioletRed
MidnightBlue
MintCream
MistyRose
MistyRose2
MistyRose3
MistyRose4
Moccasin
NavajoWhite
NavajoWhite2
NavajoWhite3
NavajoWhite4
Navy
OldLace
OliveDrab
OliveDrab1
OliveDrab2
OliveDrab4
Orange
Orange2
Orange3
Orange4
OrangeRed
OrangeRed2
OrangeRed3
OrangeRed4
Orchid
Orchid1
Orchid2
Orchid3
Orchid4
PaleGoldenrod
PaleGreen
PaleGreen1
PaleGreen3
PaleGreen4
PaleTurquoise
PaleTurquoise1
PaleTurquoise2
PaleTurquoise3
PaleTurquoise4
PaleVioletRed
PaleVioletRed1
PaleVioletRed2
PaleVioletRed3
PaleVioletRed4
PapayaWhip
PeachPuff
PeachPuff2
PeachPuff3
PeachPuff4
Peru
Pink
Pink1
Pink2
Pink3
Pink4
Plum
Plum1
Plum2
Plum3
Plum4
PowderBlue
Purple
Purple1
Purple2
Purple3
Purple4
Red
Red2
Red3
RosyBrown
RosyBrown1
RosyBrown2
RosyBrown3
RosyBrown4
RoyalBlue
RoyalBlue1
RoyalBlue2
RoyalBlue3
RoyalBlue4
SaddleBrown
Salmon
Salmon1
Salmon2
Salmon3
Salmon4
SandyBrown
SeaGreen
SeaGreen1
SeaGreen2
SeaGreen3
Seashell
Seashell2
Seashell3
Seashell4
Sienna
Sienna1
Sienna2
Sienna3
Sienna4
SkyBlue
SkyBlue1
SkyBlue2
SkyBlue3
SkyBlue4
SlateBlue
SlateBlue1
SlateBlue2
SlateBlue3
SlateBlue4
SlateGray
SlateGray1
SlateGray2
SlateGray3
SlateGray4
Snow
Snow2
Snow3
Snow4
SpringGreen
SpringGreen2
SpringGreen3
SpringGreen4
SteelBlue
SteelBlue1
SteelBlue2
SteelBlue3
SteelBlue4
Tan
Tan1
Tan2
Tan4
Thistle
Thistle1
Thistle2
Thistle3
Thistle4
Tomato
Tomato2
Tomato3
Tomato4
Turquoise
Turquoise1
Turquoise2
Turquoise3
Turquoise4
Violet
VioletRed
VioletRed1
VioletRed2
VioletRed3
VioletRed4
Wheat
Wheat1
Wheat2
Wheat3
Wheat4
White
WhiteSmoke
Yellow
Yellow2
Yellow3
Yellow4
YellowGreen - weeksToDays - Static variable in class com.metsci.glimpse.util.units.time.Time
- weeksToDays(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to days.
- weeksToDays(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to days.
- weeksToHours - Static variable in class com.metsci.glimpse.util.units.time.Time
- weeksToHours(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to hours.
- weeksToHours(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to hours.
- weeksToMilliseconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- weeksToMilliseconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to milliseconds.
- weeksToMilliseconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to milliseconds.
- weeksToMinutes - Static variable in class com.metsci.glimpse.util.units.time.Time
- weeksToMinutes(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to minutes.
- weeksToMinutes(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to minutes.
- weeksToSeconds - Static variable in class com.metsci.glimpse.util.units.time.Time
- weeksToSeconds(double) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to seconds.
- weeksToSeconds(double...) - Static method in class com.metsci.glimpse.util.units.time.Time
-
Converts duration from weeks to seconds.
- weeksToSu - Static variable in class com.metsci.glimpse.util.units.time.Time
- west - Static variable in class com.metsci.glimpse.util.units.Azimuth
- westLon - Variable in class com.metsci.glimpse.charts.shoreline.LandBox
- westLon_DEG - Variable in class com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
- westLon_DEG - Variable in class com.metsci.glimpse.topo.io.TopoDataFile
- westLon_DEG - Variable in class com.metsci.glimpse.topo.LatLonBox
- westLon_DEG - Variable in class com.metsci.glimpse.topo.TopoLevel
- westLon_DEG - Variable in class com.metsci.glimpse.topo.TopoTileBounds
- westLon_RAD - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
-
West edge of data, INCLUDING border columns.
- westLon_RAD - Variable in class com.metsci.glimpse.topo.TopoHostTile
-
West edge of data, INCLUDING border columns.
- wgs84 - Static variable in class com.metsci.glimpse.util.geo.datum.Datum
- wgs84sphere - Static variable in class com.metsci.glimpse.util.geo.datum.Datum
- Wheat - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Wheat
- Wheat1 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Wheat1
- Wheat2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Wheat2
- Wheat3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Wheat3
- Wheat4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Wheat4
- white - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- White - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
White
- WHITE - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- whiteBox - Static variable in class com.metsci.glimpse.util.StringUtils
- whiteCircle - Static variable in class com.metsci.glimpse.util.StringUtils
- whiteDiamond - Static variable in class com.metsci.glimpse.util.StringUtils
- WhiteSmoke - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
WhiteSmoke
- width - Variable in class com.metsci.glimpse.core.support.font.SimpleTextLayout.TextBoundingBox
-
The total width of the string.
- width - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- width - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Glyph
-
Width of text with inner padding.
- window() - Method in interface com.metsci.glimpse.docking.DockingWindow
-
Must return
this
in order forDockingUtils.getAncestorOfClass(Class, java.awt.Component)
calls to work correctly. - window() - Method in class com.metsci.glimpse.docking.group.dialog.DockingDialog
- window() - Method in class com.metsci.glimpse.docking.group.frame.DockingFrame
- windows() - Method in interface com.metsci.glimpse.docking.DockingGroup
- windows() - Method in class com.metsci.glimpse.docking.group.DockingGroupBase
- WindowsFixes - Class in com.metsci.glimpse.platformFixes
-
Works on Oracle/OpenJDK 8 JVMs.
- WindowsFixes() - Constructor for class com.metsci.glimpse.platformFixes.WindowsFixes
- wistia - Static variable in class com.metsci.glimpse.core.support.colormap.ColorGradients
- with(String, DncGeosymTextStyle) - Method in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelMaker
- withAlpha(float) - Method in class com.metsci.glimpse.core.support.color.RGBA
- withAlpha(float[], float) - Static method in class com.metsci.glimpse.core.support.color.GlimpseColor
- withAltitude(double) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Returns a newly constructed
LatLonGeo
with a new altitude but same latitude and same longitude as the currentLatLonGeo
. - withGeocentricLatitudeOn(Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Returns a newly constructed
LatLonGeo
with a geocentric latitude based on interpreting the latitude in thisLatLonGeo
as geodetic. - withGeodeticLatitudeOn(Datum) - Method in class com.metsci.glimpse.util.geo.LatLonGeo
-
Returns a newly constructed
LatLonGeo
with a geodetic latitude based on interpreting the latitude in thisLatLonGeo
as geocentric. - withHorizontalPos(SimpleTextPainter.HorizontalPosition) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withIntAlpha(int) - Method in class com.metsci.glimpse.core.support.color.RGBA
- withLength(double) - Method in class com.metsci.glimpse.util.geo.LatLonRect
- withMaxAreaFraction(double) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withMaxHeightFraction(double) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withMaxHeightPixels(double) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withMaxPaddingPixels(double) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withMaxWidthFraction(double) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withMaxWidthPixels(double) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withNewTarget(GlimpseTargetStack, int, int) - Method in class com.metsci.glimpse.core.event.touch.GlimpseGestureEvent
- withNewTarget(GlimpseTargetStack, int, int) - Method in class com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
- withNewTarget(GlimpseTargetStack, int, int) - Method in class com.metsci.glimpse.core.event.touch.GlimpsePanGestureEvent
- withNewTarget(GlimpseTargetStack, int, int) - Method in class com.metsci.glimpse.core.event.touch.GlimpsePinchGestureEvent
- withNewTarget(GlimpseTargetStack, int, int) - Method in class com.metsci.glimpse.core.event.touch.GlimpseSwipeGestureEvent
- withNewTarget(GlimpseTargetStack, int, int) - Method in class com.metsci.glimpse.core.event.touch.GlimpseTapGestureEvent
- withPos(SimpleTextPainter.VerticalPosition, SimpleTextPainter.HorizontalPosition) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withRgbaFactor(float[]) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withRgbaFactor(float, float, float, float) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withVerticalPos(SimpleTextPainter.VerticalPosition) - Method in class com.metsci.glimpse.core.painter.decoration.WatermarkPainter.WatermarkConfig
- withZ(double) - Method in class com.metsci.glimpse.util.vector.Vector3d
- wrap(GlimpseLayout, GlimpseLayout) - Static method in class com.metsci.glimpse.core.layout.GlimpseTouchWrapper
- WRAP_RECT - Variable in class com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.DynamicLineSetPainterProgram.LineProgramHandles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterFlatColorProgram.ProgramHandles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.painter.shape.PolygonPainter.PolygonPainterLineProgram.LineProgramHandles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.painter.texture.BasicHeatMapProgram.Handles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.painter.texture.MultiTagHeatMapProgram.Handles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.support.shader.colormap.InterpColorMapProgram.Handles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.support.shader.line.LineProgram.LineProgramHandles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorProgram.ProgramHandles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.support.shader.point.PointArrayColorSizeProgram.ProgramHandles
- WRAP_RECT - Variable in class com.metsci.glimpse.core.support.shader.point.PointFlatColorProgram.ProgramHandles
- wrapDelta(double) - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- wrapDelta(double) - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapDelta(double) - Method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
-
Returns the apparent distance between two values in a wrapped context.
- wrapListenable1(Listenable<VarEvent>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
-
The returned listenable does not support
ListenerFlag.ORDER(int)
. - wrapListenable1(Listenable<VarEvent>, Predicate<VarEvent>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
-
The returned listenable does not support
ListenerFlag.ORDER(int)
. - wrapMax - Variable in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapMax() - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- wrapMax() - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapMax() - Method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
-
The maxinum edge of this range.
- wrapMin - Variable in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapMin() - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- wrapMin() - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapMin() - Method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
-
The mininum edge of this range.
- wrapNear(double, double) - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- wrapNear(double, double) - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapNear(double, double) - Method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
-
Wraps
value
so that it is as near as possible toref
. - WrappedAxis1D - Class in com.metsci.glimpse.core.axis
-
An Axis1D which is intended to be interpreted as wrapping for values outside of its minWrapVal and maxWrapVal.
- WrappedAxis1D(double, double) - Constructor for class com.metsci.glimpse.core.axis.WrappedAxis1D
- WrappedAxis1D(Axis1D, double, double) - Constructor for class com.metsci.glimpse.core.axis.WrappedAxis1D
- WrappedAxis1D(WrappedAxis1D) - Constructor for class com.metsci.glimpse.core.axis.WrappedAxis1D
- WrappedAxisExample - Class in com.metsci.glimpse.core.examples.axis
- WrappedAxisExample() - Constructor for class com.metsci.glimpse.core.examples.axis.WrappedAxisExample
- WrappedAxisExample.DotPainter - Class in com.metsci.glimpse.core.examples.axis
- WrappedAxisExample2 - Class in com.metsci.glimpse.core.examples.axis
- WrappedAxisExample2() - Constructor for class com.metsci.glimpse.core.examples.axis.WrappedAxisExample2
- wrappedBoundsIterator(Axis1D, int) - Static method in class com.metsci.glimpse.core.painter.group.WrappedPainter
- WrappedGlimpseContext - Class in com.metsci.glimpse.core.support.wrapped
- WrappedGlimpseContext(GLContext, float[], int, Wrapper2D, boolean) - Constructor for class com.metsci.glimpse.core.support.wrapped.WrappedGlimpseContext
- WrappedLabelHandler - Class in com.metsci.glimpse.core.axis.painter.label
- WrappedLabelHandler() - Constructor for class com.metsci.glimpse.core.axis.painter.label.WrappedLabelHandler
- WrappedPainter - Class in com.metsci.glimpse.core.painter.group
- WrappedPainter() - Constructor for class com.metsci.glimpse.core.painter.group.WrappedPainter
- WrappedPainter(boolean) - Constructor for class com.metsci.glimpse.core.painter.group.WrappedPainter
- WrappedPainter.WrappedTextureBounds - Class in com.metsci.glimpse.core.painter.group
- WrappedTextureBounds(double, double, double, double, int, boolean) - Constructor for class com.metsci.glimpse.core.painter.group.WrappedPainter.WrappedTextureBounds
- Wrapper1D - Interface in com.metsci.glimpse.core.support.wrapped
- Wrapper2D - Class in com.metsci.glimpse.core.support.wrapped
- Wrapper2D(Axis2D) - Constructor for class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- Wrapper2D(Wrapper1D, Wrapper1D) - Constructor for class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- wrapValue(double) - Method in class com.metsci.glimpse.core.support.wrapped.NoopWrapper1D
- wrapValue(double) - Method in class com.metsci.glimpse.core.support.wrapped.StandardWrapper1D
- wrapValue(double) - Method in interface com.metsci.glimpse.core.support.wrapped.Wrapper1D
-
Wraps
value
into the range specified by thisWrap
. - wrapVar1(Var<V>) - Static method in class com.metsci.glimpse.util.var2.VarUtils
-
The returned var does not support
ListenerFlag.ORDER(int)
. - writable() - Method in class com.metsci.glimpse.util.io.MappedFile
- write(byte[]) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- write(byte[], int, int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- write(int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeBoolean(boolean) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeByte(int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeBytes(String) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeCachedTile(File, ShadedReliefTileCache.CachedTileData) - Method in class com.metsci.glimpse.topo.ShadedReliefTileCache
- writeChar(int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeChars(String) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeDouble(double) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeFlatCharset(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- writeFlatChecksum(File, byte[]) - Static method in class com.metsci.glimpse.dnc.convert.Flat
- writeFlatDatabase(Vpf2Flat.Database, File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Vpf2Flat
- writeFloat(float) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeIdsMapFile(Object2IntMap<String>, File, Charset) - Static method in class com.metsci.glimpse.dnc.util.DncMiscUtils
- writeInt(int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeLong(long) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeNextTopoDataLevel(TopoDataFile, File, String) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- writeQueryCharset(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Query
- writeQueryConfig(File, String, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Query
- writeQueryCoveragesFile(Flat2Query.QueryCacheConfig, File, Int2ObjectMap<Flat2Query.QueryDatabase>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- writeQueryLibrariesFile(Flat2Query.QueryCacheConfig, File, Int2ObjectMap<Flat2Query.QueryDatabase>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Query
- writeRenderCharset(File, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Render
- writeRenderConfig(File, String, Charset) - Static method in class com.metsci.glimpse.dnc.convert.Render
- writeRenderCoveragesFile(Flat2Render.RenderCacheConfig, File, Int2ObjectMap<Flat2Render.TransitionalDatabase>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- writeRenderLibrariesFile(Flat2Render.RenderCacheConfig, File, Int2ObjectMap<Flat2Render.TransitionalDatabase>) - Static method in class com.metsci.glimpse.dnc.convert.Flat2Render
- writeShort(int) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- writeTopoDataLevel(TopoDataFile, File, String) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- writeTopoDataset(TopoDataFile, File) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- writeTopoHdrFile(TopoDataFile, File) - Static method in class com.metsci.glimpse.topo.io.TopoWriter
- writeUTF(String) - Method in class com.metsci.glimpse.util.io.LittleEndianDataOutput
- wvs - com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader.PolygonDataSource
X
- x - Variable in class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- x - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- x - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- x - Variable in class com.metsci.glimpse.util.math.LinearInterpolator.Xy
- x() - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter.IdXy
- x() - Method in class com.metsci.glimpse.core.painter.track.Point
- x() - Method in interface com.metsci.glimpse.util.quadtree.Xy
- x(int) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- x(long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- x(long, long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- x(V) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- x(V) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- xA - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- xA - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- xAlign - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- xAlign(SimpleTextPainter.HorizontalPosition) - Static method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- xB - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- xB - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- xC - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- xDivider - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- xferChunkToDevice(DncChunks.DncHostChunk, GL) - Static method in class com.metsci.glimpse.dnc.DncChunks
- xferIconAtlasToDevice(DncIconAtlases.DncHostIconAtlas, GL) - Static method in class com.metsci.glimpse.dnc.DncIconAtlases
- xferLabelAtlasToDevice(DncLabelAtlases.DncHostLabelAtlas, GL) - Static method in class com.metsci.glimpse.dnc.DncLabelAtlases
- xl - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Position of left side.
- xMax - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- xMax - Variable in class com.metsci.glimpse.dnc.DncLibrary
- xMax - Variable in class com.metsci.glimpse.dnc.DncQuery
- xMax() - Method in interface com.metsci.glimpse.dnc.convert.Flat2Query.Item
- xMax() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- xMax() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- xMax() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- xMin - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- xMin - Variable in class com.metsci.glimpse.dnc.DncLibrary
- xMin - Variable in class com.metsci.glimpse.dnc.DncQuery
- xMin() - Method in interface com.metsci.glimpse.dnc.convert.Flat2Query.Item
- xMin() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- xMin() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- xMin() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- xOffset_MM - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
- xr - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Position of right side.
- xToLon_RAD(double) - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- xToLon_RAD(double) - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- xToLon_RAD(double) - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
- Xy - Interface in com.metsci.glimpse.util.quadtree
- Xy(double, double) - Constructor for class com.metsci.glimpse.util.math.LinearInterpolator.Xy
- xyBuffer - Variable in class com.metsci.glimpse.topo.TopoDeviceTile
- xyBuffer() - Method in class com.metsci.glimpse.core.support.shader.line.LinePathData
- xyInDegrees - Variable in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- XYLinePainter - Class in com.metsci.glimpse.core.painter.plot
-
Plots a simple x-y lineplot.
- XYLinePainter() - Constructor for class com.metsci.glimpse.core.painter.plot.XYLinePainter
- xyVbo - Variable in class com.metsci.glimpse.core.support.shader.line.StreamingLinePath
- xyVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.ColorLinePath
- xyVbo(GL) - Method in class com.metsci.glimpse.core.support.shader.line.LinePath
- xyVbo(GlimpseContext) - Method in class com.metsci.glimpse.core.gl.texture.FloatTexture2D
Y
- y - Variable in class com.metsci.glimpse.core.support.wrapped.Wrapper2D
- y - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- y - Variable in class com.metsci.glimpse.docking.xml.FrameArrangement
- y - Variable in class com.metsci.glimpse.util.math.LinearInterpolator.Xy
- y() - Method in class com.metsci.glimpse.core.painter.shape.PointSetPainter.IdXy
- y() - Method in class com.metsci.glimpse.core.painter.track.Point
- y() - Method in interface com.metsci.glimpse.util.quadtree.Xy
- y(int) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeInts
- y(long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs
- y(long, long) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeLongs2
- y(V) - Method in class com.metsci.glimpse.util.quadtree.longvalued.LongQuadTreeObjects
- y(V) - Method in class com.metsci.glimpse.util.quadtree.QuadTreeObjects
- yA - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- yA - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- yAlign - Variable in class com.metsci.glimpse.dnc.DncAtlases.DncAtlasEntry
- yAlign(SimpleTextPainter.VerticalPosition) - Static method in class com.metsci.glimpse.core.painter.info.SimpleTextPainter
- yardsToFeet - Static variable in class com.metsci.glimpse.util.units.Length
- yardsToFeet(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to feet.
- yardsToFeet(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to feet.
- yardsToInches - Static variable in class com.metsci.glimpse.util.units.Length
- yardsToInches(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to inches.
- yardsToInches(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to inches.
- yardsToKiloyards - Static variable in class com.metsci.glimpse.util.units.Length
- yardsToKiloyards(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to kiloyards.
- yardsToKiloyards(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to kiloyards.
- yardsToMeters - Static variable in class com.metsci.glimpse.util.units.Length
- yardsToMeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to meters.
- yardsToMeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to meters.
- yardsToMillimeters - Static variable in class com.metsci.glimpse.util.units.Length
- yardsToMillimeters(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to millimeters.
- yardsToMillimeters(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to millimeters.
- yardsToNauticalMiles - Static variable in class com.metsci.glimpse.util.units.Length
- yardsToNauticalMiles(double) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to nautical-miles.
- yardsToNauticalMiles(double...) - Static method in class com.metsci.glimpse.util.units.Length
-
Converts length from yards to nautical-miles.
- yardsToSu - Static variable in class com.metsci.glimpse.util.units.Length
- yb - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Position of bottom side.
- yB - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- yB - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- yC - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- yDivider - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.InteriorNode
- YearStruct() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.YearStruct
- YearStructFactory() - Constructor for class com.metsci.glimpse.core.axis.painter.label.time.AbsoluteTimeAxisLabelHandler.YearStructFactory
- yellow - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Yellow - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Yellow
- YELLOW - Static variable in class com.metsci.glimpse.core.support.color.RGBA
- Yellow2 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Yellow2
- Yellow3 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Yellow3
- Yellow4 - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
Yellow4
- YellowGreen - Static variable in class com.metsci.glimpse.core.support.color.WebColors
-
YellowGreen
- yMax - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- yMax - Variable in class com.metsci.glimpse.dnc.DncLibrary
- yMax - Variable in class com.metsci.glimpse.dnc.DncQuery
- yMax() - Method in interface com.metsci.glimpse.dnc.convert.Flat2Query.Item
- yMax() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- yMax() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- yMax() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- yMin - Variable in class com.metsci.glimpse.dnc.convert.Flat2Query.LeafNode
- yMin - Variable in class com.metsci.glimpse.dnc.DncLibrary
- yMin - Variable in class com.metsci.glimpse.dnc.DncQuery
- yMin() - Method in interface com.metsci.glimpse.dnc.convert.Flat2Query.Item
- yMin() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.LineItem
- yMin() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.PointItem
- yMin() - Method in class com.metsci.glimpse.dnc.convert.Flat2Query.TriangleItem
- yOffset_MM - Variable in class com.metsci.glimpse.dnc.geosym.DncGeosymLabelLocation
- yt - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Position of top side.
- yToLat_RAD(double) - Method in class com.metsci.glimpse.topo.proj.EquirectNormalCylindricalProjection
- yToLat_RAD(double) - Method in class com.metsci.glimpse.topo.proj.MercatorNormalCylindricalProjection
- yToLat_RAD(double) - Method in interface com.metsci.glimpse.topo.proj.NormalCylindricalProjection
Z
- z - Variable in class com.metsci.glimpse.jogamp.opengl.util.awt.text.Quad
-
Depth.
- zoom(Axis1D, boolean, double, int, int) - Method in class com.metsci.glimpse.charts.slippy.SlippyAxisMouseListener2D
- zoom(Axis1D, boolean, double, int, int) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- zoom(Axis1D, boolean, float, float, float) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- zoomConstant - Variable in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- zoomConstant - Variable in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
- zoomSelection(Axis1D, boolean, double, int, int) - Method in class com.metsci.glimpse.core.axis.listener.mouse.AxisMouseListener
- zoomSelection(Axis1D, boolean, int, int, int) - Method in class com.metsci.glimpse.core.axis.listener.touch.AxisGestureListener
All Classes All Packages