Package | Description |
---|---|
org.eclipse.pde.internal.swt.tools |
Modifier and Type | Field and Description |
---|---|
(package private) IconExe.ImageData |
IconExe.IconResInfo.data |
IconExe.ImageData[] |
IconExe.ImageLoader.data
the array of ImageData objects in this ImageLoader.
|
Modifier and Type | Method and Description |
---|---|
(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.
|
IconExe.ImageData[] |
IconExe.ImageLoader.load(java.io.InputStream stream)
Loads an array of
ImageData objects from the
specified input stream. |
static IconExe.ImageData[] |
IconExe.FileFormat.load(java.io.InputStream is,
IconExe.ImageLoader loader) |
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) |
Modifier and Type | Method and Description |
---|---|
(package private) static IconExe.ImageData |
IconExe.ImageData.convertMask(IconExe.ImageData mask) |
(package private) int |
IconExe.WinICOFileFormat.iconSize(IconExe.ImageData i)
Answer the size in bytes of the file representation of the given
icon
|
(package private) boolean |
IconExe.WinICOFileFormat.isValidIcon(IconExe.ImageData i) |
(package private) static void |
IconExe.unloadIcon(java.io.RandomAccessFile raf,
IconExe.ImageData icon) |
(package private) static int |
IconExe.unloadIcons(java.lang.String program,
IconExe.ImageData[] icons)
Replace the Desktop icons provided in the Windows executable program
with icons provided by the user.
|
(package private) static void |
IconExe.unloadMaskData(java.io.RandomAccessFile raf,
IconExe.ImageData icon) |
(package private) static void |
IconExe.unloadShapeData(java.io.RandomAccessFile raf,
IconExe.ImageData icon) |