|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Pointer
org.gnome.glib.Boxed
org.gnome.pango.Attribute
org.gnome.pango.SizeAttribute
public final class SizeAttribute
An Attribute that modifies the size of the text it is applied to.
Constructor Summary | |
---|---|
SizeAttribute(double size)
Create a SizeAttribute. |
Method Summary |
---|
Methods inherited from class org.gnome.pango.Attribute |
---|
setIndices |
Methods inherited from class org.freedesktop.bindings.Pointer |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SizeAttribute(double size)
This is equivalent to using FontDescription's
setSize()
when requesting fonts
and TextTag's setSize()
when formatting text in a TextBuffer.
The SizeAttribute is, indeed, ultimately what powers both these properties.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |