public class JAWT_DrawingSurfaceInfo extends Structure
LICENSE_TYPE, V
Constructor and Description |
---|
JAWT_DrawingSurfaceInfo(JAWT_DrawingSurfaceInfo that) |
JAWT_DrawingSurfaceInfo(Structure platformInfo)
Constructs the drawing surface information structure.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
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.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
asReturnValue, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
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.public JAWT_DrawingSurfaceInfo(JAWT_DrawingSurfaceInfo that)
public JAWT_Rectangle getBounds()
public ComplexArray getClip()
JAWT_Rectangle
type.public Int getClipSize()
clip
array.public Structure getPlatformInfo()