Uses of Interface
org.loboevolution.svg.SVGPoint
Packages that use SVGPoint
-
Uses of SVGPoint in org.loboevolution.svg
Methods in org.loboevolution.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.svg with parameters of type SVGPointModifier and TypeMethodDescriptionSVGPointList.appendItem(SVGPoint newItem) appendItem.intSVGTextContentElement.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.svg.dom
Classes in org.loboevolution.svg.dom that implement SVGPointMethods in org.loboevolution.svg.dom 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.svg.dom with parameters of type SVGPointModifier and TypeMethodDescriptionSVGPointListImpl.appendItem(SVGPoint newItem) appendItem.intSVGTextElementImpl.getCharNumAtPosition(SVGPoint point) getCharNumAtPosition.floatSVGPointListImpl.initialize(SVGPoint newItem) initialize.SVGPointListImpl.insertItemBefore(SVGPoint newItem, int index) insertItemBefore.SVGPointListImpl.replaceItem(SVGPoint newItem, int index) replaceItem.Constructors in org.loboevolution.svg.dom with parameters of type SVGPoint