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

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

public class StiPieSegmentAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiPieSegmentAnimation(StiRectangle rectFrom, float startAngleFrom, float sweepAngleFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 StiRectangle getRectFrom()
           
 float getStartAngleFrom()
           
 float getSweepAngleFrom()
           
 StiAnimationType getType()
           
 void setRectFrom(StiRectangle rectFrom)
           
 void setStartAngleFrom(float startAngleFrom)
           
 void setSweepAngleFrom(float sweepAngleFrom)
           
 
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

StiPieSegmentAnimation

public StiPieSegmentAnimation(StiRectangle rectFrom,
                              float startAngleFrom,
                              float sweepAngleFrom,
                              java.lang.Integer duration,
                              java.lang.Integer beginTime)
Method Detail

getType

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

getRectFrom

public StiRectangle getRectFrom()
Returns:
the rectFrom

setRectFrom

public void setRectFrom(StiRectangle rectFrom)
Parameters:
rectFrom - the rectFrom to set

getStartAngleFrom

public float getStartAngleFrom()
Returns:
the startAngleFrom

setStartAngleFrom

public void setStartAngleFrom(float startAngleFrom)
Parameters:
startAngleFrom - the startAngleFrom to set

getSweepAngleFrom

public float getSweepAngleFrom()
Returns:
the sweepAngleFrom

setSweepAngleFrom

public void setSweepAngleFrom(float sweepAngleFrom)
Parameters:
sweepAngleFrom - the sweepAngleFrom to set