|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument)
Generates and returns the implementation of the SVG element. |
java.lang.String |
getHeight()
Returns the height. |
java.lang.String |
getWidth()
Returns the width. |
java.lang.String |
getX()
Returns the x. |
java.lang.String |
getY()
Returns the y. |
void |
setHeight(java.lang.String height)
Sets the height. |
void |
setWidth(java.lang.String width)
Sets the width. |
void |
setX(java.lang.String x)
Sets the x. |
void |
setY(java.lang.String y)
Sets the y. |
| Method Detail |
public org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMException - if the tag name contains an illegal character.public java.lang.String getHeight()
public java.lang.String getWidth()
public java.lang.String getX()
public java.lang.String getY()
public void setHeight(java.lang.String height)
height - The height to setpublic void setWidth(java.lang.String width)
width - The width to setpublic void setX(java.lang.String x)
x - The x to setpublic void setY(java.lang.String y)
y - The y to set
|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||