JNA API 3.0.3
com.sun.jna.examples.unix

Class X11.Cursor

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    X11


    public static class X11.Cursor
    extends X11.XID
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static X11.Cursor None 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
      Convert the given native object into its Java representation using the given context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • X11.Cursor

        public X11.Cursor()
      • X11.Cursor

        public X11.Cursor(java.lang.Integer id)
      • X11.Cursor

        public X11.Cursor(int id)
    • Method Detail

JNA API 3.0.3

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