Packagecom.kapit.diagram.view
Interfacepublic interface ISVGExportable
ImplementorsDiagramColumn, DiagramColumnCaption, DiagramColumnContainer, DiagramGroup, DiagramLaneCaption, DiagramLayer, DiagramLink, DiagramPanel, DiagramPanelCaption, DiagramPanelsContainer, DiagramSprite

Interface for diagram element that can be exported in SVG.



Public Methods
 MethodDefined by
  
appendToSVGDocument(doc:SVGSVGElement):void
Adds this ISVGExportable object in SVG format to an SVGSVGElement object.
ISVGExportable
Method detail
appendToSVGDocument()method
public function appendToSVGDocument(doc:SVGSVGElement):void

Adds this ISVGExportable object in SVG format to an SVGSVGElement object.

Parameters
doc:SVGSVGElement — SVGSVGElement to be updated by adding this ISVGExportable object.