|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.table.TableContentLayoutManager.GridUnitPart
Represents a non-dividable part of a grid unit. Used by the table stepper.
Field Summary | |
protected int |
end
Index of the ending element of this part |
protected PrimaryGridUnit |
pgu
Primary grid unit |
protected int |
start
Index of the starting element of this part |
Constructor Summary | |
protected |
TableContentLayoutManager.GridUnitPart(PrimaryGridUnit pgu,
int start,
int end)
Creates a new GridUnitPart. |
Method Summary | |
boolean |
isFirstPart()
|
boolean |
isLastPart()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected PrimaryGridUnit pgu
protected int start
protected int end
Constructor Detail |
protected TableContentLayoutManager.GridUnitPart(PrimaryGridUnit pgu, int start, int end)
pgu
- Primary grid unitstart
- starting elementend
- ending elementMethod Detail |
public boolean isFirstPart()
public boolean isLastPart()
public java.lang.String toString()
Object.toString()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |