DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class Column2List

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.Column2List

public class Column2List
extends java.lang.Object

Class represents the list of columns.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


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

Method Detail

add

public Column2 add(float width)
Adds a Column2 to the end of the Column2List

Parameters:
width - Width of the column to be added.
Returns:
column newly created.

size

public int size()
Gets the number of elements actually contained in the Column2List.

Returns:
size of the list.

getColumn2

public Column2 getColumn2(int index)
Gets the Column2 at the given index.

Parameters:
index - the index of the column.
Returns:
the column related to the index.

getEnumerator

public java.util.Iterator getEnumerator()
Returns an Iterator that can iterate through the Column2List

Returns:
An Iterator for the entire Column2List
See Also:
Iterator

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software