|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataMatrixDouble
public class XSDataMatrixDouble
Java class for XSDataMatrixDouble complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataMatrixDouble"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="m11" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m12" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m13" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m21" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m22" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m23" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m31" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m32" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="m33" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataMatrixDouble()
|
Method Summary | |
---|---|
double |
getM11()
Gets the value of the m11 property. |
double |
getM12()
Gets the value of the m12 property. |
double |
getM13()
Gets the value of the m13 property. |
double |
getM21()
Gets the value of the m21 property. |
double |
getM22()
Gets the value of the m22 property. |
double |
getM23()
Gets the value of the m23 property. |
double |
getM31()
Gets the value of the m31 property. |
double |
getM32()
Gets the value of the m32 property. |
double |
getM33()
Gets the value of the m33 property. |
void |
setM11(double value)
Sets the value of the m11 property. |
void |
setM12(double value)
Sets the value of the m12 property. |
void |
setM13(double value)
Sets the value of the m13 property. |
void |
setM21(double value)
Sets the value of the m21 property. |
void |
setM22(double value)
Sets the value of the m22 property. |
void |
setM23(double value)
Sets the value of the m23 property. |
void |
setM31(double value)
Sets the value of the m31 property. |
void |
setM32(double value)
Sets the value of the m32 property. |
void |
setM33(double value)
Sets the value of the m33 property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataMatrixDouble()
Method Detail |
---|
public double getM11()
public void setM11(double value)
public double getM12()
public void setM12(double value)
public double getM13()
public void setM13(double value)
public double getM21()
public void setM21(double value)
public double getM22()
public void setM22(double value)
public double getM23()
public void setM23(double value)
public double getM31()
public void setM31(double value)
public double getM32()
public void setM32(double value)
public double getM33()
public void setM33(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |