File
Doc
Category
Size
Date
Package
SVGMatrix.java
API Doc
phoneME MR2 API (J2ME)
1684
Wed May 02 18:00:34 BST 2007
org.w3c.dom.svg
SVGMatrix
public interface SVGMatrix
Fields Summary
Constructors Summary
Methods Summary
public
float
getComponent
(
int
index)
public
org.w3c.dom.svg.SVGMatrix
inverse
()
public
org.w3c.dom.svg.SVGMatrix
mMultiply
(
org.w3c.dom.svg.SVGMatrix
secondMatrix)
public
org.w3c.dom.svg.SVGMatrix
mRotate
(
float
angle)
public
org.w3c.dom.svg.SVGMatrix
mScale
(
float
scaleFactor)
public
org.w3c.dom.svg.SVGMatrix
mTranslate
(
float
x,
float
y)
Java Code Source