Uses of Class
com.twelvemonkeys.imageio.plugins.bmp.BitmapIndexed
-
Packages that use BitmapIndexed Package Description com.twelvemonkeys.imageio.plugins.bmp -
-
Uses of BitmapIndexed in com.twelvemonkeys.imageio.plugins.bmp
Fields in com.twelvemonkeys.imageio.plugins.bmp declared as BitmapIndexed Modifier and Type Field Description (package private) BitmapIndexed
BitmapMask. bitMask
Methods in com.twelvemonkeys.imageio.plugins.bmp with parameters of type BitmapIndexed Modifier and Type Method Description private void
DIBImageReader. readBitmapIndexed(BitmapIndexed bitmap)
private void
DIBImageReader. readBitmapIndexed1(BitmapIndexed bitmap, boolean asMask)
private void
DIBImageReader. readBitmapIndexed4(BitmapIndexed bitmap)
private void
DIBImageReader. readBitmapIndexed8(BitmapIndexed bitmap)
private void
DIBImageReader. readColorMap(BitmapIndexed bitmap)
-