com.ebmwebsourcing.geasytools.geasysvg.core.api
Interface ISVGDocument

All Superinterfaces:
IContainer
All Known Subinterfaces:
ISVGDocumentExt
All Known Implementing Classes:
SVGDocument, SVGDocumentJSNI

public interface ISVGDocument
extends IContainer


Method Summary
 ICircle createCircle(float cx, float cy, float radius)
           
 IGroup createGroup()
           
 IGroup createGroup(float x, float y)
           
 IMarker createMarker(java.lang.String id)
           
 IPath createPath(java.lang.String path, float x, float y)
           
 IRectangle createRectangle(float rx, float ry, float width, float height)
           
 IRectangle createRectangle(float rx, float ry, float width, float height, double cornersradius)
           
 IText createText(float x, float y, java.lang.String text)
           
 java.lang.String getDesc()
           
 float getHeight()
           
 java.lang.String getTitle()
           
 float getWidth()
           
 void setDesc(java.lang.String desc)
           
 void setHeight(float height)
           
 void setTitle(java.lang.String title)
           
 void setWidth(float width)
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.IContainer
appendChild, getAbsoluteLeft, getAbsoluteTop, getChildren, getElementById, removeChild
 

Method Detail

getWidth

float getWidth()

getHeight

float getHeight()

setWidth

void setWidth(float width)

setHeight

void setHeight(float height)

getTitle

java.lang.String getTitle()

setTitle

void setTitle(java.lang.String title)

setDesc

void setDesc(java.lang.String desc)

getDesc

java.lang.String getDesc()

createCircle

ICircle createCircle(float cx,
                     float cy,
                     float radius)

createGroup

IGroup createGroup()

createGroup

IGroup createGroup(float x,
                   float y)

createPath

IPath createPath(java.lang.String path,
                 float x,
                 float y)

createRectangle

IRectangle createRectangle(float rx,
                           float ry,
                           float width,
                           float height)

createRectangle

IRectangle createRectangle(float rx,
                           float ry,
                           float width,
                           float height,
                           double cornersradius)

createText

IText createText(float x,
                 float y,
                 java.lang.String text)

createMarker

IMarker createMarker(java.lang.String id)


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