Uses of Interface
org.loboevolution.svg.SVGMatrix
Packages that use SVGMatrix
-
Uses of SVGMatrix in org.loboevolution.svg
Methods in org.loboevolution.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.svg with parameters of type SVGMatrixModifier and TypeMethodDescriptionSVGSVGElement.createSVGTransformFromMatrix(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformList.createSVGTransformFromMatrix(SVGMatrix matrix) createSVGTransformFromMatrix.SVGPoint.matrixTransform(SVGMatrix matrix) matrixTransform.multiply.voidsetMatrix. -
Uses of SVGMatrix in org.loboevolution.svg.dom
Classes in org.loboevolution.svg.dom that implement SVGMatrixMethods in org.loboevolution.svg.dom 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.svg.dom with parameters of type SVGMatrixModifier and TypeMethodDescriptionSVGSVGElementImpl.createSVGTransformFromMatrix(SVGMatrix matrix) createSVGTransformFromMatrix.SVGTransformListImpl.createSVGTransformFromMatrix(SVGMatrix matrix) createSVGTransformFromMatrix.SVGPointImpl.matrixTransform(SVGMatrix matrix) matrixTransform.multiply.voidsetMatrix.