org.apache.fop.fo.flow.table

Class 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.

Method Summary

boolean
isColumnNumberUsed(int colNr)
Checks whether a given column-number is already in use for the current row.

Method Details

isColumnNumberUsed

public boolean isColumnNumberUsed(int colNr)
Checks whether a given column-number is already in use for the current row.
Parameters:
colNr - the column-number to check
Returns:
true if column-number is already occupied

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.