Package com.aowagie.text.pdf
Class MultiColumnText.ColumnDef
- java.lang.Object
-
- com.aowagie.text.pdf.MultiColumnText.ColumnDef
-
- Enclosing class:
- MultiColumnText
private class MultiColumnText.ColumnDef extends java.lang.Object
Inner class used to define a column
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
isSimple()
Checks if column definition is a simple rectangleprivate float[]
resolvePositions(float[] positions)
(package private) float[]
resolvePositions(int side)
Resolves the positions for the specified side of the column into real numbers once the top of the column is known.
-
-
-
Method Detail
-
resolvePositions
float[] resolvePositions(int side)
Resolves the positions for the specified side of the column into real numbers once the top of the column is known.- Parameters:
side
- eitherRectangle.LEFT
orRectangle.RIGHT
- Returns:
- the array of floats for the side
-
resolvePositions
private float[] resolvePositions(float[] positions)
-
isSimple
private boolean isSimple()
Checks if column definition is a simple rectangle- Returns:
- true if it is a simple column
-
-