com.ebmwebsourcing.geasytools.geasysvg.ext.api
Interface ISVGDocumentExt

All Superinterfaces:
IContainer, ISVGDocument
All Known Implementing Classes:
SVGDocument, SVGDocumentJSNI

public interface ISVGDocumentExt
extends ISVGDocument


Method Summary
 ILinearPath createLinearPath(float x, float y)
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.ISVGDocument
createCircle, createGroup, createGroup, createMarker, createPath, createRectangle, createRectangle, createText, getDesc, getHeight, getTitle, getWidth, setDesc, setHeight, setTitle, setWidth
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.IContainer
appendChild, getAbsoluteLeft, getAbsoluteTop, getChildren, getElementById, removeChild
 

Method Detail

createLinearPath

ILinearPath createLinearPath(float x,
                             float y)


Copyright © 2010-2011 Petals Link. All Rights Reserved.