platypus.pdf
Class Column

java.lang.Object
  extended by platypus.pdf.Column

public class Column
extends java.lang.Object

Handles the low-level implementation details of columns. A major class. Uses iText ColumnText() to render PDF text

Author:
alb

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

width

private float width
width of the column in points


gutter

private float gutter
width of the gutter to the *right* of the column, in points

Constructor Detail

Column

public Column(float colWidth,
              float colGutter)
Method Detail

getWidth

public float getWidth()

getGutter

public float getGutter()


Copyright © 2006-7 Pacific Data Works LLC