org.apache.fop.fo.flow.table
Class ColumnNumberManager
java.lang.Object
org.apache.fop.fo.flow.table.ColumnNumberManager
public class ColumnNumberManager
extends java.lang.Object
Helper class maintaining a record of occupied columns and an index to the next
non-occupied column.
boolean | isColumnNumberUsed(int colNr) - Checks whether a given column-number is already in use
for the current row.
|
isColumnNumberUsed
public boolean isColumnNumberUsed(int colNr)
Checks whether a given column-number is already in use
for the current row.
colNr
- the column-number to check
- true if column-number is already occupied
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.