SourceForge.net Logo
aXSL API 0.2

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

Packages that use Font.SelectionStrategy
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.SelectionStrategy in org.axsl.fo.fo.proforma
 

Methods in org.axsl.fo.fo.proforma that return Font.SelectionStrategy
 Font.SelectionStrategy CommonFontExcludedPa.traitFontSelectionStrategy(FoContext context)
          Returns the "font-selection-strategy" trait for this FO.
 

Uses of Font.SelectionStrategy in org.axsl.font
 

Methods in org.axsl.font that return Font.SelectionStrategy
static Font.SelectionStrategy FontUtility.foFontSelectionStrategy(java.lang.String input, boolean lowerCaseOnly)
          Converts XSL-FO String input for font-selection-strategy into a value expected by FontConsumer.selectFontXsl(Font.SelectionStrategy, String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
static Font.SelectionStrategy Font.SelectionStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Font.SelectionStrategy[] Font.SelectionStrategy.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.SelectionStrategy
 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.