public class DisplaceBucket extends AttributeBucket
AttributeBucket.MissingAttributeException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
c_strType |
| Constructor and Description |
|---|
DisplaceBucket() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAttrNames() |
java.lang.String |
getType()
Override virtual to provide type signature
|
double |
getX()
Returns the displacement offsets
|
double |
getY() |
double |
getZ() |
void |
setX(double dblVal) |
void |
setY(double dblVal) |
void |
setZ(double dblVal) |
checkAttribute, dataLabel, getAttr, parseAttrValue, registerAttribute, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, update, writepublic static final java.lang.String c_strType
public java.lang.String getType()
getType in class AttributeBucketpublic java.lang.String[] getAttrNames()
getAttrNames in class AttributeBucketpublic double getX()
public double getY()
public double getZ()
public void setX(double dblVal)
public void setY(double dblVal)
public void setZ(double dblVal)