Package | Description |
---|---|
com.ajtjp.jImageReader.bitmap |
Implementations of bitmaps (the concept, not the format).
|
Modifier and Type | Class and Description |
---|---|
class |
Bitmap
This class represents the PCX as a traditional bitmap - an array of
colors.
|
class |
BitmapLowRAM
A version of a bitmap that uses less RAM on account of storing colors as integers,
rather than as Colors.
|
class |
IndexedBitmap
Represents a bitmap with indexed color.
|
Copyright © 2020. All rights reserved.