|
||||||||||
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.jawt.JAWT_DrawingSurfaceInfo
public class JAWT_DrawingSurfaceInfo
Information about a current drawing surface configuration.
Field Summary |
---|
Fields inherited from class com.jniwrapper.Parameter |
---|
LICENSE_TYPE, V |
Constructor Summary | |
---|---|
JAWT_DrawingSurfaceInfo(JAWT_DrawingSurfaceInfo that)
|
|
JAWT_DrawingSurfaceInfo(Structure platformInfo)
Constructs the drawing surface information structure. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.jniwrapper.Structure |
---|
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 |
---|
asReturnValue, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, 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.public JAWT_DrawingSurfaceInfo(JAWT_DrawingSurfaceInfo that)
Method Detail |
---|
public JAWT_Rectangle getBounds()
public ComplexArray getClip()
JAWT_Rectangle
type.
public Int getClipSize()
clip
array.
public Structure getPlatformInfo()
public java.lang.Object clone()
clone
in class Structure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |