|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Data
gnu.x11.Fontable.FontReply
public static class Fontable.FontReply
Reply of Fontable.info()
.
Nested Class Summary | |
---|---|
class |
Fontable.FontReply.CharInfo
Encapsulates information about one character. |
class |
Fontable.FontReply.FontProperty
Encapsulate an additional font property. |
Field Summary | |
---|---|
static int |
LEFT_TO_RIGHT
|
static int |
RIGHT_TO_LEFT
|
Fields inherited from class gnu.x11.Data |
---|
data, index, offset |
Constructor Summary | |
---|---|
Fontable.FontReply(Data data)
|
Method Summary | |
---|---|
boolean |
all_chars_exist()
|
java.util.List |
char_infos()
Returns the char infos of the response. |
int |
default_char()
|
int |
direction()
|
int |
font_ascent()
|
int |
font_descent()
|
Fontable.FontReply.CharInfo |
max_bounds()
Reads the max-bounds field of the response. |
int |
max_byte1()
|
int |
max_char_or_byte2()
|
Fontable.FontReply.CharInfo |
min_bounds()
Reads the min-bounds field of the response. |
int |
min_byte1()
|
int |
min_char_or_byte2()
|
int |
number_of_char_infos()
Returns the number of char info fields that follow in the response. |
java.util.List |
properties()
Returns additional font properties. |
int |
reply_length()
Reads the reply-length field of the response. |
int |
sequence_number()
Reads the sequence-number field of the response. |
Methods inherited from class gnu.x11.Data |
---|
byte_to_string, len, len, n, np, p, pad, read_boolean, read_double, read_float, read_string, read1, read2, read4_boolean, read4, read8, to_string, toString, unit, unit, unit, write_string16, write_string16, write_unused, write1_unused, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write2_unused, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write3_unused, write4_unused, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write8, write8, write8, write8, write8, write8, write8, write8 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LEFT_TO_RIGHT
public static final int RIGHT_TO_LEFT
Constructor Detail |
---|
public Fontable.FontReply(Data data)
Method Detail |
---|
public int sequence_number()
public int reply_length()
public Fontable.FontReply.CharInfo min_bounds()
public Fontable.FontReply.CharInfo max_bounds()
public int min_char_or_byte2()
public int max_char_or_byte2()
public int default_char()
public int direction()
public int min_byte1()
public int max_byte1()
public boolean all_chars_exist()
public int font_ascent()
public int font_descent()
public int number_of_char_infos()
public java.util.List properties()
Fontable.FontReply.FontProperty
.
public java.util.List char_infos()
Fontable.FontReply.CharInfo
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |