SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Interface ForeignContentSvg

All Superinterfaces:
ForeignContent

public interface ForeignContentSvg
extends ForeignContent

The reference area for the content of an SVG document that is inside a ForeignObjectArea. The ForeignObjectArea defines the viewport, and this area, which is a child of the ForeignObjectArea, defines the content that is inside that viewport.


Method Summary
 SvgGraphic getGraphic()
          Returns the encapsulated SVG Graphic.
 ForeignObjectArea getParent()
          Returns the parent foreign-object area.
 

Method Detail

getParent

ForeignObjectArea getParent()
Returns the parent foreign-object area.

Returns:
The parent foreign-object area.

getGraphic

SvgGraphic getGraphic()
Returns the encapsulated SVG Graphic.

Returns:
The SVG Graphic.

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.