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 Type
    Method
    Description
    void
    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

      void paintMultivaluedIcon(Graphics aGraphics, int aX, int aY, int[] aValues)
      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.