Klasse X11.Font

Alle implementierten Schnittstellen:
NativeMapped, Serializable
Umschließende Schnittstelle:
X11

public static class X11.Font extends X11.XID
Siehe auch:
  • Felddetails

    • None

      public static final X11.Font None
  • Konstruktordetails

    • Font

      public Font()
    • Font

      public Font(long id)
  • Methodendetails

    • fromNative

      public Object fromNative(Object nativeValue, FromNativeContext context)
      Beschreibung aus Schnittstelle kopiert: NativeMapped
      Convert the given native object into its Java representation using the given context.
      Angegeben von:
      fromNative in Schnittstelle NativeMapped
      Setzt außer Kraft:
      fromNative in Klasse X11.XID
      Parameter:
      nativeValue - Java representation of the native type to be converted.
      context - Context in which the conversion is taking place.
      Gibt zurück:
      Converted object.