DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class ColumnList

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.ColumnList

public class ColumnList
extends java.lang.Object

Class represents the list of columns.


Method Summary
 Column add(float width)
          Adds a Column to the end of the ColumnList.
 Column getColumn(int index)
          Gets the Column at the given index.
 java.util.Iterator getIterator()
          Returns an enumerator that can iterate through the ColumnList.
 int size()
          Gets the number of Columns actually contained in the ColumnList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public Column add(float width)
Adds a Column to the end of the ColumnList.

Parameters:
width - Width of the column to be added.
Returns:
a Column object.
See Also:
Column

getColumn

public Column getColumn(int index)
Gets the Column at the given index.

Parameters:
index - integer index in Column List
See Also:
Column

size

public int size()
Gets the number of Columns actually contained in the ColumnList.

See Also:
Column

getIterator

public java.util.Iterator getIterator()
Returns an enumerator that can iterate through the ColumnList.

Returns:
An Iterator for the entire ColumnList.
See Also:
Iterator

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software