Package com.sun.jna.platform.unix
Class X11.VisualID
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.NativeLong
com.sun.jna.platform.unix.X11.VisualID
- All Implemented Interfaces:
NativeMapped,Serializable
- Enclosing interface:
- X11
- See Also:
-
Field Summary
FieldsFields inherited from class com.sun.jna.NativeLong
SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, FromNativeContext context) Convert the given native object into its Java representation using the given context.protected booleanMethods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
None
-
-
Constructor Details
-
VisualID
public VisualID() -
VisualID
public VisualID(long value)
-
-
Method Details
-
isNone
-
fromNative
Description copied from interface:NativeMappedConvert the given native object into its Java representation using the given context.- Specified by:
fromNativein interfaceNativeMapped- Overrides:
fromNativein classIntegerType- Parameters:
nativeValue- Java representation of the native type to be converted.context- Context in which the conversion is taking place.- Returns:
- Converted object.
-