|
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.Position
org.apache.fop.layoutmgr.table.TableContentLayoutManager.TableContentPosition
This class represents a Position specific to this layout manager. Used for normal content cases.
| Field Summary | |
static int |
FIRST_IN_ROWGROUP
The position is the first of the row group. |
protected int |
flags
flags for the position |
protected java.util.List |
gridUnitParts
the list of GridUnitParts making up this position |
static int |
LAST_IN_ROWGROUP
The position is the last of the row group. |
protected org.apache.fop.layoutmgr.table.EffRow |
row
effective row this position belongs to |
| Constructor Summary | |
protected |
TableContentLayoutManager.TableContentPosition(LayoutManager lm,
java.util.List gridUnitParts,
org.apache.fop.layoutmgr.table.EffRow row)
Creates a new TableContentPosition. |
| Method Summary | |
boolean |
generatesAreas()
|
boolean |
getFlag(int which)
Returns a flag for this GridUnit. |
void |
setFlag(int which,
boolean value)
Sets a flag on a GridUnit. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.fop.layoutmgr.Position |
getIndex, getLM, getPosition, getShortLMName, setIndex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int FIRST_IN_ROWGROUP
public static final int LAST_IN_ROWGROUP
protected java.util.List gridUnitParts
protected org.apache.fop.layoutmgr.table.EffRow row
protected int flags
| Constructor Detail |
protected TableContentLayoutManager.TableContentPosition(LayoutManager lm,
java.util.List gridUnitParts,
org.apache.fop.layoutmgr.table.EffRow row)
lm - applicable layout managergridUnitParts - the list of GridUnitPart instancesrow - effective row this position belongs to| Method Detail |
public boolean getFlag(int which)
which - the requested flag
public void setFlag(int which,
boolean value)
which - the flag to setvalue - the new value for the flagpublic boolean generatesAreas()
generatesAreas in class PositionPosition.generatesAreas()public java.lang.String toString()
toString in class PositionObject.toString()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||