|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.FONode | +--org.apache.fop.fo.FObj | +--org.apache.fop.fo.XMLObj | +--org.apache.fop.svg.SVGObj
Inner Class Summary | |
static class |
SVGObj.Maker
inner class for making svg objects. |
Inner classes inherited from class org.apache.fop.fo.FObj |
FObj.Maker |
Fields inherited from class org.apache.fop.fo.XMLObj |
doc, element, ns, tagName |
Fields inherited from class org.apache.fop.fo.FObj |
column, line, properties, propMgr, 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 |
SVGObj(FObj parent,
PropertyList propertyList,
java.lang.String tag,
java.lang.String systemId,
int line,
int column)
constructs an svg object (called by Maker). |
Method Summary | |
java.lang.String |
getName()
returns the name of the formatting object |
java.lang.String |
getNameSpace()
|
static FObj.Maker |
maker(java.lang.String str)
returns the maker for this object. |
Methods inherited from class org.apache.fop.fo.XMLObj |
addCharacters, addChild, addGraphic, buildTopLevel, createBasicDocument, forceStartOffset, forceWidth, getMarkerSnapshot, layout, removeID, resetMarker, rollback, setIsInTableCell, setLinkSet, setWritingMode |
Methods inherited from class org.apache.fop.fo.FObj |
addMarker, end, generatesReferenceAreas, getContentWidth, getProperty, makePropertyManager |
Methods inherited from class org.apache.fop.fo.FONode |
getLinkSet, getParent, mayPrecedeMarker, removeAreas, setLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SVGObj(FObj parent, PropertyList propertyList, java.lang.String tag, java.lang.String systemId, int line, int column)
parent
- the parent formatting objectpropertyList
- the explicit properties of this objectMethod Detail |
public static FObj.Maker maker(java.lang.String str)
public java.lang.String getName()
FObj
getName
in class FObj
org.apache.fop.fo.FObj
public java.lang.String getNameSpace()
getNameSpace
in class XMLObj
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |