|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.fo.FObj
base class for representation of formatting objects and their processing
Nested Class Summary | |
static class |
FObj.Maker
|
Field Summary | |
protected int |
column
|
protected int |
line
|
PropertyList |
properties
|
protected PropertyManager |
propMgr
|
protected java.lang.String |
systemId
|
Fields inherited from class org.apache.fop.fo.FONode |
areaClass, areasGenerated, BREAK_AFTER, children, forcedStartOffset, forcedWidth, isInTableCell, linkSet, log, marker, parent, START |
Constructor Summary | |
protected |
FObj(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
Method Summary | |
protected void |
addCharacters(char[] data,
int start,
int length)
adds characters (does nothing here) |
void |
addMarker(java.lang.String markerClassName)
|
protected void |
end()
|
boolean |
generatesReferenceAreas()
|
int |
getContentWidth()
Return the "content width" of the areas generated by this FO. |
abstract java.lang.String |
getName()
returns the name of the formatting object |
Property |
getProperty(java.lang.String name)
lets outside sources access the property list first used by PageNumberCitation to find the "id" property |
int |
layout(Area area)
generates the area or areas for this formatting object and adds these to the area. |
protected PropertyManager |
makePropertyManager(PropertyList propertyList)
|
void |
removeID(IDReferences idReferences)
removes property id |
protected void |
setWritingMode()
Set writing mode for this FO. |
Methods inherited from class org.apache.fop.fo.FONode |
addChild, forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, mayPrecedeMarker, removeAreas, resetMarker, rollback, setIsInTableCell, setLinkSet, setLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public PropertyList properties
protected PropertyManager propMgr
protected java.lang.String systemId
protected int line
protected int column
Constructor Detail |
protected FObj(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
Method Detail |
protected PropertyManager makePropertyManager(PropertyList propertyList)
protected void addCharacters(char[] data, int start, int length)
data
- textstart
- start positionlength
- length of the textpublic int layout(Area area) throws FOPException
layout
in class FONode
area
-
FOPException
public abstract java.lang.String getName()
protected void end()
public Property getProperty(java.lang.String name)
getProperty
in class FONode
name
- - the name of the desired property to obtain
public int getContentWidth()
public void removeID(IDReferences idReferences)
idReferences
- the id to removepublic boolean generatesReferenceAreas()
protected void setWritingMode()
public void addMarker(java.lang.String markerClassName) throws FOPException
FOPException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |