Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
Modifier and Type | Field and 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 and Description |
---|---|
RelSide |
UnresolvedListElementWithLength.getSide() |
Modifier and Type | Method and Description |
---|---|
void |
SpacedBorderedPaddedBlockLayoutManager.notifyBorder(RelSide side,
MinOptMax effectiveLength) |
void |
ConditionalElementListener.notifyBorder(RelSide side,
MinOptMax effectiveLength)
Notifies the layout manager about the effective length/width of its border.
|
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 |
SpacedBorderedPaddedBlockLayoutManager.notifyPadding(RelSide side,
MinOptMax effectiveLength) |
void |
ConditionalElementListener.notifyPadding(RelSide side,
MinOptMax effectiveLength)
Notifies the layout manager about the effective length/width of its padding.
|
void |
SpacedBorderedPaddedBlockLayoutManager.notifySpace(RelSide side,
MinOptMax effectiveLength) |
void |
ConditionalElementListener.notifySpace(RelSide side,
MinOptMax effectiveLength)
Notifies the layout manager about the effective length of its space.
|
Constructor and 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 © 2025 Apache Software Foundation. All rights reserved.