Uses of Interface
org.w3c.dom.svg.SVGPoint

Packages that use SVGPoint
org.w3c.dom.svg   
 

Uses of SVGPoint in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGPoint
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 SVGPoint SVGSVGElement.createSVGPoint()
           
 SVGPoint SVGSVGElement.getCurrentTranslate()
           
 SVGPoint SVGTextContentElement.getEndPositionOfChar(int charnum)
           
 SVGPoint SVGPointList.getItem(int index)
           
 SVGPoint SVGZoomEvent.getNewTranslate()
           
 SVGPoint SVGPathElement.getPointAtLength(float distance)
           
 SVGPoint SVGZoomEvent.getPreviousTranslate()
           
 SVGPoint SVGTextContentElement.getStartPositionOfChar(int charnum)
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPoint.matrixTransform(SVGMatrix matrix)
           
 SVGPoint SVGPointList.removeItem(int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)
           
 

Methods in org.w3c.dom.svg with parameters of type SVGPoint
 SVGPoint SVGPointList.appendItem(SVGPoint newItem)
           
 int SVGTextContentElement.getCharNumAtPosition(SVGPoint point)
           
 SVGPoint SVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint SVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint SVGPointList.replaceItem(SVGPoint newItem, int index)