Free Download - Stylus Studio, The World's Best XML IDE!


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
 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 SVGOMTextContentElement.getStartPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
 SVGPoint SVGOMTextContentElement.getEndPositionOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
 SVGPoint SVGOMSVGElement.getCurrentTranslate()
           
 SVGPoint SVGOMSVGElement.createSVGPoint()
          DOM: Implements SVGSVGElement.createSVGPoint().
 SVGPoint AbstractSVGPointList.SVGPointItem.matrixTransform(SVGMatrix matrix)
           
 SVGPoint SVGOMPoint.matrixTransform(SVGMatrix matrix)
           
 SVGPoint SVGOMPathElement.getPointAtLength(float distance)
          DOM: Implements 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).
 

Methods in org.apache.batik.dom.svg with parameters of type 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)
           
 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 © 2004 Apache Software Foundation. All Rights Reserved.
Hosted by Stylus Studio, the world's leading XML IDE - Download a free evaluation copy today.