Package | Description |
---|---|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicScaledBaselineTable
An implementation of the ScaledBaselineTable interface which calculates
all baselines given the height above and below the dominant baseline.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.