Package com.sun.jna.platform.unix
Interface X11.Xext
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.sun.jna.LibraryLibrary.Handler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static X11.XextINSTANCEstatic intShapeBoundingstatic intShapeClipstatic intShapeInputstatic intShapeIntersectstatic intShapeInvertstatic intShapeSetstatic intShapeSubtractstatic intShapeUnion- 
Fields inherited from interface com.sun.jna.LibraryOPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidXShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final X11.Xext INSTANCE 
 - 
ShapeBoundingstatic final int ShapeBounding - See Also:
- Constant Field Values
 
 - 
ShapeClipstatic final int ShapeClip - See Also:
- Constant Field Values
 
 - 
ShapeInputstatic final int ShapeInput - See Also:
- Constant Field Values
 
 - 
ShapeSetstatic final int ShapeSet - See Also:
- Constant Field Values
 
 - 
ShapeUnionstatic final int ShapeUnion - See Also:
- Constant Field Values
 
 - 
ShapeIntersectstatic final int ShapeIntersect - See Also:
- Constant Field Values
 
 - 
ShapeSubtractstatic final int ShapeSubtract - See Also:
- Constant Field Values
 
 - 
ShapeInvertstatic final int ShapeInvert - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
XShapeCombineMaskvoid XShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op) 
 
- 
 
-