Uses of Class
com.metsci.glimpse.core.axis.Axis1D
-
Packages that use Axis1D Package Description com.metsci.glimpse.charts.slippy com.metsci.glimpse.core.axis Provides classes for managing the display area ofGlimpsePainterinstances.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 Provides classes used to update Axis1D and Axis2D instances in response to mouse and gesture events.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 Provides classes used to update Axis1D and Axis2D instances in response to gesture events.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 Helper classes used by axis painters to arrange tick marks and format tick and axis labels.com.metsci.glimpse.core.axis.painter.label.time 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.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.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.touch Glimpse specific listener classes allowAxis1Dinstances to respond to high level touch events (like pans, zooms, pinches, and swipes).com.metsci.glimpse.core.examples.heatmap Examples demonstrating display of 2D heat map data.com.metsci.glimpse.core.examples.plot Examples demonstrating simple Glimpse plots.com.metsci.glimpse.core.layout Provides a MigLayout-based framework for partitioning aGlimpseCanvasinto multiple logical drawing areas.com.metsci.glimpse.core.painter.base The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters.com.metsci.glimpse.core.painter.group Aggregate painters which group multiple GlimpsePainters.com.metsci.glimpse.core.painter.shape Painters which draw basic geometric shapes: line segments, points, and polygons.com.metsci.glimpse.core.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images.com.metsci.glimpse.core.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks.com.metsci.glimpse.core.plot.stacked com.metsci.glimpse.core.plot.timeline com.metsci.glimpse.core.plot.timeline.event com.metsci.glimpse.core.plot.timeline.listener com.metsci.glimpse.core.support Data structures and support classes.com.metsci.glimpse.core.support.atlas com.metsci.glimpse.core.support.shader.colormap com.metsci.glimpse.core.support.shader.point com.metsci.glimpse.core.support.wrapped com.metsci.glimpse.dnc.util -
-
Uses of Axis1D in com.metsci.glimpse.charts.slippy
Methods in com.metsci.glimpse.charts.slippy with parameters of type Axis1D Modifier and Type Method Description voidSlippyAxisMouseListener2D. zoom(Axis1D axis, boolean horizontal, double zoomIncrements, int posX, int posY) -
Uses of Axis1D in com.metsci.glimpse.core.axis
Subclasses of Axis1D in com.metsci.glimpse.core.axis Modifier and Type Class Description classWrappedAxis1DAn Axis1D which is intended to be interpreted as wrapping for values outside of its minWrapVal and maxWrapVal.Methods in com.metsci.glimpse.core.axis that return types with arguments of type Axis1D Modifier and Type Method Description Set<Axis1D>Axis1D. getChildren()Methods in com.metsci.glimpse.core.axis with parameters of type Axis1D Modifier and Type Method Description static Axis1DAxisUtil. createHorizontalAxis(GlimpseAxisLayout1D layout, Axis1D parentAxis)static Axis1DAxisUtil. createHorizontalAxis(GlimpseAxisLayout1D layout, Axis1D parentAxis, UpdateMode mode)static Axis1DAxisUtil. createVerticalAxis(GlimpseAxisLayout1D layout, Axis1D parentAxis)static Axis1DAxisUtil. createVerticalAxis(GlimpseAxisLayout1D layout, Axis1D parentAxis, UpdateMode mode)voidAxis1D. lockAspectRatio(Axis1D orthogonalAxis, double aspectRatio)Locks the aspect ratio between this axis and a provided orthogonal aspect to a fixed ratio.voidAxis1D. setParent(Axis1D newParent)Allows a group of axis which should mirror each other to be defined by placing them in a tree-hierarchy.voidAxis1D. setParent(Axis1D newParent, boolean duplicateChild)voidAxis1D. updateLinkedAxes(Axis1D... ignore)Constructors in com.metsci.glimpse.core.axis with parameters of type Axis1D Constructor Description Axis1D(Axis1D parent)Axis2D(Axis1D x, Axis1D y)Axis3D(Axis1D x, Axis1D y, Axis1D z)WrappedAxis1D(Axis1D parent, double minWrapVal, double maxWrapVal) -
Uses of Axis1D in com.metsci.glimpse.core.axis.factory
Methods in com.metsci.glimpse.core.axis.factory that return Axis1D Modifier and Type Method Description Axis1DAxisFactory1D. newAxis(GlimpseTargetStack stack, Axis1D axis)Creates a copy of the provided axis which is valid for the given GlimpseTargetStack.static Axis1DDefaultAxisFactory1D. newAxis(Axis1D axis)Axis1DDefaultAxisFactory1D. newAxis(GlimpseTargetStack stack, Axis1D axis)Axis1DFixedAxisFactory1D. newAxis(GlimpseTargetStack stack, Axis1D axis)static Axis1DDefaultAxisFactory2D. newAxisX(Axis2D axis)static Axis1DDefaultAxisFactory2D. newAxisY(Axis2D axis)Methods in com.metsci.glimpse.core.axis.factory with parameters of type Axis1D Modifier and Type Method Description Axis1DAxisFactory1D. newAxis(GlimpseTargetStack stack, Axis1D axis)Creates a copy of the provided axis which is valid for the given GlimpseTargetStack.static Axis1DDefaultAxisFactory1D. newAxis(Axis1D axis)Axis1DDefaultAxisFactory1D. newAxis(GlimpseTargetStack stack, Axis1D axis)Axis1DFixedAxisFactory1D. newAxis(GlimpseTargetStack stack, Axis1D axis) -
Uses of Axis1D in com.metsci.glimpse.core.axis.listener
Methods in com.metsci.glimpse.core.axis.listener with parameters of type Axis1D Modifier and Type Method Description voidAxisListener1D. axisUpdated(Axis1D axis)voidRateLimitedAxisListener1D. axisUpdated(Axis1D axis)abstract voidRateLimitedAxisListener1D. axisUpdatedRateLimited(Axis1D axis)voidRateLimitedAxisListener1D. eventDispatch(Axis1D data) -
Uses of Axis1D in com.metsci.glimpse.core.axis.listener.mouse
Methods in com.metsci.glimpse.core.axis.listener.mouse with parameters of type Axis1D Modifier and Type Method Description voidAxisMouseListener. anchor(Axis1D axis, boolean horizontal, int posX, int posY)voidAxisMouseListener2D. applyAndUpdate(Axis1D axisX, Axis1D axisY)voidAxisMouseListener. mouseMoved(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidAxisMouseListener. mousePressed(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidAxisMouseListener. mouseReleased(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidAxisMouseListener. mouseWheelMoved(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidAxisMouseListener. move(Axis1D axis, boolean horizontal, int posX, int posY)voidAxisMouseListener. pan(Axis1D axis, boolean horizontal, int posX, int posY)voidAxisMouseListener. toggleSelectionLock(Axis1D axis)voidAxisMouseListener. unanchor(Axis1D axis, boolean horizontal, int posX, int posY)voidAxisMouseListener. zoom(Axis1D axis, boolean horizontal, double zoomIncrements, int posX, int posY)voidAxisMouseListener. zoomSelection(Axis1D axis, boolean horizontal, double zoomIncrements, int posX, int posY) -
Uses of Axis1D in com.metsci.glimpse.core.axis.listener.touch
Methods in com.metsci.glimpse.core.axis.listener.touch with parameters of type Axis1D Modifier and Type Method Description voidAxisGestureListener2D. applyAndUpdate(Axis1D axisX, Axis1D axisY)voidAxisGestureListener. move(Axis1D axis, boolean horizontal, int posX, int posY)voidAxisGestureListener. pan(Axis1D axis, boolean horizontal, float dX, float dY)voidAxisGestureListener. select(Axis1D axis, boolean horizontal, float posX, float posY)voidAxisGestureListener. toggleSelectionLock(Axis1D axis)voidAxisGestureListener. zoom(Axis1D axis, boolean horizontal, float posX, float posY, float scale)voidAxisGestureListener. zoomSelection(Axis1D axis, boolean horizontal, int zoomIncrements, int posX, int posY) -
Uses of Axis1D in com.metsci.glimpse.core.axis.painter
Methods in com.metsci.glimpse.core.axis.painter with parameters of type Axis1D Modifier and Type Method Description NumericAxisPainter.TickInfoNumericAxisPainter. getTickInfo(Axis1D axis, GlimpseBounds bounds) -
Uses of Axis1D in com.metsci.glimpse.core.axis.painter.label
Methods in com.metsci.glimpse.core.axis.painter.label with parameters of type Axis1D Modifier and Type Method Description StringAxisLabelHandler. getAxisLabel(Axis1D axis)StringEmptyLabelHandler. getAxisLabel(Axis1D axis)StringFixedAxisLabelHandler. getAxisLabel(Axis1D axis)StringGridAxisLabelHandler. getAxisLabel(Axis1D axis)StringHdrAxisLabelHandler. getAxisLabel(Axis1D axis)StringLatLonAxisLabelHandler. getAxisLabel(Axis1D axis)String[]AxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)String[]EmptyLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)String[]FixedAxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)String[]GridAxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)String[]HdrAxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)String[]LatLonAxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)double[]AxisLabelHandler. getTickPositions(Axis1D axis)double[]EmptyLabelHandler. getTickPositions(Axis1D axis)double[]FixedAxisLabelHandler. getTickPositions(Axis1D axis)double[]GridAxisLabelHandler. getTickPositions(Axis1D axis) -
Uses of Axis1D in com.metsci.glimpse.core.axis.painter.label.time
Methods in com.metsci.glimpse.core.axis.painter.label.time with parameters of type Axis1D Modifier and Type Method Description StringAbsoluteTimeAxisLabelHandler. getAxisLabel(Axis1D axis)StringRelativeTimeAxisLabelHandler. getAxisLabel(Axis1D axis)String[]AbsoluteTimeAxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)List<String>AbsoluteTimeAxisLabelHandler. getTickLabels(Axis1D axis, List<TimeStamp> tickPositions)String[]RelativeTimeAxisLabelHandler. getTickLabels(Axis1D axis, double[] tickPositions)List<String>RelativeTimeAxisLabelHandler. getTickLabels(Axis1D axis, List<TimeStamp> tickPositions)List<String>TimeAxisLabelHandler. getTickLabels(Axis1D axis, List<TimeStamp> tickPositions)double[]AbsoluteTimeAxisLabelHandler. getTickPositions(Axis1D axis)List<TimeStamp>AbsoluteTimeAxisLabelHandler. getTickPositions(Axis1D axis, double axisLengthPixels)double[]RelativeTimeAxisLabelHandler. getTickPositions(Axis1D axis)List<TimeStamp>RelativeTimeAxisLabelHandler. getTickPositions(Axis1D axis, double axisLengthPixels)List<TimeStamp>TimeAxisLabelHandler. getTickPositions(Axis1D axis, double axisLengthPixels)List<TimeStruct>AbsoluteTimeAxisLabelHandler. getTimeStructs(Axis1D axis, List<TimeStamp> tickTimes)List<TimeStruct>RelativeTimeAxisLabelHandler. getTimeStructs(Axis1D axis, List<TimeStamp> tickTimes)List<TimeStruct>TimeAxisLabelHandler. getTimeStructs(Axis1D axis, List<TimeStamp> tickTimes) -
Uses of Axis1D in com.metsci.glimpse.core.axis.tagged
Subclasses of Axis1D in com.metsci.glimpse.core.axis.tagged Modifier and Type Class Description classTaggedAxis1DAn Axis1D which keeps track of a set of labeled locations along the axis.Methods in com.metsci.glimpse.core.axis.tagged with parameters of type Axis1D Modifier and Type Method Description voidTaggedAxisListener1D. axisUpdated(Axis1D axis)voidTaggedAxisMouseListener1D. mouseMoved(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidTaggedAxisMouseListener1D. mousePressed(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidTaggedAxisMouseListener1D. mouseReleased(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)Constructors in com.metsci.glimpse.core.axis.tagged with parameters of type Axis1D Constructor Description TaggedAxis1D(Axis1D parent) -
Uses of Axis1D in com.metsci.glimpse.core.event.key
Methods in com.metsci.glimpse.core.event.key that return Axis1D Modifier and Type Method Description Axis1DGlimpseKeyEvent. getAxis1D() -
Uses of Axis1D in com.metsci.glimpse.core.event.mouse
Methods in com.metsci.glimpse.core.event.mouse that return Axis1D Modifier and Type Method Description Axis1DGlimpseMouseEvent. getAxis1D() -
Uses of Axis1D in com.metsci.glimpse.core.event.touch
Methods in com.metsci.glimpse.core.event.touch that return Axis1D Modifier and Type Method Description Axis1DGlimpseLongPressGestureEvent. getAxis1D()Axis1DGlimpsePanGestureEvent. getAxis1D()Axis1DGlimpsePinchGestureEvent. getAxis1D()Axis1DGlimpseSwipeGestureEvent. getAxis1D()Axis1DGlimpseTapGestureEvent. getAxis1D()Axis1DGlimpseTouchEvent. getAxis1D() -
Uses of Axis1D in com.metsci.glimpse.core.examples.heatmap
Methods in com.metsci.glimpse.core.examples.heatmap with parameters of type Axis1D Modifier and Type Method Description static HeatMapPainterInterpolatedHeatMapExample. newHeatMapPainter(Axis1D axis)static HeatMapPainterInterpolatedHeatMapExample. newHeatMapPainter(ColorTexture1D colorScale, Axis1D axis)static HeatMapPainterHeatMapExample. newPainter(Axis1D axis)static HeatMapPainterHeatMapExample. newPainter(ColorTexture1D colorScale, Axis1D axis) -
Uses of Axis1D in com.metsci.glimpse.core.examples.plot
Methods in com.metsci.glimpse.core.examples.plot with parameters of type Axis1D Modifier and Type Method Description static GlimpseLayoutHistogramPlotExample. createDualHistograms(Axis1D xAxis, float[] data1, float[] data2, float[] data3)static GlimpseLayoutHistogramPlotExample. createStackedHistograms(Axis1D xAxis, float[] data1, float[] data2, float[] data3)static GlimpseLayoutHistogramPlotExample. createStackedScaledHistograms(Axis1D xAxis, float[] data1, float[] data2, float[] data3) -
Uses of Axis1D in com.metsci.glimpse.core.layout
Methods in com.metsci.glimpse.core.layout that return Axis1D Modifier and Type Method Description Axis1DGlimpseAxisLayout1D. getAxis()Axis1DGlimpseAxisLayout1D. getAxis(GlimpseContext context)Axis1DGlimpseAxisLayout1D. getAxis(GlimpseTargetStack stack)Methods in com.metsci.glimpse.core.layout that return types with arguments of type Axis1D Modifier and Type Method Description Collection<Axis1D>GlimpseAxisLayout1D. getAxis(TargetStackMatcher matcher)Methods in com.metsci.glimpse.core.layout with parameters of type Axis1D Modifier and Type Method Description voidGlimpseAxisLayout1D. setAxis(Axis1D axis)voidGlimpseAxisLayout1D. setAxis(GlimpseContext context, Axis1D axis)voidGlimpseAxisLayout1D. setAxis(GlimpseTargetStack stack, Axis1D axis)Constructors in com.metsci.glimpse.core.layout with parameters of type Axis1D Constructor Description GlimpseAxisLayout1D(Axis1D axis)GlimpseAxisLayout1D(GlimpseLayout parent, Axis1D axis)GlimpseAxisLayout1D(GlimpseLayout parent, String name, Axis1D axis)GlimpseAxisLayout1D(String name, Axis1D axis)GlimpseAxisLayout2D(Axis1D axisX, Axis1D axisY)GlimpseAxisLayoutX(Axis1D axis)GlimpseAxisLayoutX(GlimpseLayout parent, Axis1D axis)GlimpseAxisLayoutX(GlimpseLayout parent, String name, Axis1D axis)GlimpseAxisLayoutX(String name, Axis1D axis)GlimpseAxisLayoutY(Axis1D axis)GlimpseAxisLayoutY(GlimpseLayout parent, Axis1D axis)GlimpseAxisLayoutY(GlimpseLayout parent, String name, Axis1D axis)GlimpseAxisLayoutY(String name, Axis1D axis) -
Uses of Axis1D in com.metsci.glimpse.core.painter.base
Methods in com.metsci.glimpse.core.painter.base that return Axis1D Modifier and Type Method Description static Axis1DGlimpsePainterBase. getAxis1D(GlimpseContext context)static Axis1DGlimpsePainterBase. requireAxis1D(GlimpseContext context) -
Uses of Axis1D in com.metsci.glimpse.core.painter.group
Methods in com.metsci.glimpse.core.painter.group with parameters of type Axis1D Modifier and Type Method Description static Iterator<WrappedPainter.WrappedTextureBounds>WrappedPainter. wrappedBoundsIterator(Axis1D axis, int boundsSize) -
Uses of Axis1D in com.metsci.glimpse.core.painter.shape
Constructors in com.metsci.glimpse.core.painter.shape with parameters of type Axis1D Constructor Description ShadedPointPainter(Axis1D colorAxis, Axis1D sizeAxis)TimeShadedPointPainter(Axis1D colorAxis, Axis1D sizeAxis) -
Uses of Axis1D in com.metsci.glimpse.core.painter.texture
Constructors in com.metsci.glimpse.core.painter.texture with parameters of type Axis1D Constructor Description HeatMapPainter(Axis1D colorAxis) -
Uses of Axis1D in com.metsci.glimpse.core.plot
Methods in com.metsci.glimpse.core.plot that return Axis1D Modifier and Type Method Description Axis1DMultiAxisPlot2D.AxisInfo. getAxis()Axis1DMultiAxisPlot2D. getAxis(String label)Axis1DPlot2D. getAxisX()Axis1DPlot2D. getAxisY()Axis1DPlot2D. getAxisZ()Axis1DMultiAxisPlot2D. getCenterAxisX()Axis1DMultiAxisPlot2D. getCenterAxisY()Methods in com.metsci.glimpse.core.plot with parameters of type Axis1D Modifier and Type Method Description MultiAxisPlot2D.AxisInfoMultiAxisPlot2D. createAxisBottom(String name, Axis1D axis, AxisMouseListener mouseListener)MultiAxisPlot2D.AxisInfoMultiAxisPlot2D. createAxisLeft(String name, Axis1D axis, AxisMouseListener mouseListener)MultiAxisPlot2D.AxisInfoMultiAxisPlot2D. createAxisRight(String name, Axis1D axis, AxisMouseListener mouseListener)MultiAxisPlot2D.AxisInfoMultiAxisPlot2D. createAxisTop(String name, Axis1D axis, AxisMouseListener mouseListener)Constructors in com.metsci.glimpse.core.plot with parameters of type Axis1D Constructor Description AxisInfo(String id, MultiAxisPlot2D.AxisOrientation orient, Axis1D axis, AxisMouseListener mouseListener, GridAxisLabelHandler tickHandler, NumericAxisPainter painter, GlimpseLayout layout, int order, int size) -
Uses of Axis1D in com.metsci.glimpse.core.plot.stacked
Methods in com.metsci.glimpse.core.plot.stacked that return Axis1D Modifier and Type Method Description Axis1DPlotInfo. getCommonAxis()Returns the common axis shared by all the plots in a StackedPlot2D.Axis1DPlotInfo. getCommonAxis(GlimpseTargetStack stack)Returns the common axis associated with the given GlimpseTargetStack.Axis1DPlotInfoImpl. getCommonAxis()Axis1DPlotInfoImpl. getCommonAxis(GlimpseTargetStack stack)Axis1DPlotInfoWrapper. getCommonAxis()Axis1DPlotInfoWrapper. getCommonAxis(GlimpseTargetStack stack)Axis1DStackedPlot2D. getCommonAxis()Axis1DStackedPlot2D. getCommonAxis(Axis2D axis)Axis1DPlotInfo. getOrthogonalAxis()Returns the data axis associated with this plot.Axis1DPlotInfo. getOrthogonalAxis(GlimpseTargetStack stack)Returns the data axis associated with the given GlimpseTargetStack.Axis1DPlotInfoImpl. getOrthogonalAxis()Axis1DPlotInfoImpl. getOrthogonalAxis(GlimpseTargetStack stack)Axis1DPlotInfoWrapper. getOrthogonalAxis()Axis1DPlotInfoWrapper. getOrthogonalAxis(GlimpseTargetStack stack)Axis1DStackedPlot2D. getOrthogonalAxis(Axis2D axis)Methods in com.metsci.glimpse.core.plot.stacked with parameters of type Axis1D Modifier and Type Method Description PlotInfoStackedPlot2D. createPlot(Object id, Axis1D axis)Constructors in com.metsci.glimpse.core.plot.stacked with parameters of type Axis1D Constructor Description StackedPlot2D(Axis1D commonAxis)StackedPlot2D(StackedPlot2D.Orientation orientation, Axis1D commonAxis) -
Uses of Axis1D in com.metsci.glimpse.core.plot.timeline
Methods in com.metsci.glimpse.core.plot.timeline with parameters of type Axis1D Modifier and Type Method Description PlotInfoStackedTimePlot2D. createPlot(Object id, Axis1D axis)TimePlotInfoStackedTimePlot2D. createTimePlot(Object id, Axis1D axis)Creates a plot similar tocreatePlot( String, Axis1D )but with additional plot decorations, including: grid lines, axes labels for the data axis, and a text label describing the plot. -
Uses of Axis1D in com.metsci.glimpse.core.plot.timeline.event
Methods in com.metsci.glimpse.core.plot.timeline.event with parameters of type Axis1D Modifier and Type Method Description voidEventManager. calculateVisibleEvents(Axis1D axis)voidEventManager.Row. calculateVisibleEvents(Axis1D axis, TimeStamp min, TimeStamp max)voidEventManager.Row. calculateVisibleEventsAggregated(Axis1D axis, TimeStamp min, TimeStamp max) -
Uses of Axis1D in com.metsci.glimpse.core.plot.timeline.listener
Methods in com.metsci.glimpse.core.plot.timeline.listener with parameters of type Axis1D Modifier and Type Method Description voidTimeAxisMouseListener1D. mouseMoved(GlimpseMouseEvent e, Axis1D axis, boolean horizontal)voidTimeAxisMouseListener1D. mousePressed(GlimpseMouseEvent e, Axis1D axis, boolean horizontal) -
Uses of Axis1D in com.metsci.glimpse.core.support
Methods in com.metsci.glimpse.core.support with parameters of type Axis1D Modifier and Type Method Description static DisposableDisposableUtils. addAxisListener1D(Axis1D axis, AxisListener1D listener)static DisposableDisposableUtils. addAxisListener1D(Axis1D axis, Runnable listener) -
Uses of Axis1D in com.metsci.glimpse.core.support.atlas
Methods in com.metsci.glimpse.core.support.atlas with parameters of type Axis1D Modifier and Type Method Description voidTextureAtlas. drawImageAxisX(GlimpseContext context, Object id, Axis1D axis, double positionX, double positionY)voidTextureAtlas. drawImageAxisX(GlimpseContext context, Object id, Axis1D axis, double positionX, double positionY, double scaleX, double scaleY, double centerX, double centerY)Draws an image from the TextureAtlas with the x position specified in axis space and the y position specified in pixel space.voidTextureAtlas. drawImageAxisX(GlimpseContext context, Object id, Axis1D axis, double positionX, double positionY, double scaleX, double scaleY, double centerX, double centerY, float[] rgba)voidTextureAtlas. drawImageAxisY(GlimpseContext context, Object id, Axis1D axis, double positionX, double positionY)Draws an image from the TextureAtlas with the y position specified in axis space and the x position specified in pixel space.voidTextureAtlas. drawImageAxisY(GlimpseContext context, Object id, Axis1D axis, double positionX, double positionY, double scaleX, double scaleY, double centerX, double centerY)voidTextureAtlas. drawImageAxisY(GlimpseContext context, Object id, Axis1D axis, double positionX, double positionY, double scaleX, double scaleY, double centerX, double centerY, float[] rgba) -
Uses of Axis1D in com.metsci.glimpse.core.support.shader.colormap
Methods in com.metsci.glimpse.core.support.shader.colormap with parameters of type Axis1D Modifier and Type Method Description voidColorMapProgram. axisUpdated(Axis1D axis)voidColorMapTaggedProgram. axisUpdated(Axis1D axis)Constructors in com.metsci.glimpse.core.support.shader.colormap with parameters of type Axis1D Constructor Description ColorMapIntegerProgram(Axis1D colorAxis, int targetTexUnit, int colorTexUnit)ColorMapProgram(Axis1D colorAxis, int targetTexUnit, int colorTexUnit)InterpColorMapProgram(Axis1D colorAxis, int targetTexUnit, int colorTexUnit) -
Uses of Axis1D in com.metsci.glimpse.core.support.shader.point
Methods in com.metsci.glimpse.core.support.shader.point with parameters of type Axis1D Modifier and Type Method Description voidPartialTaggedPointAttributeColorSizeProgram. axisUpdated(Axis1D axis)Constructors in com.metsci.glimpse.core.support.shader.point with parameters of type Axis1D Constructor Description PointAttributeColorSizeProgram(int colorTextureUnit, int sizeTextureUnit, Axis1D colorAxis, Axis1D sizeAxis) -
Uses of Axis1D in com.metsci.glimpse.core.support.wrapped
Methods in com.metsci.glimpse.core.support.wrapped with parameters of type Axis1D Modifier and Type Method Description static Wrapper1DWrapper1D. getWrapper1D(Axis1D axis) -
Uses of Axis1D in com.metsci.glimpse.dnc.util
Methods in com.metsci.glimpse.dnc.util with parameters of type Axis1D Modifier and Type Method Description abstract voidRateLimitedAxisLimitsListener1D. axisLimitsUpdatedRateLimited(Axis1D axis)voidRateLimitedAxisLimitsListener1D. axisUpdatedRateLimited(Axis1D axis)
-