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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()deriveRecord(float aTime) deriveRecord(Object aValue) deriveRecord(String anInterpolation) doublebooleanfloatfloatgetTime()getValue()intintValue()longMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Constructor Details- 
Record
 
- 
- 
Method Details- 
getTimepublic float getTime()
- 
getValue
- 
getInterpolation
- 
deriveRecord
- 
deriveRecord
- 
deriveRecord
- 
floatValuepublic float floatValue()- Specified by:
- floatValuein class- Number
 
- 
doubleValuepublic double doubleValue()- Specified by:
- doubleValuein class- Number
 
- 
intValuepublic int intValue()
- 
longValuepublic long longValue()
- 
equals
- 
clone
 
-