Class CursorTextZPainter
- java.lang.Object
-
- com.metsci.glimpse.core.painter.base.GlimpsePainterBase
-
- com.metsci.glimpse.core.painter.info.CursorTextPainter
-
- com.metsci.glimpse.core.painter.info.CursorTextZPainter
-
- All Implemented Interfaces:
GlimpsePainter
public class CursorTextZPainter extends CursorTextPainter
In addition to displaying the coordinates of the cursor in data space, also displays the data value stored in theFloatTextureProjected2D
beneath the cursor location.- Author:
- ulman
- See Also:
CursorTextPainter
-
-
Constructor Summary
Constructors Constructor Description CursorTextZPainter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setTexture(TextureProjected2D texture)
-
Methods inherited from class com.metsci.glimpse.core.painter.info.CursorTextPainter
doDispose, doPaintTo, setClampToScreenEdges, setOffsetBySelectionSize, setTextBackgroundColor, setTextColor, setTextGapZ
-
Methods inherited from class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
dispose, getAxis1D, getAxis2D, getBounds, getGL3, isDisposed, isVisible, paintTo, requireAxis1D, requireAxis2D, setLookAndFeel, setVisible
-
-
-
-
Method Detail
-
setTexture
public void setTexture(TextureProjected2D texture)
-
-