org.gnu.gtk
Class TextAttributes
java.lang.Object
org.gnu.glib.Boxed
org.gnu.gtk.TextAttributes
- public class TextAttributes
- extends Boxed
A read only store of text attributes as returned by TextIter.getAttributes(TextAttributes)
.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TextAttributes
protected TextAttributes(Handle handle)
getAppearance
public TextAppearance getAppearance()
getJustification
public Justification getJustification()
getDirection
public TextDirection getDirection()
getFontDescription
public FontDescription getFontDescription()
getFontScale
public double getFontScale()
getLeftMargin
public int getLeftMargin()
getIndent
public int getIndent()
getRightMargin
public int getRightMargin()
getPixelsAboveLines
public int getPixelsAboveLines()
getPixelsBelowLines
public int getPixelsBelowLines()
getPixelsInsideWrap
public int getPixelsInsideWrap()
getTabArray
public TabArray getTabArray()
getWrapMode
public WrapMode getWrapMode()
getLanguage
public Language getLanguage()
getInvisible
public boolean getInvisible()
getBgFullHeight
public boolean getBgFullHeight()
getEditable
public boolean getEditable()
getRealized
public boolean getRealized()
getAppearance
protected static final Handle getAppearance(Handle cptr)
getJustification
protected static final int getJustification(Handle cptr)
getDirection
protected static final int getDirection(Handle cptr)
getFont
protected static final Handle getFont(Handle cptr)
getFontScale
protected static final double getFontScale(Handle cptr)
getLeftMargin
protected static final int getLeftMargin(Handle cptr)
getIndent
protected static final int getIndent(Handle cptr)
getRightMargin
protected static final int getRightMargin(Handle cptr)
getPixelsAboveLines
protected static final int getPixelsAboveLines(Handle cptr)
getPixelsBelowLines
protected static final int getPixelsBelowLines(Handle cptr)
getPixelsInsideWrap
protected static final int getPixelsInsideWrap(Handle cptr)
getTabs
protected static final Handle getTabs(Handle cptr)
getWrapMode
protected static final int getWrapMode(Handle cptr)
getLanguage
protected static final Handle getLanguage(Handle cptr)
getInvisible
protected static final boolean getInvisible(Handle cptr)
getBgFullHeight
protected static final boolean getBgFullHeight(Handle cptr)
getEditable
protected static final boolean getEditable(Handle cptr)
getRealized
protected static final boolean getRealized(Handle cptr)
getPad1
protected static final boolean getPad1(Handle cptr)
getPad2
protected static final boolean getPad2(Handle cptr)
getPad3
protected static final boolean getPad3(Handle cptr)
getPad4
protected static final boolean getPad4(Handle cptr)
gtk_text_attributes_new
protected static final Handle gtk_text_attributes_new()
gtk_text_attributes_copy
protected static final Handle gtk_text_attributes_copy(Handle src)
gtk_text_attributes_copy_values
protected static final void gtk_text_attributes_copy_values(Handle src,
int dest)
gtk_text_attributes_unref
protected static final void gtk_text_attributes_unref(Handle values)
gtk_text_attributes_ref
protected static final void gtk_text_attributes_ref(Handle values)