Uses of Class
com.metsci.glimpse.support.texture.FloatTextureProjected2D

Packages that use FloatTextureProjected2D
com.metsci.glimpse.charts.bathy The bathymetry package defines utility classes for reading bathymetric data in various formats. 
com.metsci.glimpse.painter.info Painters which draw informational overlays. 
com.metsci.glimpse.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images. 
com.metsci.glimpse.support.texture Extensions to the basic Texture subclasses. 
 

Uses of FloatTextureProjected2D in com.metsci.glimpse.charts.bathy
 

Methods in com.metsci.glimpse.charts.bathy that return FloatTextureProjected2D
 FloatTextureProjected2D BathymetryData.getTexture()
           
 

Uses of FloatTextureProjected2D in com.metsci.glimpse.painter.info
 

Methods in com.metsci.glimpse.painter.info with parameters of type FloatTextureProjected2D
 void CursorTextZPainter.setTexture(FloatTextureProjected2D texture)
           
 

Uses of FloatTextureProjected2D in com.metsci.glimpse.painter.texture
 

Methods in com.metsci.glimpse.painter.texture that return FloatTextureProjected2D
 FloatTextureProjected2D HeatMapPainter.getData()
           
 

Methods in com.metsci.glimpse.painter.texture with parameters of type FloatTextureProjected2D
 void HeatMapPainter.setData(FloatTextureProjected2D texture)
           
 

Uses of FloatTextureProjected2D in com.metsci.glimpse.support.texture
 

Subclasses of FloatTextureProjected2D in com.metsci.glimpse.support.texture
 class ColorTextureProjected2D
          A texture class which stores 4 channel RGBA colors.
 class LuminanceTextureProjected2D
          A texture class which stores 16 bit fixed point greyscale values (capped from 0 to 1).
 



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