Package ch.bailu.gtk.pango
Klasse Analysis
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.Analysis
- Alle implementierten Schnittstellen:
PointerInterface
The `PangoAnalysis` structure stores information about
the properties of a segment of text.
the properties of a segment of text.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringextra attributes for this segment.static final Stringboolean flags for this segment (Since: 1.16).static final Stringthe font for this segment.static final Stringthe glyph orientation for this segment (A `PangoGravity`).static final Stringunused, reservedstatic final Stringthe detected language for this segment.static final Stringthe bidirectional level for this segment.static final Stringthe detected script for this segment (A `PangoScript`) (Since: 1.18).static final Stringunused, reserved -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerextra attributes for this segment.intboolean flags for this segment (Since: 1.16).the font for this segment.intthe glyph orientation for this segment (A `PangoGravity`).unused, reservedthe detected language for this segment.intthe bidirectional level for this segment.intthe detected script for this segment (A `PangoScript`) (Since: 1.18).unused, reservedvoidsetFieldExtraAttrs(SList extra_attrs) extra attributes for this segment.voidsetFieldFlags(int flags) boolean flags for this segment (Since: 1.16).voidsetFieldFont(Font font) the font for this segment.voidsetFieldGravity(int gravity) the glyph orientation for this segment (A `PangoGravity`).voidsetFieldLangEngine(Pointer lang_engine) unused, reservedvoidsetFieldLanguage(Language language) the detected language for this segment.voidsetFieldLevel(int level) the bidirectional level for this segment.voidsetFieldScript(int script) the detected script for this segment (A `PangoScript`) (Since: 1.18).voidsetFieldShapeEngine(Pointer shape_engine) unused, reservedVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
SHAPE_ENGINE
unused, reserved- Siehe auch:
-
LANG_ENGINE
unused, reserved- Siehe auch:
-
FONT
the font for this segment.- Siehe auch:
-
LEVEL
the bidirectional level for this segment.- Siehe auch:
-
GRAVITY
the glyph orientation for this segment (A `PangoGravity`).- Siehe auch:
-
FLAGS
boolean flags for this segment (Since: 1.16).- Siehe auch:
-
SCRIPT
the detected script for this segment (A `PangoScript`) (Since: 1.18).- Siehe auch:
-
LANGUAGE
the detected language for this segment.- Siehe auch:
-
EXTRA_ATTRS
extra attributes for this segment.- Siehe auch:
-
-
Konstruktordetails
-
Analysis
-
Analysis
public Analysis()
-
-
Methodendetails
-
getClassHandler
-
setFieldShapeEngine
unused, reserved -
getFieldShapeEngine
unused, reserved -
setFieldLangEngine
unused, reserved -
getFieldLangEngine
unused, reserved -
setFieldFont
the font for this segment. -
getFieldFont
the font for this segment. -
setFieldLevel
public void setFieldLevel(int level) the bidirectional level for this segment. -
getFieldLevel
public int getFieldLevel()the bidirectional level for this segment. -
setFieldGravity
public void setFieldGravity(int gravity) the glyph orientation for this segment (A `PangoGravity`). -
getFieldGravity
public int getFieldGravity()the glyph orientation for this segment (A `PangoGravity`). -
setFieldFlags
public void setFieldFlags(int flags) boolean flags for this segment (Since: 1.16). -
getFieldFlags
public int getFieldFlags()boolean flags for this segment (Since: 1.16). -
setFieldScript
public void setFieldScript(int script) the detected script for this segment (A `PangoScript`) (Since: 1.18). -
getFieldScript
public int getFieldScript()the detected script for this segment (A `PangoScript`) (Since: 1.18). -
setFieldLanguage
the detected language for this segment. -
getFieldLanguage
the detected language for this segment. -
setFieldExtraAttrs
extra attributes for this segment. -
getFieldExtraAttrs
extra attributes for this segment.
-