Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Field | Description |
---|---|---|
static RelSide |
RelSide.AFTER |
the after side
|
static RelSide |
RelSide.BEFORE |
the before side
|
static RelSide |
RelSide.END |
the end side
|
static RelSide |
RelSide.START |
the start side
|
Modifier and Type | Method | Description |
---|---|---|
RelSide |
UnresolvedListElementWithLength.getSide() |
Modifier and Type | Method | Description |
---|---|---|
void |
ConditionalElementListener.notifyBorder(RelSide side,
MinOptMax effectiveLength) |
Notifies the layout manager about the effective length/width of its border.
|
void |
SpacedBorderedPaddedBlockLayoutManager.notifyBorder(RelSide side,
MinOptMax effectiveLength) |
|
void |
SpaceResolver.SpaceHandlingBreakPosition.notifyBreakSituation(boolean isBreakSituation,
RelSide side) |
Notifies all affected layout managers about the current situation in the part to be
handled for area generation.
|
void |
ConditionalElementListener.notifyPadding(RelSide side,
MinOptMax effectiveLength) |
Notifies the layout manager about the effective length/width of its padding.
|
void |
SpacedBorderedPaddedBlockLayoutManager.notifyPadding(RelSide side,
MinOptMax effectiveLength) |
|
void |
ConditionalElementListener.notifySpace(RelSide side,
MinOptMax effectiveLength) |
Notifies the layout manager about the effective length of its space.
|
void |
SpacedBorderedPaddedBlockLayoutManager.notifySpace(RelSide side,
MinOptMax effectiveLength) |
Constructor | Description |
---|---|
BorderElement(Position position,
CondLengthProperty condLength,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
BorderOrPaddingElement(Position position,
CondLengthProperty condLength,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
PaddingElement(Position position,
CondLengthProperty condLength,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
SpaceElement(Position position,
SpaceProperty space,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
UnresolvedListElementWithLength(Position position,
MinOptMax length,
RelSide side,
boolean conditional,
boolean isFirst,
boolean isLast) |
Main constructor
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.