Class StiScaleAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiScaleAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiScaleAnimation(double StartScaleX, double EndScaleX, double StartScaleY, double EndScaleY, double centerX, double centerY, StiTimeSpan duration, StiTimeSpan beginTime) StiScaleAnimation(StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledoublegetType()voidsetCenterX(double centerX) voidsetCenterY(double centerY) voidsetEndScaleX(double endScaleX) voidsetEndScaleY(double endScaleY) voidsetStartScaleX(double startScaleX) voidsetStartScaleY(double startScaleY) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiScaleAnimation
-
StiScaleAnimation
public StiScaleAnimation(double StartScaleX, double EndScaleX, double StartScaleY, double EndScaleY, double centerX, double centerY, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiAnimation
-
getStartScaleX
public double getStartScaleX()- Returns:
- the startScaleX
-
setStartScaleX
public void setStartScaleX(double startScaleX) - Parameters:
startScaleX- the startScaleX to set
-
getStartScaleY
public double getStartScaleY()- Returns:
- the startScaleY
-
setStartScaleY
public void setStartScaleY(double startScaleY) - Parameters:
startScaleY- the startScaleY to set
-
getEndScaleX
public double getEndScaleX()- Returns:
- the endScaleX
-
setEndScaleX
public void setEndScaleX(double endScaleX) - Parameters:
endScaleX- the endScaleX to set
-
getEndScaleY
public double getEndScaleY()- Returns:
- the endScaleY
-
setEndScaleY
public void setEndScaleY(double endScaleY) - Parameters:
endScaleY- the endScaleY to set
-
getCenterX
public double getCenterX()- Returns:
- the centerX
-
setCenterX
public void setCenterX(double centerX) - Parameters:
centerX- the centerX to set
-
getCenterY
public double getCenterY()- Returns:
- the centerY
-
setCenterY
public void setCenterY(double centerY) - Parameters:
centerY- the centerY to set
-