Uses of Interface
org.loboevolution.html.dom.svg.SVGTransform
-
Uses of SVGTransform in org.loboevolution.html.dom.svg
Modifier and TypeMethodDescriptionSVGTransformList.appendItem
(SVGTransform newItem) appendItem.SVGTransformList.consolidate()
consolidate.SVGSVGElement.createSVGTransform()
createSVGTransform.SVGSVGElement.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformList.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformList.getItem
(int index) getItem.SVGTransformList.initialize
(SVGTransform newItem) initialize.SVGTransformList.insertItemBefore
(SVGTransform newItem, int index) insertItemBefore.SVGTransformList.removeItem
(int index) removeItem.SVGTransformList.replaceItem
(SVGTransform newItem, int index) replaceItem.Modifier and TypeMethodDescriptionSVGTransformList.appendItem
(SVGTransform newItem) appendItem.SVGTransformList.initialize
(SVGTransform newItem) initialize.SVGTransformList.insertItemBefore
(SVGTransform newItem, int index) insertItemBefore.SVGTransformList.replaceItem
(SVGTransform newItem, int index) replaceItem. -
Uses of SVGTransform in org.loboevolution.html.dom.svgimpl
Modifier and TypeMethodDescriptionSVGTransformListImpl.appendItem
(SVGTransform newItem) appendItem.SVGTransformListImpl.consolidate()
consolidate.SVGSVGElementImpl.createSVGTransform()
createSVGTransform.SVGSVGElementImpl.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformListImpl.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformListImpl.getItem
(int index) getItem.SVGTransformListImpl.initialize
(SVGTransform newItem) initialize.SVGTransformListImpl.insertItemBefore
(SVGTransform newItem, int index) insertItemBefore.SVGTransformListImpl.removeItem
(int index) removeItem.SVGTransformListImpl.replaceItem
(SVGTransform newItem, int index) replaceItem.Modifier and TypeMethodDescriptionSVGTransformListImpl.appendItem
(SVGTransform newItem) appendItem.SVGTransformListImpl.initialize
(SVGTransform newItem) initialize.SVGTransformListImpl.insertItemBefore
(SVGTransform newItem, int index) insertItemBefore.SVGTransformListImpl.replaceItem
(SVGTransform newItem, int index) replaceItem.