Package com.luciad.format.raster
Interface ILcdMultivaluedIcon
public interface ILcdMultivaluedIcon
This interface provides a method to draw icons for multi-dimensional
integer values.
It can be used as means to visualize multi-dimensional raster data.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
paintMultivaluedIcon
(Graphics aGraphics, int aX, int aY, int[] aValues) Paint the icon at the specified location for the given multi-dimensional value.
-
Method Details
-
paintMultivaluedIcon
Paint the icon at the specified location for the given multi-dimensional value.- Parameters:
aGraphics
- the Graphics on which the icon will be painted.aX
- the x ordinate at which the icon will be painted.aY
- the y ordinate at which the icon will be painted.aValues
- the multi-dimensional value.
-