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
ColorgetBgColor()
BitmapgetBgStipple()
booleangetDrawBg()
ColorgetFgColor()
BitmapgetFgStipple()
intgetRise()
returns super/subscript rise, can be negative
booleangetStrikethrough()
UnderlinegetUnderline()

Method Detail

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()