com.metsci.glimpse.painter.info
Class CursorTextZPainter

java.lang.Object
  extended by com.metsci.glimpse.painter.base.GlimpsePainterImpl
      extended by com.metsci.glimpse.painter.base.GlimpsePainter2D
          extended by com.metsci.glimpse.painter.info.CursorTextPainter
              extended by com.metsci.glimpse.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 the FloatTextureProjected2D beneath the cursor location.

Author:
ulman
See Also:
CursorTextPainter

Field Summary
 
Fields inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl
BYTES_PER_FLOAT, logger
 
Constructor Summary
CursorTextZPainter()
           
 
Method Summary
 void setTexture(FloatTextureProjected2D texture)
           
 
Methods inherited from class com.metsci.glimpse.painter.info.CursorTextPainter
dispose, paintTo, setClampToScreenEdges, setOffsetBySelectionSize, setTextBackgroundColor, setTextColor
 
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainter2D
paintTo
 
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl
dispose, isDisposed, isVisible, paintTo, setErrorHandling, setLookAndFeel, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CursorTextZPainter

public CursorTextZPainter()
Method Detail

setTexture

public void setTexture(FloatTextureProjected2D texture)


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