|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplatypus.pdf.Column
public class Column
Handles the low-level implementation details of columns. A major class. Uses iText ColumnText() to render PDF text
| Field Summary | |
|---|---|
private float |
gutter
width of the gutter to the *right* of the column, in points |
private float |
width
width of the column in points |
| Constructor Summary | |
|---|---|
Column(float colWidth,
float colGutter)
|
|
| Method Summary | |
|---|---|
float |
getGutter()
|
float |
getWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private float width
private float gutter
| Constructor Detail |
|---|
public Column(float colWidth,
float colGutter)
| Method Detail |
|---|
public float getWidth()
public float getGutter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||