Byte raster
Properties
ByteRaster
|
| Configuration
|
| Name
| Description
| Values accepted
| Default
|
| Data
| The int[][] array of data to be displayed.
| An array with int values.
|
|
| Minimum X
| The minimum X value that can be displayed.
| A constant or variable of type int or double.
|
|
| Maximum X
| The maximum X value that can be displayed.
| A constant or variable of type int or double.
|
|
| Minimum Y
| The minimum Y value that can be displayed.
| A constant or variable of type int or double.
|
|
| Maximum Y
| The maximum Y value that can be displayed.
| A constant or variable of type int or double.
|
|
| Graphical Aspect
|
| Name
| Description
| Values accepted
| Default
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Palette
| The Color[] array of colors for the palette.
| Read about colors.
|
|