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
-
drawUnscaledColorBar(Graphics, int, int, int, int)
-
-
getColors()
-
-
getMapSize()
-
-
makeGrayscaleColorModel(boolean)
-
getMapSize
public int getMapSize()
getColors
public byte[] getColors()
drawUnscaledColorBar
public void drawUnscaledColorBar(Graphics g,
int x,
int y,
int width,
int height)
makeGrayscaleColorModel
public static ColorModel makeGrayscaleColorModel(boolean invert)
All Packages Class Hierarchy This Package Previous Next Index