org.apache.fop.svg
Class SVGObj

java.lang.Object
  |
  +--org.apache.fop.fo.FONode
        |
        +--org.apache.fop.fo.FObj
              |
              +--org.apache.fop.svg.XMLObj
                    |
                    +--org.apache.fop.svg.SVGObj
Direct Known Subclasses:
A, AltGlyph, AltGlyphDef, AltGlyphItem, Animate, AnimateColor, AnimateMotion, AnimateTransform, Circle, ClipPath, ColorProfile, Cursor, DefinitionSrc, Defs, Desc, Ellipse, FeBlend, FeColorMatrix, FeComponentTransfer, FeComposite, FeConvolveMatrix, FeDiffuseLighting, FeDisplacementMap, FeDistantLight, FeFlood, FeFuncA, FeFuncB, FeFuncG, FeFuncR, FeGaussianBlur, FeImage, FeMerge, FeMergeNode, FeMorphology, FeOffset, FePointLight, FeSpecularLighting, FeSpotLight, FeTile, FeTurbulence, Filter, Font, FontFace, FontFaceFormat, FontFaceName, FontFaceSrc, FontFaceUri, ForeignObject, G, Glyph, GlyphRef, Hkern, Image, Line, LinearGradient, Marker, Mask, Metadata, MissingGlyph, Mpath, Path, Pattern, Polygon, Polyline, RadialGradient, Rect, Script, Set, Stop, Style, Svg, Switch, Symbol, Text, TextPath, Title, Tref, Tspan, Use, View, Vkern

public abstract class SVGObj
extends XMLObj

Since SVG objects are not layed out then this class checks that this element is not being layed out inside some incorrect element.


Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker
 
Fields inherited from class org.apache.fop.svg.XMLObj
ns, props, tagName
 
Fields inherited from class org.apache.fop.fo.FObj
name, properties, propMgr
 
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
 
Constructor Summary
SVGObj(FObj parent, PropertyList propertyList)
           
 
Method Summary
 java.lang.String getNameSpace()
           
 
Methods inherited from class org.apache.fop.svg.XMLObj
addGraphic, buildTopLevel, createBasicDocument, forceStartOffset, forceWidth, getMarkerSnapshot, layout, resetMarker, rollback, setIsInTableCell, setLinkSet
 
Methods inherited from class org.apache.fop.fo.FObj
addCharacters, end, generatesReferenceAreas, getContentWidth, getName, getProperty, makePropertyManager, maker, removeID, start
 
Methods inherited from class org.apache.fop.fo.FONode
addChild, addMarker, getBufferManager, getLinkSet, getMarkers, getParent, hasMarkers, removeAreas, setBufferManager, setOrphans, setWidows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGObj

public SVGObj(FObj parent,
              PropertyList propertyList)
Parameters:
parent - the parent formatting object
propertyList - the explicit properties of this object
Method Detail

getNameSpace

public java.lang.String getNameSpace()
Overrides:
getNameSpace in class XMLObj


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.