Package com.sun.jna.platform.unix
Interface X11.Xrender
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
X11.Xrender.PictFormat
static class
X11.Xrender.XRenderDirectFormat
static class
X11.Xrender.XRenderPictFormat
-
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
-
-
Field Summary
Fields Modifier and Type Field Description static X11.Xrender
INSTANCE
static int
PictTypeDirect
static int
PictTypeIndexed
-
Fields inherited from interface com.sun.jna.Library
OPTION_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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X11.Xrender.XRenderPictFormat
XRenderFindVisualFormat(X11.Display display, X11.Visual visual)
-
-
-
Field Detail
-
INSTANCE
static final X11.Xrender INSTANCE
-
PictTypeIndexed
static final int PictTypeIndexed
- See Also:
- Constant Field Values
-
PictTypeDirect
static final int PictTypeDirect
- See Also:
- Constant Field Values
-
-
Method Detail
-
XRenderFindVisualFormat
X11.Xrender.XRenderPictFormat XRenderFindVisualFormat(X11.Display display, X11.Visual visual)
-
-