|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.sl.draw.binding.CTVector3D
public class CTVector3D
Java class for CT_Vector3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Vector3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dx" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="dy" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
<attribute name="dz" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
dx
|
protected long |
dy
|
protected long |
dz
|
| Constructor Summary | |
|---|---|
CTVector3D()
|
|
| Method Summary | |
|---|---|
long |
getDx()
Gets the value of the dx property. |
long |
getDy()
Gets the value of the dy property. |
long |
getDz()
Gets the value of the dz property. |
boolean |
isSetDx()
|
boolean |
isSetDy()
|
boolean |
isSetDz()
|
void |
setDx(long value)
Sets the value of the dx property. |
void |
setDy(long value)
Sets the value of the dy property. |
void |
setDz(long value)
Sets the value of the dz property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long dx
protected long dy
protected long dz
| Constructor Detail |
|---|
public CTVector3D()
| Method Detail |
|---|
public long getDx()
public void setDx(long value)
public boolean isSetDx()
public long getDy()
public void setDy(long value)
public boolean isSetDy()
public long getDz()
public void setDz(long value)
public boolean isSetDz()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||