Class TimelineEngine.FullObjectID
java.lang.Object
org.pushingpixels.radiance.animation.api.TimelineEngine.FullObjectID
- Enclosing class:
TimelineEngine
Identifies a main object and an optional secondary ID.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMain object for the timeline.ID to distinguish between different sub-components ofmainObj. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mainObj
Main object for the timeline. -
subID
ID to distinguish between different sub-components ofmainObj. For example, the tabbed pane uses this field to make tab-specific animations.
-
-
Constructor Details
-
FullObjectID
Creates a new object ID.- Parameters:
mainObj- The main object.subID- ID to distinguish between different sub-components ofmainObj. Can benull.
-
-
Method Details
-
hashCode
-
equals
-
toString
-