org.apache.fop.svg
Class Path
org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.FObj
|
+--org.apache.fop.svg.SVGObj
|
+--org.apache.fop.svg.Path
- public class Path
- extends SVGObj
class representing svg:Path pseudo flow object.
Inner Class Summary |
public static class | Path.Maker inner class for making Path objects. |
Methods inherited from class org.apache.fop.svg.SVGObj |
layout |
Methods inherited from class org.apache.fop.fo.FONode |
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows |
createGraphic
public SVGElement createGraphic()
maker
public static FObj.Maker maker()
- returns the maker for this object.
- Returns: the maker for Path objects