Class X11.VisualID

All Implemented Interfaces:
NativeMapped, Serializable
Enclosing interface:
X11

public static class X11.VisualID extends NativeLong
See Also:
  • Field Details

  • Constructor Details

    • VisualID

      public VisualID()
    • VisualID

      public VisualID(long value)
  • Method Details

    • isNone

      protected boolean isNone(Object o)
    • 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 IntegerType
      Parameters:
      nativeValue - Java representation of the native type to be converted.
      context - Context in which the conversion is taking place.
      Returns:
      Converted object.