public class IconDirectoryEntry extends Object
| Constructor and Description |
|---|
IconDirectoryEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(GroupIconDirectoryEntry gide) |
int |
getBitCount() |
int |
getBytesInRes() |
int |
getColorCount() |
int |
getHeight() |
int |
getOffset() |
int |
getPlanes() |
int |
getReserved() |
int |
getWidth() |
void |
setBitCount(int bitCount) |
void |
setBytesInRes(int bytesInRes) |
void |
setColorCount(int colorCount) |
void |
setHeight(int height) |
void |
setOffset(int offset) |
void |
setPlanes(int planes) |
void |
setReserved(int reserved) |
void |
setWidth(int width) |
static int |
sizeOf() |
public int getWidth()
public int getHeight()
public int getColorCount()
public int getReserved()
public int getPlanes()
public int getBitCount()
public int getBytesInRes()
public int getOffset()
public void setWidth(int width)
public void setHeight(int height)
public void setColorCount(int colorCount)
public void setReserved(int reserved)
public void setPlanes(int planes)
public void setBitCount(int bitCount)
public void setBytesInRes(int bytesInRes)
public void setOffset(int offset)
public void copyFrom(GroupIconDirectoryEntry gide)
public static int sizeOf()
Copyright © 2018. All Rights Reserved.