SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.font.Font.Stretch

Packages that use Font.Stretch
org.axsl.fo.fo.proforma Interfaces useful for describing properties that are not exposed in the client-facing API, but that are useful on a pro-forma basis for implementations. 
org.axsl.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
 

Uses of Font.Stretch in org.axsl.fo.fo.proforma
 

Methods in org.axsl.fo.fo.proforma that return Font.Stretch
 Font.Stretch CommonFontExcludedPa.traitFontStretch(FoContext context)
          Returns the "font-stretch" trait for this FO.
 

Uses of Font.Stretch in org.axsl.font
 

Fields in org.axsl.font declared as Font.Stretch
static Font.Stretch[] FontUtility.VALID_STRETCH_VALUES
          Array containing the parsed font stretch values that correspond to the Strings in FontUtility.VALID_STRETCH_STRINGS.
 

Methods in org.axsl.font that return Font.Stretch
static Font.Stretch FontUtility.cssFontStretch(java.lang.String input, boolean lowerCaseOnly)
          Converts a CSS2-style String input for font-stretch into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
static Font.Stretch FontUtility.foFontStretch(java.lang.String input, boolean lowerCaseOnly)
          Same as FontUtility.cssFontStretch(String, boolean), except input is an XSL-FO-style String.
static Font.Stretch Font.Stretch.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Font.Stretch[] Font.Stretch.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.axsl.font with parameters of type Font.Stretch
static java.lang.String FontUtility.fontStretchName(Font.Stretch fontStretch)
          Returns a String description for a numeric font-weight value, suitable for using in user messages.
 void FontServer.registerFontDescription(java.lang.String fontFamily, java.lang.String fontID, Encoding encoding, Font.Style style, Font.Weight weight, Font.Variant variant, Font.Stretch stretch, float simulatedSmallCaps, float simulatedOblique, float simulatedBackslant, float[] simulatedStretch)
          Register a font description for use by the system.
 FontUse FontConsumer.selectFontCss(java.lang.String[] familyList, Font.Style style, Font.Weight weight, Font.Variant variant, Font.Stretch stretch, int size, int codePoint)
          The same as FontConsumer.selectFontXsl(org.axsl.font.Font.SelectionStrategy, java.lang.String[], org.axsl.font.Font.Style, org.axsl.font.Font.Weight, org.axsl.font.Font.Variant, org.axsl.font.Font.Stretch, int, int), except that the algorithm specified by CSS 2.1 is used instead.
 FontUse FontConsumer.selectFontXsl(Font.SelectionStrategy selectionStrategy, java.lang.String[] familyList, Font.Style style, Font.Weight weight, Font.Variant variant, Font.Stretch stretch, int size, int codePoint)
          Accepts the client's description of the desired font, and returns the best-fitting Font found, using the algorithm specified by the XSL-FO 1.1 Standard.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.