Uses of Interface
org.loboevolution.html.dom.svg.SVGPoint
-
Uses of SVGPoint in org.loboevolution.html.dom.svg
Modifier 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.Modifier 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
Modifier 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.Modifier 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.