Package com.reportmill.shape
Class RMShapeAnim.Record
java.lang.Object
java.lang.Number
com.reportmill.shape.RMShapeAnim.Record
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - RMShapeAnim
 
An inner class to represent a time/value snapshot for an attribute.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()deriveRecord(float aTime) deriveRecord(Object aValue) deriveRecord(String anInterpolation) doublebooleanfloatfloatgetTime()getValue()intintValue()longMethods inherited from class java.lang.Number
byteValue, shortValue 
- 
Constructor Details
- 
Record
 
 - 
 - 
Method Details
- 
getTime
public float getTime() - 
getValue
 - 
getInterpolation
 - 
deriveRecord
 - 
deriveRecord
 - 
deriveRecord
 - 
floatValue
public float floatValue()- Specified by:
 floatValuein classNumber
 - 
doubleValue
public double doubleValue()- Specified by:
 doubleValuein classNumber
 - 
intValue
public int intValue() - 
longValue
public long longValue() - 
equals
 - 
clone
 
 -