com.stimulsoft.base.context.chart.animation
Class StiLabelAnimation
java.lang.Object
com.stimulsoft.base.context.chart.animation.StiAnimation
com.stimulsoft.base.context.chart.animation.StiLabelAnimation
public class StiLabelAnimation
- extends StiAnimation
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiLabelAnimation
public StiLabelAnimation(Integer duration,
Integer beginTime)
StiLabelAnimation
public StiLabelAnimation(Double valueFrom,
Double value,
StiPoint pointFrom,
StiPoint point,
Integer duration,
Integer beginTime)
getType
public StiAnimationType getType()
- Specified by:
getType in class StiAnimation
getPointFrom
public StiPoint getPointFrom()
- Returns:
- the pointFrom
setPointFrom
public void setPointFrom(StiPoint pointFrom)
- Parameters:
pointFrom - the pointFrom to set
getPoint
public StiPoint getPoint()
- Returns:
- the point
setPoint
public void setPoint(StiPoint point)
- Parameters:
point - the point to set
getValueFrom
public Double getValueFrom()
- Returns:
- the valueFrom
setValueFrom
public void setValueFrom(Double valueFrom)
- Parameters:
valueFrom - the valueFrom to set
getValue
public Double getValue()
- Returns:
- the value
setValue
public void setValue(Double value)
- Parameters:
value - the value to set
getLabelRect
public StiRectangle getLabelRect()
- Returns:
- the labelRect
setLabelRect
public void setLabelRect(StiRectangle labelRect)
- Parameters:
labelRect - the labelRect to set
Copyright © 2017 Stimulsoft. All Rights Reserved.