|
|||||||||
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,
backgroundColor,
bp,
children,
contentRectangleWidth,
currentHeight,
foCreator,
fontState,
maxHeight,
page,
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()
|
void |
start()
|
Methods inherited from class org.apache.fop.layout.AreaContainer |
getCurrentYPosition,
getPosition,
getXPosition,
getYPosition,
setXPosition,
setYPosition |
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)
public void end()
public void start()
public int spaceLeft()
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 |