|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.layout.Box | +--org.apache.fop.layout.Area | +--org.apache.fop.layout.AreaContainer | +--org.apache.fop.layout.ColumnArea
Fields inherited from class org.apache.fop.layout.Area |
allocationWidth, areaClass, backgroundColor, bp, children, contentRectangleWidth, currentHeight, foCreator, fontState, generatedBy, isFirst, isLast, markers, maxHeight, page, returnedBy, tableCellXOffset |
Fields inherited from class org.apache.fop.layout.Box |
areaTree, parent |
Constructor Summary | |
ColumnArea(FontState fontState,
int xPosition,
int yPosition,
int allocationWidth,
int maxHeight,
int columnCount)
|
Method Summary | |
void |
end()
|
int |
getColumnIndex()
|
void |
incrementSpanIndex()
|
void |
render(Renderer renderer)
|
void |
setColumnIndex(int columnIndex)
|
int |
spaceLeft()
Return space remaining in the vertical direction (height). |
void |
start()
|
Methods inherited from class org.apache.fop.layout.AreaContainer |
getAreaName, getCurrentYPosition, getPosition, getXPosition, getYPosition, setAreaName, setXPosition, setYPosition, shiftYPosition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColumnArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount)
Method Detail |
public void render(Renderer renderer)
render
in class AreaContainer
public void end()
end
in class Area
public void start()
start
in class Area
public int spaceLeft()
Area
spaceLeft
in class Area
org.apache.fop.layout.Area
public int getColumnIndex()
public void setColumnIndex(int columnIndex)
public void incrementSpanIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |