public class GermAnimationMove extends GermAnimationPart<GermAnimationMove>
Constructor and Description |
---|
GermAnimationMove(java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcltX() |
java.lang.String |
getAcltY() |
java.lang.String |
getAcltZ() |
java.lang.String |
getMoveX() |
java.lang.String |
getMoveY() |
java.lang.String |
getMoveZ() |
java.lang.String |
getOffsetX() |
java.lang.String |
getOffsetY() |
java.lang.String |
getOffsetZ() |
java.lang.String |
getSpeedX() |
java.lang.String |
getSpeedY() |
java.lang.String |
getSpeedZ() |
int |
getType() |
GermAnimationMove |
setAcltX(java.lang.String acltX) |
GermAnimationMove |
setAcltY(java.lang.String acltY) |
GermAnimationMove |
setAcltZ(java.lang.String acltZ) |
GermAnimationMove |
setMoveX(double moveX) |
GermAnimationMove |
setMoveX(int moveX) |
GermAnimationMove |
setMoveX(java.lang.String moveX) |
GermAnimationMove |
setMoveY(double moveY) |
GermAnimationMove |
setMoveY(int moveY) |
GermAnimationMove |
setMoveY(java.lang.String moveY) |
GermAnimationMove |
setMoveZ(double moveZ) |
GermAnimationMove |
setMoveZ(int moveZ) |
GermAnimationMove |
setMoveZ(java.lang.String moveZ) |
GermAnimationMove |
setOffsetX(double OffsetX) |
GermAnimationMove |
setOffsetX(int OffsetX) |
GermAnimationMove |
setOffsetX(java.lang.String offsetX) |
GermAnimationMove |
setOffsetY(double OffsetY) |
GermAnimationMove |
setOffsetY(int OffsetY) |
GermAnimationMove |
setOffsetY(java.lang.String offsetY) |
GermAnimationMove |
setOffsetZ(double OffsetZ) |
GermAnimationMove |
setOffsetZ(int OffsetZ) |
GermAnimationMove |
setOffsetZ(java.lang.String offsetZ) |
GermAnimationMove |
setSpeedX(java.lang.String speedX) |
GermAnimationMove |
setSpeedY(java.lang.String speedY) |
GermAnimationMove |
setSpeedZ(java.lang.String speedZ) |
clone, copyFrom, copyTo, getCycle, getDelay, getDuration, getGermAnimationPart, getGermAnimationPart, getGermAnimationPart, getSrc, getStay, isCalc, isHook, isPermanent, loadSrc, loadSrc, setCalc, setCycle, setDelay, setDuration, setHook, setPermanent, setStay
canEqual, equals, getIndexName, hashCode, setIndexName, toString
public final java.lang.String getSpeedX()
public final GermAnimationMove setSpeedX(java.lang.String speedX)
public final java.lang.String getSpeedY()
public final GermAnimationMove setSpeedY(java.lang.String speedY)
public final java.lang.String getSpeedZ()
public final GermAnimationMove setSpeedZ(java.lang.String speedZ)
public final java.lang.String getAcltX()
public final GermAnimationMove setAcltX(java.lang.String acltX)
public final java.lang.String getAcltY()
public final GermAnimationMove setAcltY(java.lang.String acltY)
public final java.lang.String getAcltZ()
public final GermAnimationMove setAcltZ(java.lang.String acltZ)
public GermAnimationMove setOffsetX(double OffsetX)
public GermAnimationMove setOffsetY(double OffsetY)
public GermAnimationMove setOffsetZ(double OffsetZ)
public GermAnimationMove setOffsetX(int OffsetX)
public GermAnimationMove setOffsetY(int OffsetY)
public GermAnimationMove setOffsetZ(int OffsetZ)
public java.lang.String getOffsetX()
public GermAnimationMove setOffsetX(java.lang.String offsetX)
public java.lang.String getOffsetY()
public GermAnimationMove setOffsetY(java.lang.String offsetY)
public java.lang.String getOffsetZ()
public GermAnimationMove setOffsetZ(java.lang.String offsetZ)
public GermAnimationMove setMoveX(java.lang.String moveX)
public GermAnimationMove setMoveY(java.lang.String moveY)
public GermAnimationMove setMoveZ(java.lang.String moveZ)
public GermAnimationMove setMoveX(double moveX)
public GermAnimationMove setMoveY(double moveY)
public GermAnimationMove setMoveZ(double moveZ)
public GermAnimationMove setMoveX(int moveX)
public GermAnimationMove setMoveY(int moveY)
public GermAnimationMove setMoveZ(int moveZ)
public java.lang.String getMoveX()
public java.lang.String getMoveY()
public java.lang.String getMoveZ()
public int getType()