public class Matrix extends AbstractXJdfType<String,Matrix>
| Constructor and Description |
|---|
Matrix()
Default constructor.
|
Matrix(double a,
double b,
double c,
double d,
double tx,
double ty)
Custom constructor, accepting several values for initializing.
|
Matrix(String expression)
Custom constructor, accepting a String expression for initializing.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getA()
Getter for a attribute.
|
double |
getB()
Getter for b attribute.
|
double |
getC()
Getter for c attribute.
|
double |
getD()
Getter for d attribute.
|
double |
getTx()
Getter for tx attribute.
|
double |
getTy()
Getter for ty attribute.
|
String |
marshal(Matrix matrix) |
String |
toString() |
Matrix |
unmarshal(String v) |
equals, hashCodepublic Matrix()
public Matrix(double a,
double b,
double c,
double d,
double tx,
double ty)
public Matrix(String expression)
expression - Matrix as String expression.public double getA()
public double getB()
public double getC()
public double getD()
public double getTx()
public double getTy()
public String marshal(Matrix matrix)
marshal in class XmlAdapter<String,Matrix>XmlAdapter.marshal(java.lang.Object)public Matrix unmarshal(String v) throws Exception
unmarshal in class XmlAdapter<String,Matrix>ExceptionXmlAdapter.unmarshal(java.lang.Object)public String toString()
toString in class AbstractXJdfType<String,Matrix>Object.toString()Copyright © 2013. All Rights Reserved.