public interface BlockLevelLayoutManager extends LayoutManager
Modifier and Type | Field and Description |
---|---|
static int |
LINE_HEIGHT_ADJUSTMENT
Adjustment class: adjustment for line height
|
static int |
LINE_NUMBER_ADJUSTMENT
Adjustment class: adjustment for number of lines
|
static int |
NO_ADJUSTMENT
Adjustment class: no adjustment
|
static int |
SPACE_AFTER_ADJUSTMENT
Adjustment class: adjustment for space-after
|
static int |
SPACE_BEFORE_ADJUSTMENT
Adjustment class: adjustment for space-before
|
Modifier and Type | Method and Description |
---|---|
void |
discardSpace(KnuthGlue spaceGlue) |
boolean |
mustKeepTogether() |
boolean |
mustKeepWithNext() |
boolean |
mustKeepWithPrevious() |
int |
negotiateBPDAdjustment(int adj,
KnuthElement lastElement) |
addAreas, addChildArea, addChildLM, addChildLMs, createNextChildLMs, getChangedKnuthElements, getChildLMs, getContentAreaBPD, getContentAreaIPD, getFObj, getGeneratesBlockArea, getGeneratesLineArea, getGeneratesReferenceArea, getNextKnuthElements, getParent, getParentArea, getPSLM, initialize, isFinished, notifyPos, setFinished, setParent
getBaseLength
static final int NO_ADJUSTMENT
static final int SPACE_BEFORE_ADJUSTMENT
static final int SPACE_AFTER_ADJUSTMENT
static final int LINE_NUMBER_ADJUSTMENT
static final int LINE_HEIGHT_ADJUSTMENT
int negotiateBPDAdjustment(int adj, KnuthElement lastElement)
void discardSpace(KnuthGlue spaceGlue)
boolean mustKeepTogether()
boolean mustKeepWithPrevious()
boolean mustKeepWithNext()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.