| |
|
| java.lang.Object net.charabia.jsmoothgen.pe.res.ResIcon
ResIcon | public class ResIcon (Code) | | |
Inner Class :public class PaletteElement | |
Constructor Summary | |
public | ResIcon(ByteBuffer in) | public | ResIcon(Image img) Creates a new instance based on the data of the Image argument. |
Method Summary | |
public ByteBuffer | getData() Creates and returns a ByteBuffer containing an image under
the .ico format expected by Windows. | public static void | main(String[] args) | public String | toString() |
BitmapAND | public short[] BitmapAND(Code) | | |
BitmapXOR | public short[] BitmapXOR(Code) | | |
BitsPerPixel | public int BitsPerPixel(Code) | | |
ColorsImportant | public long ColorsImportant(Code) | | |
ColorsUsed | public long ColorsUsed(Code) | | |
Compression | public long Compression(Code) | | |
Height | public long Height(Code) | | |
HorzResolution | public long HorzResolution(Code) | | |
Palette | public PaletteElement[] Palette(Code) | | |
SizeOfBitmap | public long SizeOfBitmap(Code) | | |
VertResolution | public long VertResolution(Code) | | |
ResIcon | public ResIcon(ByteBuffer in)(Code) | | Creates a new instance of ResIcon
Parameters: in - |
ResIcon | public ResIcon(Image img) throws Exception(Code) | | Creates a new instance based on the data of the Image argument.
Parameters: img - |
getData | public ByteBuffer getData()(Code) | | Creates and returns a ByteBuffer containing an image under
the .ico format expected by Windows.
a ByteBuffer with the .ico data |
|
|
|