(package private) IconExe.ImageData |
IconExe.ImageData.colorMaskImage(int pixel) |
|
(package private) static IconExe.ImageData |
IconExe.ImageData.convertMask(IconExe.ImageData mask) |
|
IconExe.ImageData |
IconExe.ImageData.getTransparencyMask() |
Returns an ImageData which specifies the
transparency mask information for the receiver, or null if the
receiver has no transparency and is not an icon.
|
static IconExe.ImageData |
IconExe.ImageData.internal_new(int width,
int height,
int depth,
IconExe.PaletteData palette,
int scanlinePad,
byte[] data,
int maskPad,
byte[] maskData,
byte[] alphaData,
int alpha,
int transparentPixel,
int type,
int x,
int y,
int disposalMethod,
int delayTime) |
Invokes internal SWT functionality to create a new instance of
this class.
|
static IconExe.ImageData[] |
IconExe.FileFormat.load(java.io.InputStream is,
IconExe.ImageLoader loader) |
|
IconExe.ImageData[] |
IconExe.ImageLoader.load(java.io.InputStream stream) |
Loads an array of ImageData objects from the
specified input stream.
|
IconExe.ImageData[] |
IconExe.ImageLoader.load(java.lang.String filename) |
Loads an array of ImageData objects from the
file with the specified name.
|
(package private) abstract IconExe.ImageData[] |
IconExe.FileFormat.loadFromByteStream() |
|
(package private) IconExe.ImageData[] |
IconExe.WinBMPFileFormat.loadFromByteStream() |
|
(package private) IconExe.ImageData[] |
IconExe.WinICOFileFormat.loadFromByteStream() |
|
IconExe.ImageData[] |
IconExe.FileFormat.loadFromStream(IconExe.LEDataInputStream stream) |
|
(package private) IconExe.ImageData |
IconExe.WinICOFileFormat.loadIcon(int[] iconHeader) |
Load one icon from the byte stream.
|
(package private) static IconExe.ImageData[] |
IconExe.loadIcons(java.lang.String program) |
Retrieve the Desktop icons provided in the Windows executable program.
|
(package private) static IconExe.ImageData |
IconExe.parseIcon(java.io.RandomAccessFile raf,
int offset,
int size) |
|