org.gnu.gtk
Class TextAppearance
java.lang.Object
|
+--org.gnu.glib.Boxed
|
+--org.gnu.gtk.TextAppearance
- public class TextAppearance
- extends Boxed
Read only text appearance properties, as returned by methods relating to the
text view widgets.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBgColor
public Color getBgColor()
getFgColor
public Color getFgColor()
getBgStipple
public Bitmap getBgStipple()
getFgStipple
public Bitmap getFgStipple()
getRise
public int getRise()
- returns super/subscript rise, can be negative
getUnderline
public Underline getUnderline()
getStrikethrough
public boolean getStrikethrough()
getDrawBg
public boolean getDrawBg()