Package ch.bailu.gtk.pango
Interface Direction
public interface Direction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA strong left-to-right directionstatic final intNo direction specifiedstatic final intA strong right-to-left directionstatic final intDeprecated value; treated the
same as `PANGO_DIRECTION_RTL`.static final intDeprecated value; treated the
same as `PANGO_DIRECTION_LTR`static final intA weak left-to-right directionstatic final intA weak right-to-left direction
-
Field Details
-
LTR
static final int LTRA strong left-to-right direction- See Also:
-
RTL
static final int RTLA strong right-to-left direction- See Also:
-
TTB_LTR
static final int TTB_LTRDeprecated value; treated the
same as `PANGO_DIRECTION_RTL`.- See Also:
-
TTB_RTL
static final int TTB_RTLDeprecated value; treated the
same as `PANGO_DIRECTION_LTR`- See Also:
-
WEAK_LTR
static final int WEAK_LTRA weak left-to-right direction- See Also:
-
WEAK_RTL
static final int WEAK_RTLA weak right-to-left direction- See Also:
-
NEUTRAL
static final int NEUTRALNo direction specified- See Also:
-