com.lowagie.text.pdf
private class MultiColumnText.ColumnDef extends Object
Field Summary | |
---|---|
float[] | left |
float[] | right |
Constructor Summary | |
---|---|
ColumnDef(float[] newLeft, float[] newRight) | |
ColumnDef(float leftPosition, float rightPosition) |
Method Summary | |
---|---|
boolean | isSimple()
Checks if column definition is a simple rectangle |
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.
|
float[] | resolvePositions(float[] positions) |
Returns: true if it is a simple column
Parameters: side either Rectangle.LEFT
or Rectangle.RIGHT
Returns: the array of floats for the side