Element: ByteRaster.

Icon: 

Text: A 2D visualization of data pointswith a byte color index.

Description: A ByteRaster is a drawing element that displays a set of points in a rectangular area of the plane with a given color for each point. The points are displayed as pixels colored according to the corresponding indexes.

Table of properties

Name Description Values accepted
Configuration
Data The color indexs for each of the points in the rectangle. A two-dimensional array [m][n] of type int, where m and n indicate the number of points in the rectangle along each axis.

The element automatically translates these indexes into different colors.

Minimum X The minimum value in the X axis of the rectangular area of the plane displayed. Any constant or variable of type double or int.
Maximum X The maximum value in the X axis of the rectangular area of the plane displayed. Any constant or variable of type double or int.
Minimum Y The minimum value in the Y axis of the rectangular area of the plane displayed. Any constant or variable of type double or int.
Maximum Y The maximum value in the Y axis of the rectangular area of the plane displayed. Any constant or variable of type double or int.
Graphical Aspect
Palette The palette of colors to use for the visualization of each value. A one-dimensional array of type Object with the palette of colors to use. Each element of this array must be an object of the class java.awt.Color. Num Colors will automatically take the value of the length of this array. The maximum length allowed is of 256 colors.
Visible The visibility of the element. A boolean variable or one of the constants true or false.