Class X11.Font

    • Field Detail

      • None

        public static final X11.Font None
    • Constructor Detail

      • Font

        public Font()
      • Font

        public Font​(long id)
    • Method Detail

      • fromNative

        public Object fromNative​(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.