Package com.sun.jna.platform.unix
Klasse 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
- Alle implementierten Schnittstellen:
NativeMapped
,Serializable
- Umschließende Schnittstelle:
X11
- Siehe auch:
-
Feldübersicht
FelderVon Klasse geerbte Felder com.sun.jna.NativeLong
SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfromNative
(Object nativeValue, FromNativeContext context) Return constants for predefinedAtom
values.Von Klasse geerbte Methoden com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNative
Von Klasse geerbte Methoden java.lang.Number
byteValue, shortValue
-
Felddetails
-
None
-
-
Konstruktordetails
-
Atom
public Atom() -
Atom
public Atom(long id)
-
-
Methodendetails
-
fromNative
Return constants for predefinedAtom
values.- Angegeben von:
fromNative
in SchnittstelleNativeMapped
- Setzt außer Kraft:
fromNative
in KlasseX11.XID
- Parameter:
nativeValue
- Java representation of the native type to be converted.context
- Context in which the conversion is taking place.- Gibt zurück:
- Converted object.
-