Package ch.bailu.gtk.pango
Schnittstelle Direction
public interface Direction
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
A strong left-to-right directionstatic final int
No direction specifiedstatic final int
A strong right-to-left directionstatic final int
Deprecated value; treated the
same as `PANGO_DIRECTION_RTL`.static final int
Deprecated value; treated the
same as `PANGO_DIRECTION_LTR`static final int
A weak left-to-right directionstatic final int
A weak right-to-left direction
-
Felddetails
-
LTR
static final int LTRA strong left-to-right direction- Siehe auch:
-
RTL
static final int RTLA strong right-to-left direction- Siehe auch:
-
TTB_LTR
static final int TTB_LTRDeprecated value; treated the
same as `PANGO_DIRECTION_RTL`.- Siehe auch:
-
TTB_RTL
static final int TTB_RTLDeprecated value; treated the
same as `PANGO_DIRECTION_LTR`- Siehe auch:
-
WEAK_LTR
static final int WEAK_LTRA weak left-to-right direction- Siehe auch:
-
WEAK_RTL
static final int WEAK_RTLA weak right-to-left direction- Siehe auch:
-
NEUTRAL
static final int NEUTRALNo direction specified- Siehe auch:
-