gnu.x11
Class Fontable.FontReply.FontProperty

java.lang.Object
  extended by gnu.x11.Fontable.FontReply.FontProperty
Enclosing class:
Fontable.FontReply

public class Fontable.FontReply.FontProperty
extends java.lang.Object

Encapsulate an additional font property.


Field Summary
static int SIZE
          The number of bytes that an object of that type takes up in the data buffer.
 
Method Summary
 int name()
          Returns the name of the property as Atom ID.
 int value()
          Returns the value of the property as 32 bit value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
The number of bytes that an object of that type takes up in the data buffer.

See Also:
Constant Field Values
Method Detail

name

public int name()
Returns the name of the property as Atom ID.

Returns:
the name of the property as Atom ID
See Also:
Atom

value

public int value()
Returns the value of the property as 32 bit value.

Returns:
the value of the property as 32 bit value