org.das2.graph
Class DataRange.Animation

java.lang.Object
  extended by org.das2.graph.DataRange
      extended by org.das2.graph.DataRange.Animation
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
DataRange

public static class DataRange.Animation
extends DataRange


Nested Class Summary
 
Nested classes/interfaces inherited from class org.das2.graph.DataRange
DataRange.Animation
 
Field Summary
 
Fields inherited from class org.das2.graph.DataRange
PROPERTY_DATUMRANGE
 
Constructor Summary
DataRange.Animation(DatumRange range, boolean log)
           
 
Method Summary
protected  void fireUpdate()
           
 double getMaximum()
           
 double getMinimum()
           
 void setRange(double min, double max)
           
 
Methods inherited from class org.das2.graph.DataRange
addPropertyChangeListener, addToFavorites, addUpdateListener, clearHistory, clone, findex, firePropertyChange, firePropertyChange, firePropertyChange, getAnimationDataRange, getCreator, getDatumRange, getFavorites, getHistory, getUnits, isLog, mutatorLock, popHistory, removePropertyChangeListener, removeUpdateListener, resetRange, setLog, setMaximum, setMinimum, setRange, setRangeForward, setRangePrev, setUnits, valueIsAdjusting
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRange.Animation

public DataRange.Animation(DatumRange range,
                           boolean log)
Method Detail

fireUpdate

protected void fireUpdate()
Overrides:
fireUpdate in class DataRange

setRange

public void setRange(double min,
                     double max)
Overrides:
setRange in class DataRange

getMinimum

public double getMinimum()
Overrides:
getMinimum in class DataRange

getMaximum

public double getMaximum()
Overrides:
getMaximum in class DataRange