anl.aida.client.widget
Class AnimatorPropertyBean

java.lang.Object
  extended by anl.aida.client.widget.AnimatorPropertyBean

public class AnimatorPropertyBean
extends java.lang.Object


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

Field Detail

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
Constructor Detail

AnimatorPropertyBean

public AnimatorPropertyBean(anl.aida.util.DateRangeProducer ranger)
Method Detail

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()