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) double
boolean
float
float
getTime()
getValue()
int
intValue()
long
Methods 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:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
intValue
public int intValue() -
longValue
public long longValue() -
equals
-
clone
-