anl.aida.client.widget
Class AnimatorPropertyBean
java.lang.Object
anl.aida.client.widget.AnimatorPropertyBean
public class AnimatorPropertyBean
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minValue
private int minValue
maxValue
private int maxValue
interval
private int interval
framesPer
private int framesPer
indexIncrement
private int indexIncrement
ranger
private anl.aida.util.DateRangeProducer ranger
AnimatorPropertyBean
public AnimatorPropertyBean(anl.aida.util.DateRangeProducer ranger)
getMinValue
public int getMinValue()
getIndexIncrement
public int getIndexIncrement()
setIndexIncrement
public void setIndexIncrement(int increment)
setMinValue
public void setMinValue(int minValue)
getMaxValue
public int getMaxValue()
setMaxValue
public void setMaxValue(int maxValue)
getInterval
public int getInterval()
setInterval
public void setInterval(int interval)
getFramesPer
public int getFramesPer()
setFramesPer
public void setFramesPer(int framesPer)
getRanger
public anl.aida.util.DateRangeProducer getRanger()