Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.unix

Class X11.Colormap

    • Constructor Detail

      • Colormap

        public Colormap()
      • Colormap

        public Colormap(long id)
    • Method Detail

      • fromNative

        public java.lang.Object fromNative(java.lang.Object nativeValue,
                                           FromNativeContext context)
        Description copied from interface: NativeMapped
        Convert the given native object into its Java representation using the given context.
        Specified by:
        fromNative in interface NativeMapped
        Overrides:
        fromNative in 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.
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.