|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.templateModel.FrameTemplate.Transformation
public static class FrameTemplate.Transformation
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" use="required" type="{}validDoubleType" />
<attribute name="y" use="required" type="{}validDoubleType" />
<attribute name="z" use="required" type="{}validDoubleType" />
<attribute name="a" use="required" type="{}validDoubleType" />
<attribute name="b" use="required" type="{}validDoubleType" />
<attribute name="c" use="required" type="{}validDoubleType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected double |
a
|
protected double |
b
|
protected double |
c
|
protected double |
x
|
protected double |
y
|
protected double |
z
|
| Constructor Summary | |
|---|---|
FrameTemplate.Transformation()
|
|
| Method Summary | |
|---|---|
double |
getA()
Gets the value of the a property. |
double |
getB()
Gets the value of the b property. |
double |
getC()
Gets the value of the c property. |
double |
getX()
Gets the value of the x property. |
double |
getY()
Gets the value of the y property. |
double |
getZ()
Gets the value of the z property. |
void |
setA(double value)
Sets the value of the a property. |
void |
setB(double value)
Sets the value of the b property. |
void |
setC(double value)
Sets the value of the c property. |
void |
setX(double value)
Sets the value of the x property. |
void |
setY(double value)
Sets the value of the y property. |
void |
setZ(double value)
Sets the value of the z property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double x
protected double y
protected double z
protected double a
protected double b
protected double c
| Constructor Detail |
|---|
public FrameTemplate.Transformation()
| Method Detail |
|---|
public double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getZ()
public void setZ(double value)
public double getA()
public void setA(double value)
public double getB()
public void setB(double value)
public double getC()
public void setC(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||