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
 

Classes in org.apache.batik.dom.svg that implement SVGPoint
protected  class AbstractSVGPointList.SVGPointItem
          Representation of the item SVGPoint.
 class SVGOMPoint
          This class provides an abstract implementation of the SVGMatrix interface.
static class SVGTextContentSupport.SVGTextPoint
           
 

Methods in org.apache.batik.dom.svg that return SVGPoint
static SVGPoint SVGPathSupport.getPointAtLength(SVGOMPathElement path, float distance)
          To implement SVGPathElement.getPointAtLength(float).
static SVGPoint SVGTextContentSupport.getStartPositionOfChar(org.w3c.dom.Element elt, int charnum)
          To implement SVGTextContentElement.getStartPositionOfChar(int charnum).
static SVGPoint SVGTextContentSupport.getEndPositionOfChar(org.w3c.dom.Element elt, int charnum)
          To implement SVGTextContentElement.getEndPositionOfChar(int charnum).
 SVGPoint SVGOMTextContentElement.getStartPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
 SVGPoint SVGOMTextContentElement.getEndPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
 SVGPoint AbstractSVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint AbstractSVGPointList.getItem(int index)
           
 SVGPoint AbstractSVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.removeItem(int index)
           
 SVGPoint AbstractSVGPointList.appendItem(SVGPoint newItem)
           
 SVGPoint AbstractSVGPointList.SVGPointItem.matrixTransform(SVGMatrix matrix)
           
 SVGPoint SVGOMPathElement.getPointAtLength(float distance)
          DOM: Implements SVGPathElement.getPointAtLength(float).
 SVGPoint SVGOMSVGElement.getCurrentTranslate()
           
 SVGPoint SVGOMSVGElement.createSVGPoint()
          DOM: Implements SVGSVGElement.createSVGPoint().
 SVGPoint SVGOMPoint.matrixTransform(SVGMatrix matrix)
           
 

Methods in org.apache.batik.dom.svg with parameters of type SVGPoint
 int SVGOMTextContentElement.getCharNumAtPosition(SVGPoint point)
          DOM: Implements SVGTextContentElement.getCharNumAtPosition(SVGPoint).
 SVGPoint AbstractSVGPointList.initialize(SVGPoint newItem)
           
 SVGPoint AbstractSVGPointList.insertItemBefore(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.replaceItem(SVGPoint newItem, int index)
           
 SVGPoint AbstractSVGPointList.appendItem(SVGPoint newItem)
           
 

Uses of SVGPoint in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGPoint
 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 SVGPathElement.getPointAtLength(float distance)
           
 SVGPoint SVGTextContentElement.getStartPositionOfChar(int charnum)
           
 SVGPoint SVGTextContentElement.getEndPositionOfChar(int charnum)
           
 SVGPoint SVGZoomEvent.getPreviousTranslate()
           
 SVGPoint SVGZoomEvent.getNewTranslate()
           
 SVGPoint SVGSVGElement.getCurrentTranslate()
           
 SVGPoint SVGSVGElement.createSVGPoint()
           
 

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



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.