gnu.x11
Class Window.Property

java.lang.Object
  extended by gnu.x11.Window.Property
Enclosing class:
Window

public class Window.Property
extends java.lang.Object

Reply of #property(boolean, Atom, Atom, int, int).


Method Summary
 int format()
           
 java.lang.String string_value()
          Returns the property value as string.
 int type_id()
           
 int value(int i)
          Returns the value at index i.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

format

public int format()

type_id

public int type_id()

value

public int value(int i)
Returns the value at index i. This interprets the underlying byte data according to the format of this property.

Parameters:
i - the index
Returns:
the value at the specified index

string_value

public java.lang.String string_value()
Returns the property value as string.

Returns:
the property value as string