All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.LookUpTable

java.lang.Object
   |
   +----ij.LookUpTable

public class LookUpTable
extends Object
256 entry color look-up table


Method Index

 o drawUnscaledColorBar(Graphics, int, int, int, int)
 o getColors()
 o getMapSize()
 o makeGrayscaleColorModel(boolean)

Methods

 o getMapSize
 public int getMapSize()
 o getColors
 public byte[] getColors()
 o drawUnscaledColorBar
 public void drawUnscaledColorBar(Graphics g,
                                  int x,
                                  int y,
                                  int width,
                                  int height)
 o makeGrayscaleColorModel
 public static ColorModel makeGrayscaleColorModel(boolean invert)

All Packages  Class Hierarchy  This Package  Previous  Next  Index