|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVGPolygonBase
ISVGPolygonBase interface defines accessors for attributes which are
common to Scalable Vector Graphics (SVG) "polygon" elements. Also provides for
generating the implementation element.
$Revision: 1.1 $
| Method Summary | |
|---|---|
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument)
Generates and returns the implementation of the SVG element. |
java.lang.String |
getPoints()
Returns the points. |
void |
setPoints(java.lang.String points)
Sets the points. |
| Method Detail |
|---|
org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException
Document - the target SVG document.
org.w3c.dom.DOMException - if the tag name contains an illegal character.java.lang.String getPoints()
void setPoints(java.lang.String points)
points - The points to set
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||