sdr 0.7

Deprecated API


Contents
Deprecated Classes
net.cscott.sdr.anim.SdrBaseGame
          Replaced by Game. 
net.cscott.sdr.anim.SdrGame
          This was the original implementation; replaced by Game. 
 

Deprecated Methods
net.cscott.sdr.util.Fraction.divideBy(Fraction)
          Renamed to divide() 
net.cscott.sdr.util.Fraction.getFraction(double)
          Renamed this method to valueOf() for consistency. 
net.cscott.sdr.util.Fraction.getFraction(int, int)
          For reasons of backwards-compatibility, this method does not simplify fractions. The Fraction objects returned are thus subject to overflow. It should not be used in new code. Use valueOf() instead. 
net.cscott.sdr.util.Fraction.getFraction(int, int, int)
          For reasons of backwards-compatibility, this method does not simplify fractions. The Fraction objects returned are thus subject to overflow. It should not be used in new code. Use valueOf() instead. 
net.cscott.sdr.util.Fraction.getFraction(String)
          For reasons of backwards-compatibility, this method does not simplify fractions. The Fraction objects returned are thus subject to overflow. It should not be used in new code. Use valueOf() instead. 
net.cscott.sdr.util.Fraction.getProperWhole()
          Returns unexpected values for numbers between -1 and 0 
net.cscott.sdr.util.Fraction.getReducedFraction(int, int)
          All fractions are now stored as reduced fractions; use the valueOf() method instead. 
net.cscott.sdr.util.Fraction.multiplyBy(Fraction)
          Renamed to multiply() 
net.cscott.sdr.util.Fraction.reduce()
          Unless you are using deprecated methods this operation is a no-op. 
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian