org.jfree.layouting.renderer.model.table.rows
Class TableRow
java.lang.Object
org.jfree.layouting.renderer.model.table.rows.TableRow
public class TableRow
- extends java.lang.Object
Creation-Date: 22.07.2006, 13:20:47
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRow
public TableRow()
TableRow
public TableRow(Border border)
getPreferredSize
public long getPreferredSize()
setPreferredSize
public void setPreferredSize(long preferredSize)
getPreferredSize
public long getPreferredSize(int colspan)
getMaximumRowSpan
public int getMaximumRowSpan()
updateDefinedSize
public void updateDefinedSize(int rowSpan,
long preferredWidth)
getValidatedLeadingSize
public long getValidatedLeadingSize()
getValidatedTrailingSize
public long getValidatedTrailingSize(int rowSpan)
setValidatedTralingSize
public void setValidatedTralingSize(int rowSpan,
long validatedSize)
getMaxValidatedRowSpan
public int getMaxValidatedRowSpan()
updateValidatedSize
public void updateValidatedSize(int rowSpan,
long leading,
long trailing)
getValidateSize
public long getValidateSize()
setValidateSize
public void setValidateSize(long validateSize)
clear
public void clear()
clearSizes
public void clearSizes()