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

Packages that use SVGPoint
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGPoint in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return SVGPoint
 SVGPoint SVGOMTextContentElement.getStartPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
 SVGPoint SVGOMTextContentElement.getEndPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
 SVGPoint SVGOMPathElement.getPointAtLength(float distance)
          DOM: Implements SVGPathElement.getPointAtLength(float).
 SVGPoint SVGOMSVGElement.getCurrentTranslate()
           
 SVGPoint SVGOMSVGElement.createSVGPoint()
          DOM: Implements SVGSVGElement.createSVGPoint().
 

Methods in org.apache.batik.dom.svg with parameters of type SVGPoint
 int SVGOMTextContentElement.getCharNumAtPosition(SVGPoint point)
          DOM: Implements SVGTextContentElement.getCharNumAtPosition(SVGPoint).
 

Uses of SVGPoint in org.w3c.dom.svg
 

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

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.