|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Resource
gnu.x11.Fontable
public abstract class Fontable
X fontable.
Nested Class Summary | |
---|---|
static class |
Fontable.FontReply
Reply of info() . |
static class |
Fontable.TextExtentReply
Reply of text_extent(String) . |
Field Summary |
---|
Fields inherited from class gnu.x11.Resource |
---|
display, id |
Constructor Summary | |
---|---|
Fontable(Display display)
Create. |
|
Fontable(Display display,
int id)
Intern. |
|
Fontable(int id)
Predefined. |
Method Summary | |
---|---|
Fontable.FontReply |
info()
|
Fontable.TextExtentReply |
text_extent(java.lang.String s)
|
Methods inherited from class gnu.x11.Resource |
---|
unintern |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fontable(int id)
public Fontable(Display display)
public Fontable(Display display, int id)
Method Detail |
---|
public Fontable.FontReply info()
public Fontable.TextExtentReply text_extent(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |