package com.lorentz.SVG.display { public interface IDocumentSetable { function setDocument(doc:SVGDocument):void; } }