Package org.apache.fop.layoutmgr.table
Class ActiveCell.Step
java.lang.Object
org.apache.fop.layoutmgr.table.ActiveCell.Step
- Enclosing class:
ActiveCell
Auxiliary class to store all the informations related to a breaking step.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
Length of the optional content at the beginning of the step.private int
Length of the Knuth elements up to this step.private int
Index, in the list of Knuth elements, of the element ending this step.private List
List of footnotes for this step.private int
Length of the penalty ending this step, if any.private int
Value of the penalty ending this step, 0 if the step does not end on a penalty.private int
Index, in the list of Knuth elements, of the element starting this step.private int
Total length up to this step, including paddings and borders. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
private int startIndex, in the list of Knuth elements, of the element starting this step. -
end
private int endIndex, in the list of Knuth elements, of the element ending this step. -
contentLength
private int contentLengthLength of the Knuth elements up to this step. -
totalLength
private int totalLengthTotal length up to this step, including paddings and borders. -
penaltyLength
private int penaltyLengthLength of the penalty ending this step, if any. -
penaltyValue
private int penaltyValueValue of the penalty ending this step, 0 if the step does not end on a penalty. -
footnoteList
List of footnotes for this step. -
breakClass
private int breakClassOne ofConstants.EN_AUTO
,Constants.EN_COLUMN
,Constants.EN_PAGE
,Constants.EN_EVEN_PAGE
,Constants.EN_ODD_PAGE
. Set to auto if the break isn't at a penalty element. -
condBeforeContentLength
private int condBeforeContentLengthLength of the optional content at the beginning of the step. That is, content that will not appear if this step starts a new page.
-
-
Constructor Details
-
Step
Step(int contentLength) -
Step
Step(ActiveCell.Step other)
-
-
Method Details