Klasse X11.Xrender.PictFormat

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

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

  • Konstruktordetails

    • PictFormat

      public PictFormat(long value)
    • PictFormat

      public PictFormat()
  • 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.