|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.gdi.BitmapStructure
This class represents BITMAP structure.
| Field Summary |
| Fields inherited from class com.jniwrapper.Structure |
f |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
BitmapStructure()
|
|
BitmapStructure(BitmapStructure that)
|
|
BitmapStructure(long width,
long height,
long widthBytes,
long planes,
long bitsPixel)
|
|
| Method Summary | |
java.lang.Object |
clone()
Returns copy of the BitmapStructure object |
long |
getBitmapHeight()
Returns bitmap height in pixels. |
long |
getBitmapWidth()
Returns bitmap width in pixels. |
long |
getBitmapWidthBytes()
Return number of bytes in bitmap scan line. |
Handle |
getBits()
Returns handle to bitmap field. |
long |
getBitsPixel()
Returns bitmap color depth. |
long |
getPlanes()
Returns bitmap color planes count. |
void |
setBitmapHeight(long height)
Sets bitmap height in pixels. |
void |
setBitmapWidth(long width)
Sets bitmap width in pixels. |
void |
setBitmapWidthBytes(long width)
Sets number of bytes in bitmap scan line. |
void |
setBitsPixel(long count)
Sets bitmap color depth (4,8,16 etc.) |
void |
setPlanes(long count)
Sets bitmap color planes count. |
| Methods inherited from class com.jniwrapper.Structure |
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BitmapStructure()
public BitmapStructure(long width,
long height,
long widthBytes,
long planes,
long bitsPixel)
public BitmapStructure(BitmapStructure that)
| Method Detail |
public void setBitmapWidth(long width)
width - public long getBitmapWidth()
public void setBitmapHeight(long height)
height - public long getBitmapHeight()
public void setBitmapWidthBytes(long width)
width - public long getBitmapWidthBytes()
public void setPlanes(long count)
count - of color planespublic long getPlanes()
public void setBitsPixel(long count)
count - public long getBitsPixel()
public Handle getBits()
public java.lang.Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||