public class GermAnimationScale extends GermAnimationPart<GermAnimationScale>
Constructor and Description |
---|
GermAnimationScale(java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
double |
getFrom() |
java.lang.Object |
getFromObj() |
java.lang.String |
getOffsetX() |
java.lang.String |
getOffsetY() |
java.lang.String |
getOffsetZ() |
double |
getTo() |
java.lang.Object |
getToObj() |
int |
getType() |
GermAnimationScale |
setFrom(double from) |
GermAnimationScale |
setFrom(java.lang.Object from) |
GermAnimationScale |
setOffsetX(double offsetX) |
GermAnimationScale |
setOffsetX(int offsetX) |
GermAnimationScale |
setOffsetX(java.lang.String offsetX) |
GermAnimationScale |
setOffsetY(double offsetY) |
GermAnimationScale |
setOffsetY(int offsetY) |
GermAnimationScale |
setOffsetY(java.lang.String offsetY) |
GermAnimationScale |
setOffsetZ(double offsetZ) |
GermAnimationScale |
setOffsetZ(int offsetZ) |
GermAnimationScale |
setOffsetZ(java.lang.String offsetZ) |
GermAnimationScale |
setTo(double to) |
GermAnimationScale |
setTo(java.lang.Object to) |
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 int getType()
public java.lang.Object getFromObj()
public double getFrom()
public GermAnimationScale setFrom(java.lang.Object from)
public GermAnimationScale setFrom(double from)
public java.lang.Object getToObj()
public double getTo()
public GermAnimationScale setTo(java.lang.Object to)
public GermAnimationScale setTo(double to)
public java.lang.String getOffsetX()
public GermAnimationScale setOffsetX(java.lang.String offsetX)
public GermAnimationScale setOffsetX(int offsetX)
public GermAnimationScale setOffsetX(double offsetX)
public java.lang.String getOffsetY()
public GermAnimationScale setOffsetY(java.lang.String offsetY)
public GermAnimationScale setOffsetY(int offsetY)
public GermAnimationScale setOffsetY(double offsetY)
public java.lang.String getOffsetZ()
public GermAnimationScale setOffsetZ(java.lang.String offsetZ)
public GermAnimationScale setOffsetZ(int offsetZ)
public GermAnimationScale setOffsetZ(double offsetZ)