Klasse X11.VisualID

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

public static class X11.VisualID extends NativeLong
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • VisualID

      public VisualID()
    • VisualID

      public VisualID(long value)
  • Methodendetails

    • isNone

      protected boolean isNone(Object o)
    • 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 IntegerType
      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.