com.lowagie.text.pdf
Class MultiColumnText.ColumnDef
java.lang.Object
com.lowagie.text.pdf.MultiColumnText.ColumnDef
- MultiColumnText
private class MultiColumnText.ColumnDef
extends java.lang.Object
Inner class used to define a column
ColumnDef(float leftPosition, float rightPosition)
|
ColumnDef(float[] newLeft, float[] newRight)
|
private boolean | isSimple() - Checks if column definition is a simple rectangle
|
private 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.
|
right
private float[] right
ColumnDef
(package private) ColumnDef(float leftPosition,
float rightPosition)
ColumnDef
(package private) ColumnDef(float[] newLeft,
float[] newRight)
isSimple
private boolean isSimple()
Checks if column definition is a simple rectangle
- true if it is a simple column
resolvePositions
private float[] resolvePositions(float[] positions)
resolvePositions
(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.
side
- either Rectangle.LEFT
or Rectangle.RIGHT
- the array of floats for the side