Uses of Interface
org.loboevolution.html.dom.svg.SVGMatrix
Packages that use SVGMatrix
-
Uses of SVGMatrix in org.loboevolution.html.dom.svg
Methods in org.loboevolution.html.dom.svg that return SVGMatrixModifier and TypeMethodDescriptionSVGSVGElement.createSVGMatrix()
createSVGMatrix.SVGMatrix.flipX()
flipX.SVGMatrix.flipY()
flipY.SVGLocatable.getCTM()
getCTM.SVGTransform.getMatrix()
getMatrix.SVGLocatable.getScreenCTM()
getScreenCTM.SVGLocatable.getTransformToElement
(SVGElement element) getTransformToElement.SVGMatrix.inverse()
inverse.multiply.SVGMatrix.rotate
(float angle) rotate.SVGMatrix.rotateFromVector
(float x, float y) rotateFromVector.SVGMatrix.scale
(float scaleFactor) scale.SVGMatrix.scaleNonUniform
(float scaleFactorX, float scaleFactorY) scaleNonUniform.SVGMatrix.skewX
(float angle) skewX.SVGMatrix.skewY
(float angle) skewY.SVGMatrix.translate
(float x, float y) translate.Methods in org.loboevolution.html.dom.svg with parameters of type SVGMatrixModifier and TypeMethodDescriptionSVGSVGElement.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformList.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGPoint.matrixTransform
(SVGMatrix matrix) matrixTransform.multiply.void
setMatrix. -
Uses of SVGMatrix in org.loboevolution.html.dom.svgimpl
Classes in org.loboevolution.html.dom.svgimpl that implement SVGMatrixMethods in org.loboevolution.html.dom.svgimpl that return SVGMatrixModifier and TypeMethodDescriptionSVGSVGElementImpl.createSVGMatrix()
createSVGMatrix.SVGMatrixImpl.flipX()
flipX.SVGMatrixImpl.flipY()
flipY.SVGLocatableImpl.getCTM()
getCTM.SVGTransformImpl.getMatrix()
getMatrix.SVGLocatableImpl.getScreenCTM()
getScreenCTM.SVGLocatableImpl.getTransformToElement
(SVGElement element) getTransformToElement.SVGMatrixImpl.inverse()
inverse.multiply.SVGMatrixImpl.rotate
(float angle) rotate.SVGMatrixImpl.rotateFromVector
(float x, float y) rotateFromVector.SVGMatrixImpl.scale
(float scaleFactor) scale.SVGMatrixImpl.scaleNonUniform
(float scaleFactorX, float scaleFactorY) scaleNonUniform.SVGMatrixImpl.skewX
(float angle) skewX.SVGMatrixImpl.skewY
(float angle) skewY.SVGMatrixImpl.translate
(float x, float y) translate.Methods in org.loboevolution.html.dom.svgimpl with parameters of type SVGMatrixModifier and TypeMethodDescriptionSVGSVGElementImpl.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformListImpl.createSVGTransformFromMatrix
(SVGMatrix matrix) createSVGTransformFromMatrix.SVGPointImpl.matrixTransform
(SVGMatrix matrix) matrixTransform.multiply.void
setMatrix.