org.gnu.gtk

Class TextAttributes


public class TextAttributes
extends Boxed

A read only store of text attributes as returned by TextIter.getAttributes(TextAttributes).

Method Summary

TextAppearance
getAppearance()
boolean
getBgFullHeight()
TextDirection
getDirection()
boolean
getEditable()
FontDescription
getFontDescription()
double
getFontScale()
int
getIndent()
boolean
getInvisible()
Justification
getJustification()
Language
getLanguage()
int
getLeftMargin()
int
getPixelsAboveLines()
int
getPixelsBelowLines()
int
getPixelsInsideWrap()
boolean
getRealized()
int
getRightMargin()
TabArray
getTabArray()
WrapMode
getWrapMode()

Method Details

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