Package com.sun.jna.platform.unix
Class X11.Atom
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- com.sun.jna.NativeLong
-
- com.sun.jna.platform.unix.X11.XID
-
- com.sun.jna.platform.unix.X11.Atom
-
- All Implemented Interfaces:
NativeMapped
,Serializable
- Enclosing interface:
- X11
public static class X11.Atom extends X11.XID
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static X11.Atom
None
-
Fields inherited from class com.sun.jna.NativeLong
SIZE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
fromNative(Object nativeValue, FromNativeContext context)
Return constants for predefinedAtom
values.-
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNative
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Field Detail
-
None
public static final X11.Atom None
-
-
Method Detail
-
fromNative
public Object fromNative(Object nativeValue, FromNativeContext context)
Return constants for predefinedAtom
values.- Specified by:
fromNative
in interfaceNativeMapped
- Overrides:
fromNative
in classX11.XID
- Parameters:
nativeValue
- Java representation of the native type to be converted.context
- Context in which the conversion is taking place.- Returns:
- Converted object.
-
-