Uses of Interface
org.loboevolution.html.dom.svg.SVGPoint
Packages that use SVGPoint
-
Uses of SVGPoint in org.loboevolution.html.dom.svg
Methods in org.loboevolution.html.dom.svg that return SVGPointModifier and TypeMethodDescriptionSVGPointList.appendItem
(SVGPoint newItem) appendItem.SVGSVGElement.createSVGPoint()
createSVGPoint.SVGSVGElement.getCurrentTranslate()
getCurrentTranslate.SVGTextContentElement.getEndPositionOfChar
(int charnum) getEndPositionOfChar.SVGPointList.getItem
(int index) getItem.SVGZoomEvent.getNewTranslate()
getNewTranslate.SVGPathElement.getPointAtLength
(float distance) getPointAtLength.SVGZoomEvent.getPreviousTranslate()
getPreviousTranslate.SVGTextContentElement.getStartPositionOfChar
(int charnum) getStartPositionOfChar.SVGPointList.initialize
(SVGPoint newItem) initialize.SVGPointList.insertItemBefore
(SVGPoint newItem, int index) insertItemBefore.SVGPoint.matrixTransform
(SVGMatrix matrix) matrixTransform.SVGPointList.removeItem
(int index) removeItem.SVGPointList.replaceItem
(SVGPoint newItem, int index) replaceItem.Methods in org.loboevolution.html.dom.svg with parameters of type SVGPointModifier and TypeMethodDescriptionSVGPointList.appendItem
(SVGPoint newItem) appendItem.int
SVGTextContentElement.getCharNumAtPosition
(SVGPoint point) getCharNumAtPosition.SVGPointList.initialize
(SVGPoint newItem) initialize.SVGPointList.insertItemBefore
(SVGPoint newItem, int index) insertItemBefore.SVGPointList.replaceItem
(SVGPoint newItem, int index) replaceItem. -
Uses of SVGPoint in org.loboevolution.html.dom.svgimpl
Classes in org.loboevolution.html.dom.svgimpl that implement SVGPointMethods in org.loboevolution.html.dom.svgimpl that return SVGPointModifier and TypeMethodDescriptionSVGPointListImpl.appendItem
(SVGPoint newItem) appendItem.SVGSVGElementImpl.createSVGPoint()
createSVGPoint.SVGTextElementImpl.getEndPositionOfChar
(int charnum) getEndPositionOfChar.SVGPointListImpl.getItem
(int index) getItem.SVGPathElementImpl.getPointAtLength
(float distance) getPointAtLength.SVGTextElementImpl.getStartPositionOfChar
(int charnum) getStartPositionOfChar.SVGPointListImpl.initialize
(SVGPoint newItem) initialize.SVGPointListImpl.insertItemBefore
(SVGPoint newItem, int index) insertItemBefore.SVGPointImpl.matrixTransform
(SVGMatrix matrix) matrixTransform.SVGPointListImpl.removeItem
(int index) removeItem.SVGPointListImpl.replaceItem
(SVGPoint newItem, int index) replaceItem.Methods in org.loboevolution.html.dom.svgimpl with parameters of type SVGPointModifier and TypeMethodDescriptionSVGPointListImpl.appendItem
(SVGPoint newItem) appendItem.int
SVGTextElementImpl.getCharNumAtPosition
(SVGPoint point) getCharNumAtPosition.float
SVGPointListImpl.initialize
(SVGPoint newItem) initialize.SVGPointListImpl.insertItemBefore
(SVGPoint newItem, int index) insertItemBefore.SVGPointListImpl.replaceItem
(SVGPoint newItem, int index) replaceItem.Constructors in org.loboevolution.html.dom.svgimpl with parameters of type SVGPoint