public class CTVector3D
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
dx |
protected long |
dy |
protected long |
dz |
| Constructor and Description |
|---|
CTVector3D() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()