|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pz.platypus.plugin.pdf.Column
public class Column
Handles the low-level implementation details of columns. Implemented in iText via ColumnText()
Field Summary | |
---|---|
private float |
gutter
width of the gutter to the *right* of the column, in points |
private float |
height
height of the column in points |
private float |
vertSkip
space to skip before column begins. |
private float |
width
width of the column in points |
Constructor Summary | |
---|---|
Column(float colWidth,
float colGutterWidth,
float colVertSkip,
PdfData pdf)
constructor for when we need to specify column size exactly |
|
Column(PdfData pdf)
The basic constructor. |
Method Summary | |
---|---|
float |
getGutter()
|
float |
getHeight()
|
float |
getVertSkip()
|
float |
getWidth()
|
void |
setHeight(float newHeight)
|
void |
setVertSkip(float newVertSkip)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private float height
private float vertSkip
private float width
private float gutter
Constructor Detail |
---|
public Column(PdfData pdf)
pdf
- PDF document datapublic Column(float colWidth, float colGutterWidth, float colVertSkip, PdfData pdf)
colWidth
- new column width (in points)colGutterWidth
- new gutter width (in points) for right guttercolVertSkip
- new distance to skip before column (in points)pdf
- PDF file dataMethod Detail |
---|
public float getHeight()
public void setHeight(float newHeight)
public float getWidth()
public float getGutter()
public float getVertSkip()
public void setVertSkip(float newVertSkip)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |