SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.svg
Interface SvgElement

All Superinterfaces:
Fo, FoForeignXml, java.lang.Iterable<Fo>, javax.swing.tree.TreeNode

public interface SvgElement
extends FoForeignXml

Describes foreign XML content that is an SVG document.


Field Summary
 
Fields inherited from interface org.axsl.fo.Fo
DIMENSION_AUTO
 
Method Summary
 SvgGraphic getSvgGraphic()
          Returns the embedded SvgGraphic.
 
Methods inherited from interface org.axsl.fo.Fo
acceptProxyFactory, ancestorBasicLink, ancestorListRelatedObject, ancestorMarker, ancestorTable, getChildAt, getColumn, getContextMessage, getLine, getName, getParent, getSequentialIndex, getSystemId, isBlockLevelFo, qtyMarkerChildren, traitIsReferenceArea
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getSvgGraphic

SvgGraphic getSvgGraphic()
Returns the embedded SvgGraphic.

Returns:
The graphic instance that is embedded in this SVGElement.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.