org.apache.fop.fo.flow
Class Inline
java.lang.Object
|
+--org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.fo.FObjMixed
|
+--org.apache.fop.fo.flow.Inline
- public class Inline
- extends FObjMixed
Fields inherited from class org.apache.fop.fo.FONode |
areaClass, areasGenerated, BREAK_AFTER, bufferManager, children, forcedStartOffset, forcedWidth, isInTableCell, linkSet, marker, markers, orphans, parent, START, widows |
Method Summary |
protected void |
addCharacters(char[] data,
int start,
int length)
adds characters (does nothing here) |
static FObj.Maker |
maker()
|
Methods inherited from class org.apache.fop.fo.FONode |
addChild, addMarker, forceStartOffset, forceWidth, getBufferManager, getLinkSet, getMarkers, getMarkerSnapshot, getParent, hasMarkers, removeAreas, resetMarker, rollback, setBufferManager, setIsInTableCell, setLinkSet, setOrphans, setWidows |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
underlined
protected boolean underlined
overlined
protected boolean overlined
lineThrough
protected boolean lineThrough
Inline
public Inline(FObj parent,
PropertyList propertyList)
throws FOPException
maker
public static FObj.Maker maker()
addCharacters
protected void addCharacters(char[] data,
int start,
int length)
- Description copied from class:
FObj
- adds characters (does nothing here)
- Overrides:
addCharacters
in class FObjMixed
- Following copied from class:
org.apache.fop.fo.FObj
- Parameters:
data
- textstart
- start positionlength
- length of the text
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.