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
- See Also:
- 
Field SummaryFieldsFields inherited from class com.sun.jna.NativeLongSIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromNative(Object nativeValue, FromNativeContext context) Return constants for predefinedAtomvalues.Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNativeMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Field Details- 
None
 
- 
- 
Constructor Details- 
Atompublic Atom()
- 
Atompublic Atom(long id) 
 
- 
- 
Method Details- 
fromNativeReturn constants for predefinedAtomvalues.- Specified by:
- fromNativein interface- NativeMapped
- Overrides:
- fromNativein class- X11.XID
- Parameters:
- nativeValue- Java representation of the native type to be converted.
- context- Context in which the conversion is taking place.
- Returns:
- Converted object.
 
 
-