com.stimulsoft.base.context.chart.animation
Class StiScaleAnimation

java.lang.Object
  extended by com.stimulsoft.base.context.chart.animation.StiAnimation
      extended by com.stimulsoft.base.context.chart.animation.StiScaleAnimation

public class StiScaleAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiScaleAnimation(double StartScaleX, double EndScaleX, double StartScaleY, double EndScaleY, double centerX, double centerY, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiScaleAnimation(java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 double getCenterX()
           
 double getCenterY()
           
 double getEndScaleX()
           
 double getEndScaleY()
           
 double getStartScaleX()
           
 double getStartScaleY()
           
 StiAnimationType getType()
           
 void setCenterX(double centerX)
           
 void setCenterY(double centerY)
           
 void setEndScaleX(double endScaleX)
           
 void setEndScaleY(double endScaleY)
           
 void setStartScaleX(double startScaleX)
           
 void setStartScaleY(double startScaleY)
           
 
Methods inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
getBeginTime, getDuration, setBeginTime, setDuration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiScaleAnimation

public StiScaleAnimation(java.lang.Integer duration,
                         java.lang.Integer beginTime)

StiScaleAnimation

public StiScaleAnimation(double StartScaleX,
                         double EndScaleX,
                         double StartScaleY,
                         double EndScaleY,
                         double centerX,
                         double centerY,
                         java.lang.Integer duration,
                         java.lang.Integer beginTime)
Method Detail

getType

public StiAnimationType getType()
Specified by:
getType in class StiAnimation

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