fop 0.95

Uses of Interface
org.apache.fop.layoutmgr.inline.ScaledBaselineTable

Packages that use ScaledBaselineTable
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
 

Uses of ScaledBaselineTable in org.apache.fop.layoutmgr.inline
 

Classes in org.apache.fop.layoutmgr.inline that implement ScaledBaselineTable
 class BasicScaledBaselineTable
          An implementation of the ScaledBaselineTable interface which calculates all baselines given the height above and below the dominant baseline.
 

Methods in org.apache.fop.layoutmgr.inline that return ScaledBaselineTable
 ScaledBaselineTable BasicScaledBaselineTable.deriveScaledBaselineTable(int baselineIdentifier)
          Return a new baseline table for the given baseline based on the current baseline table.
 ScaledBaselineTable ScaledBaselineTable.deriveScaledBaselineTable(int baselineIdentifier)
          Return a new baseline table for the given baseline based on the current baseline table.
 ScaledBaselineTable AlignmentContext.getScaledBaselineTable()
          Return the scaled baseline table for this context.
static ScaledBaselineTable ScaledBaselineTableFactory.makeFontScaledBaselineTable(Font font, int writingMode)
          Creates a new instance of BasicScaledBaselineTable for the given font and writingmode.
static ScaledBaselineTable ScaledBaselineTableFactory.makeFontScaledBaselineTable(Font font, int dominantBaselineIdentifier, int writingMode)
          Creates a new instance of BasicScaledBaselineTable for the given font, baseline and writingmode.
static ScaledBaselineTable ScaledBaselineTableFactory.makeGraphicsScaledBaselineTable(int height, int dominantBaselineIdentifier, int writingMode)
          Creates a new instance of BasicScaledBaselineTable for the given height, baseline and writingmode.
 


fop 0.95

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