org.w3c.dom.svg
Interface SVGPointList
- All Known Implementing Classes:
- AbstractSVGPointList
- public interface SVGPointList
getNumberOfItems
public int getNumberOfItems()
clear
public void clear()
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
initialize
public SVGPoint initialize(SVGPoint newItem)
throws org.w3c.dom.DOMException,
SVGException
- Throws:
org.w3c.dom.DOMException
SVGException
getItem
public SVGPoint getItem(int index)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
insertItemBefore
public SVGPoint insertItemBefore(SVGPoint newItem,
int index)
throws org.w3c.dom.DOMException,
SVGException
- Throws:
org.w3c.dom.DOMException
SVGException
replaceItem
public SVGPoint replaceItem(SVGPoint newItem,
int index)
throws org.w3c.dom.DOMException,
SVGException
- Throws:
org.w3c.dom.DOMException
SVGException
removeItem
public SVGPoint removeItem(int index)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
appendItem
public SVGPoint appendItem(SVGPoint newItem)
throws org.w3c.dom.DOMException,
SVGException
- Throws:
org.w3c.dom.DOMException
SVGException
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.