fop 1.0

Uses of Class
org.apache.fop.fo.properties.CommonFont

Packages that use CommonFont
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
 

Uses of CommonFont in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return CommonFont
 CommonFont FOText.getCommonFont()
           
 CommonFont PropertyList.getFontProps()
          Constructs a CommonFont object.
 

Uses of CommonFont in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return CommonFont
 CommonFont Block.getCommonFont()
           
 CommonFont Character.getCommonFont()
           
 CommonFont InlineLevel.getCommonFont()
           
 CommonFont PageNumber.getCommonFont()
           
 CommonFont AbstractPageNumberCitation.getCommonFont()
           
 

Uses of CommonFont in org.apache.fop.fo.properties
 

Methods in org.apache.fop.fo.properties that return CommonFont
 CommonFont PropertyCache.fetch(CommonFont cf)
          Checks if the given CommonFont is present in the cache - if so, returns a reference to the cached instance.
static CommonFont CommonFont.getInstance(PropertyList pList)
          Returns a CommonFont instance for the given PropertyList If the font-size and font-size-adjust properties are absolute the entire instance will be cached.
 

Methods in org.apache.fop.fo.properties with parameters of type CommonFont
 CommonFont PropertyCache.fetch(CommonFont cf)
          Checks if the given CommonFont is present in the cache - if so, returns a reference to the cached instance.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.