Module ij
Package ij

Class LookUpTable


  • public class LookUpTable
    extends java.lang.Object
    This class represents a color look-up table.
    • Constructor Detail

      • LookUpTable

        public LookUpTable​(java.awt.Image img)
        Constructs a LookUpTable object from an AWT Image.
      • LookUpTable

        public LookUpTable​(java.awt.image.ColorModel cm)
        Constructs a LookUpTable object from a ColorModel.
    • Method Detail

      • getMapSize

        public int getMapSize()
      • getReds

        public byte[] getReds()
      • getGreens

        public byte[] getGreens()
      • getBlues

        public byte[] getBlues()
      • getColorModel

        public java.awt.image.ColorModel getColorModel()
      • drawColorBar

        public void drawColorBar​(java.awt.Graphics g,
                                 int x,
                                 int y,
                                 int width,
                                 int height)
      • drawUnscaledColorBar

        public void drawUnscaledColorBar​(ImageProcessor ip,
                                         int x,
                                         int y,
                                         int width,
                                         int height)
      • createGrayscaleColorModel

        public static java.awt.image.ColorModel createGrayscaleColorModel​(boolean invert)