org.gnu.gtk

Class TextAttributes

public class TextAttributes extends Boxed

A read only store of text attributes as returned by getAttributes.
Method Summary
TextAppearancegetAppearance()
booleangetBgFullHeight()
TextDirectiongetDirection()
booleangetEditable()
FontDescriptiongetFontDescription()
doublegetFontScale()
intgetIndent()
booleangetInvisible()
JustificationgetJustification()
LanguagegetLanguage()
intgetLeftMargin()
intgetPixelsAboveLines()
intgetPixelsBelowLines()
intgetPixelsInsideWrap()
booleangetRealized()
intgetRightMargin()
TabArraygetTabArray()
WrapModegetWrapMode()

Method Detail

getAppearance

public TextAppearance getAppearance()

getBgFullHeight

public boolean getBgFullHeight()

getDirection

public TextDirection getDirection()

getEditable

public boolean getEditable()

getFontDescription

public FontDescription getFontDescription()

getFontScale

public double getFontScale()

getIndent

public int getIndent()

getInvisible

public boolean getInvisible()

getJustification

public Justification getJustification()

getLanguage

public Language getLanguage()

getLeftMargin

public int getLeftMargin()

getPixelsAboveLines

public int getPixelsAboveLines()

getPixelsBelowLines

public int getPixelsBelowLines()

getPixelsInsideWrap

public int getPixelsInsideWrap()

getRealized

public boolean getRealized()

getRightMargin

public int getRightMargin()

getTabArray

public TabArray getTabArray()

getWrapMode

public WrapMode getWrapMode()