org.jfree.layouting.renderer.model.table.cols
public class TableColumn extends java.lang.Object
Constructor and Description |
---|
TableColumn(Border border,
RenderLength definedWidth,
boolean autoGenerated) |
Modifier and Type | Method and Description |
---|---|
Border |
getBorder() |
long |
getComputedMaximumWidth() |
long |
getComputedMinChunkSize() |
long |
getComputedPreferredSize() |
RenderLength |
getDefinedWidth() |
long |
getEffectiveCellPosition() |
long |
getEffectiveSize() |
int |
getMaxColspan() |
long |
getMaximumBoxWidth(int colspan) |
long |
getMinimumChunkSize(int colspan) |
long |
getPreferredWidth(int colspan) |
boolean |
isAutoGenerated() |
boolean |
isValidated() |
void |
setComputedMaximumWidth(long computedMaximumWidth) |
void |
setComputedMinChunkSize(long computedMinChunkSize) |
void |
setComputedPreferredSize(long computedPreferredSize) |
void |
setEffectiveCellPosition(long effectiveCellPosition) |
void |
setEffectiveSize(long effectiveSize) |
void |
setValidated(boolean validated) |
void |
updateMaxBoxSize(int colspan,
long colSize) |
void |
updateMinimumChunkSize(int colspan,
long chunkSize) |
void |
updatePreferredSize(int colspan,
long colSize) |
public TableColumn(Border border, RenderLength definedWidth, boolean autoGenerated)
public RenderLength getDefinedWidth()
public Border getBorder()
public long getComputedPreferredSize()
public void setComputedPreferredSize(long computedPreferredSize)
public long getComputedMinChunkSize()
public void setComputedMinChunkSize(long computedMinChunkSize)
public long getComputedMaximumWidth()
public void setComputedMaximumWidth(long computedMaximumWidth)
public long getEffectiveSize()
public void setEffectiveSize(long effectiveSize)
public boolean isValidated()
public void setValidated(boolean validated)
public boolean isAutoGenerated()
public long getMinimumChunkSize(int colspan)
public long getMaximumBoxWidth(int colspan)
public long getPreferredWidth(int colspan)
public void updateMinimumChunkSize(int colspan, long chunkSize)
public void updateMaxBoxSize(int colspan, long colSize)
public void updatePreferredSize(int colspan, long colSize)
public int getMaxColspan()
public long getEffectiveCellPosition()
public void setEffectiveCellPosition(long effectiveCellPosition)