Package | Description |
---|---|
org.eclipse.nebula.visualization.widgets.datadefinition | |
org.eclipse.nebula.visualization.widgets.figures |
Modifier and Type | Class | Description |
---|---|---|
class |
ByteArrayWrapper |
A wrapper for byte[].
|
class |
DoubleArrayWrapper |
A wrapper for double[].
|
class |
FloatArrayWrapper |
A wrapper for float[].
|
class |
IntArrayWrapper |
A wrapper for int[].
|
class |
LongArrayWrapper |
A wrapper for long[].
|
class |
ShortArrayWrapper |
A wrapper for short[].
|
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.graphics.ImageData |
ColorMap.drawImage(IPrimaryArrayWrapper dataArray,
int dataWidth,
int dataHeight,
double max,
double min,
org.eclipse.swt.graphics.ImageData imageData,
boolean shrink) |
Calculate the image data from source data based on the color map.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IntensityGraphFigure.UnsignedPrimitiveArrayWrapper |
Wraps an array of raw signed data to emulate an unsigned datatype.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IntensityGraphFigure.setDataArray(IPrimaryArrayWrapper dataWrapper) |
Set the data array wrapper for the intensity graph.
|
Constructor | Description |
---|---|
UnsignedPrimitiveArrayWrapper(IPrimaryArrayWrapper array,
int bits) |
Wrap an array to return unsigned data.
|