Package ch.bailu.gtk.pango
Interface Stretch
public interface Stretch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intcondensed widthstatic final intexpanded widthstatic final intextra condensed widthstatic final intextra expanded widthstatic final intthe normal widthstatic final intsemi condensed widthstatic final intsemi expanded widthstatic final intultra condensed widthstatic final intultra expanded width
-
Field Details
-
ULTRA_CONDENSED
static final int ULTRA_CONDENSEDultra condensed width- See Also:
-
EXTRA_CONDENSED
static final int EXTRA_CONDENSEDextra condensed width- See Also:
-
CONDENSED
static final int CONDENSEDcondensed width- See Also:
-
SEMI_CONDENSED
static final int SEMI_CONDENSEDsemi condensed width- See Also:
-
NORMAL
static final int NORMALthe normal width- See Also:
-
SEMI_EXPANDED
static final int SEMI_EXPANDEDsemi expanded width- See Also:
-
EXPANDED
static final int EXPANDEDexpanded width- See Also:
-
EXTRA_EXPANDED
static final int EXTRA_EXPANDEDextra expanded width- See Also:
-
ULTRA_EXPANDED
static final int ULTRA_EXPANDEDultra expanded width- See Also:
-