LayoutManager
, PercentBaseContext
BlockContainerLayoutManager
, BlockLayoutManager
, BlockStackingLayoutManager
, FloatContentLayoutManager
, FlowLayoutManager
, FootnoteBodyLayoutManager
, LineLayoutManager
, ListBlockLayoutManager
, ListItemContentLayoutManager
, ListItemLayoutManager
, MultiCaseLayoutManager
, MultiSwitchLayoutManager
, SpacedBorderedPaddedBlockLayoutManager
, StaticContentLayoutManager
, TableAndCaptionLayoutManager
, TableCaptionLayoutManager
, TableCellLayoutManager
, TableLayoutManager
public interface BlockLevelLayoutManager extends LayoutManager
Modifier and Type | Method | Description |
---|---|---|
void |
discardSpace(KnuthGlue spaceGlue) |
Discard space.
|
Keep |
getKeepTogether() |
Returns the keep-together strength for this element.
|
KeepProperty |
getKeepTogetherProperty() |
Returns the keep-together property specified on the FObj.
|
Keep |
getKeepWithNext() |
Returns the keep-with-next strength for this element.
|
KeepProperty |
getKeepWithNextProperty() |
Returns the keep-with-next property specified on the FObj.
|
Keep |
getKeepWithPrevious() |
Returns the keep-with-previous strength for this element.
|
KeepProperty |
getKeepWithPreviousProperty() |
Returns the keep-with-previous property specified on the FObj.
|
boolean |
mustKeepTogether() |
|
boolean |
mustKeepWithNext() |
|
boolean |
mustKeepWithPrevious() |
|
int |
negotiateBPDAdjustment(int adj,
KnuthElement lastElement) |
Negotiate BPD adjustment.
|
addAreas, addChildArea, addChildLM, addChildLMs, createNextChildLMs, getBaselineOffset, getChangedKnuthElements, getChildLMs, getContentAreaBPD, getContentAreaIPD, getFObj, getGeneratesBlockArea, getGeneratesLineArea, getGeneratesReferenceArea, getNextKnuthElements, getNextKnuthElements, getParent, getParentArea, getPSLM, hasLineAreaDescendant, initialize, isFinished, isRestartable, notifyPos, reset, setFinished, setParent
getBaseLength
int negotiateBPDAdjustment(int adj, KnuthElement lastElement)
adj
- amount to adjustlastElement
- the last knuth elementvoid discardSpace(KnuthGlue spaceGlue)
spaceGlue
- the spaceKeep getKeepTogether()
boolean mustKeepTogether()
Keep getKeepWithPrevious()
boolean mustKeepWithPrevious()
Keep getKeepWithNext()
boolean mustKeepWithNext()
KeepProperty getKeepTogetherProperty()
KeepProperty getKeepWithPreviousProperty()
KeepProperty getKeepWithNextProperty()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.