Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
FloatTextureProjected2D |
IntensityMapPainter.getColor() |
FloatTextureProjected2D |
IntensityMapPainter.getData() |
FloatTextureProjected2D |
HeatMapPainter.getData() |
Modifier and Type | Method and Description |
---|---|
void |
IntensityMapPainter.setColor(FloatTextureProjected2D texture) |
void |
IntensityMapPainter.setData(FloatTextureProjected2D texture) |
void |
HeatMapPainter.setData(FloatTextureProjected2D texture) |
Modifier and Type | Class and Description |
---|---|
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 © 2016 Metron, Inc.. All rights reserved.