Class TimelineEngine.FullObjectID
- java.lang.Object
-
- org.pushingpixels.radiance.animation.api.TimelineEngine.FullObjectID
-
- Enclosing class:
- TimelineEngine
static class TimelineEngine.FullObjectID extends java.lang.Object
Identifies a main object and an optional secondary ID.
-
-
Constructor Summary
Constructors Constructor Description FullObjectID(java.lang.Object mainObj, java.lang.Comparable subID)
Creates a new object ID.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
mainObj
public java.lang.Object mainObj
Main object for the timeline.
-
subID
public java.lang.Comparable subID
ID to distinguish between different sub-components ofmainObj
. For example, the tabbed pane uses this field to make tab-specific animations.
-
-