Uses of Class
org.vectomatic.dom.svg.OMSVGMatrix

Packages that use OMSVGMatrix
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
org.vectomatic.dom.svg.impl libgwtsvg implementation classes, not to be accessed directly. 
org.vectomatic.dom.svg.itf Interfaces for polymorphic operations on SVG classes. 
 

Uses of OMSVGMatrix in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMSVGMatrix
 OMSVGMatrix OMSVGSVGElement.createSVGMatrix()
          Creates an OMSVGMatrix object outside of any document trees.
 OMSVGMatrix OMSVGSVGElement.createSVGMatrix(float a, float b, float c, float d, float e, float f)
          Creates an OMSVGMatrix object outside of any document trees.
 OMSVGMatrix OMSVGSVGElement.createSVGMatrix(OMSVGMatrix m)
          Creates an OMSVGMatrix object outside of any document trees.
 OMSVGMatrix OMSVGMatrix.flipX()
          Post-multiplies the transformation [-1 0 0 1 0 0] and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.flipY()
          Post-multiplies the transformation [1 0 0 -1 0 0] and returns the resulting matrix.
 OMSVGMatrix OMSVGAElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGEllipseElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGPathElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGDefsElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGForeignObjectElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGTextElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGImageElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGClipPathElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGLineElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGUseElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGSwitchElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGPolylineElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGPolygonElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGGElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGCircleElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGRectElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGSVGElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix OMSVGTransform.getMatrix()
          The matrix that represents this transformation.
 OMSVGMatrix OMSVGAElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGEllipseElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGPathElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGDefsElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGForeignObjectElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGTextElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGImageElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGClipPathElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGLineElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGUseElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGSwitchElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGPolylineElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGPolygonElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGGElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGCircleElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGRectElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGSVGElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix OMSVGAElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGEllipseElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGPathElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGDefsElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGForeignObjectElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGTextElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGImageElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGClipPathElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGLineElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGUseElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGSwitchElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGPolylineElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGPolygonElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGGElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGCircleElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGRectElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGSVGElement.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix OMSVGMatrix.inverse()
          Returns the inverse matrix.
 OMSVGMatrix OMSVGMatrix.multiply(OMSVGMatrix secondMatrix)
          Performs matrix multiplication.
 OMSVGMatrix OMSVGMatrix.rotate(float angle)
          Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.rotateFromVector(float x, float y)
          Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.scale(float scaleFactor)
          Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.scaleNonUniform(float scaleFactorX, float scaleFactorY)
          Post-multiplies a non-uniform scale transformation on the current matrix and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.skewX(float angle)
          Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.skewY(float angle)
          Post-multiplies a skewY transformation on the current matrix and returns the resulting matrix.
 OMSVGMatrix OMSVGMatrix.translate(float x, float y)
          Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.
 

Methods in org.vectomatic.dom.svg with parameters of type OMSVGMatrix
 OMSVGMatrix OMSVGSVGElement.createSVGMatrix(OMSVGMatrix m)
          Creates an OMSVGMatrix object outside of any document trees.
 OMSVGTransform OMSVGSVGElement.createSVGTransformFromMatrix(OMSVGMatrix matrix)
          

Creates an OMSVGTransform object outside of any document trees.

 OMSVGTransform OMSVGTransformList.createSVGTransformFromMatrix(OMSVGMatrix matrix)
          

Creates an OMSVGTransform object which is initialized to transform of type SVG_TRANSFORM_MATRIX and whose values are the given matrix.

 OMSVGPoint OMSVGPoint.matrixTransform(OMSVGMatrix matrix)
          Applies a 2x3 matrix transformation on this OMSVGPoint object and returns a new, transformed OMSVGPoint object:
 OMSVGMatrix OMSVGMatrix.multiply(OMSVGMatrix secondMatrix)
          Performs matrix multiplication.
 void OMSVGTransform.setMatrix(OMSVGMatrix matrix)
          

Sets the transform type to SVG_TRANSFORM_MATRIX, with parameter matrix defining the new transformation.

 

Uses of OMSVGMatrix in org.vectomatic.dom.svg.impl
 

Methods in org.vectomatic.dom.svg.impl that return OMSVGMatrix
 OMSVGMatrix SVGSVGElement.createSVGMatrix()
          Creates an OMSVGMatrix object outside of any document trees.
 OMSVGMatrix SVGEllipseElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGTextElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGImageElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGClipPathElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGUseElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGSwitchElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGAElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGDefsElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGPolygonElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGLineElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGForeignObjectElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGGElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGPolylineElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGCircleElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGRectElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGPathElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGSVGElement.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix SVGEllipseElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGTextElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGImageElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGClipPathElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGUseElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGSwitchElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGAElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGDefsElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGPolygonElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGLineElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGForeignObjectElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGGElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGPolylineElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGCircleElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGRectElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGPathElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGSVGElement.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix SVGEllipseElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGTextElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGImageElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGClipPathElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGUseElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGSwitchElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGAElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGDefsElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGPolygonElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGLineElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGForeignObjectElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGGElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGPolylineElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGCircleElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGRectElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGPathElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 OMSVGMatrix SVGSVGElement.getTransformToElement(SVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 

Methods in org.vectomatic.dom.svg.impl with parameters of type OMSVGMatrix
 OMSVGTransform SVGSVGElement.createSVGTransformFromMatrix(OMSVGMatrix matrix)
          

Creates an OMSVGTransform object outside of any document trees.

 

Uses of OMSVGMatrix in org.vectomatic.dom.svg.itf
 

Methods in org.vectomatic.dom.svg.itf that return OMSVGMatrix
 OMSVGMatrix ISVGLocatable.getCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the ISVGLocatable.getNearestViewportElement().
 OMSVGMatrix ISVGLocatable.getScreenCTM()
          Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notice of a "pixel".
 OMSVGMatrix ISVGLocatable.getTransformToElement(OMSVGElement element)
          Returns the transformation matrix from the user coordinate system on the current element (after application of the transform attribute, if any) to the user coordinate system on parameter element (after application of its transform attribute, if any).
 



Copyright © 2012. All Rights Reserved.