public interface Overlay
Modifier and Type | Method and Description |
---|---|
String |
getColorTableName()
Returns the LUT name associated with this Overlay.
|
float |
getMax()
Returns the LUT maximum.
|
float |
getMin()
Returns the LUT minimum.
|
FloatBuffer[] |
getScalars()
Returns an array of scalar buffers.
|
FloatIterator |
getScalarsIterator()
Returns the scalars iterator.
|
int |
getScalarsSize()
Returns the number of scalar values.
|
String getColorTableName()
float getMax()
float getMin()
FloatBuffer[] getScalars()
FloatIterator getScalarsIterator()
int getScalarsSize()