TimelineBuilders.TimelineEntry
class TimelineBuilders.TimelineEntry
One piece of renderable content along with the time that it is valid for.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
java-static TimelineBuilders.TimelineEntry |
Returns the |
LayoutElementBuilders.Layout? |
Gets the contents of this timeline entry. |
TimelineBuilders.TimeInterval? |
Gets the validity period for this timeline entry. |
Public functions
java-static funfromLayoutElement(layoutElement: LayoutElementBuilders.LayoutElement): TimelineBuilders.TimelineEntry
Returns the TimelineEntry object containing the given layout element.
fungetLayout(): LayoutElementBuilders.Layout?
Gets the contents of this timeline entry. Intended for testing purposes only.
fungetValidity(): TimelineBuilders.TimeInterval?
Gets the validity period for this timeline entry. Intended for testing purposes only.