|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jniwrapper.Parameter | +--com.jniwrapper.Structure | +--com.jniwrapper.util.JAWT_DrawingSurfaceInfo
Information about a current drawing surface configuration.
Constructor Summary | |
JAWT_DrawingSurfaceInfo(Structure platformInfo)
Constructs the drawing surface information structure. |
Method Summary | |
JAWT_Rectangle |
getBounds()
Returns the bounding rectangle of the drawing surface. |
ComplexArray |
getClip()
Returns the array of clip rectangles. |
Int |
getClipSize()
Returns the number of clip rectangles in the clip array. |
Structure |
getPlatformInfo()
Returns platform-specific information structure. |
Methods inherited from class com.jniwrapper.Structure |
acceptIOPerformer, addMembers, clone, computeLength, getAlignmentRequirement, getLength, getMember, getMembers, init, init, pop, push, read, setDataBuffer, toString, write |
Methods inherited from class com.jniwrapper.Parameter |
asReturnValue, equals, getAlignedLength, getDataBuffer, getDataBufferOffset, indent, read, toByteArray, write |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JAWT_DrawingSurfaceInfo(Structure platformInfo)
platformInfo
- platform-specific surface information structure. See the jawt_md.h header file
of the target platform JDK for its contents.Method Detail |
public JAWT_Rectangle getBounds()
public ComplexArray getClip()
JAWT_Rectangle
.
public Int getClipSize()
clip
array.
public Structure getPlatformInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |