org.gnu.gtk

Class TextAppearance


public class TextAppearance
extends MemStruct

Read only text appearance properties, as returned by methods relating to the text view widgets.

Method Summary

Color
getBgColor()
Bitmap
getBgStipple()
boolean
getDrawBg()
Color
getFgColor()
Bitmap
getFgStipple()
int
getRise()
returns super/subscript rise, can be negative
boolean
getStrikethrough()
Underline
getUnderline()

Methods inherited from class org.gnu.glib.MemStruct

getMemStructFromHandle

Method Details

getBgColor

public Color getBgColor()

getBgStipple

public Bitmap getBgStipple()

getDrawBg

public boolean getDrawBg()

getFgColor

public Color getFgColor()

getFgStipple

public Bitmap getFgStipple()

getRise

public int getRise()
returns super/subscript rise, can be negative

getStrikethrough

public boolean getStrikethrough()

getUnderline

public Underline getUnderline()