TimelineBuilders.TimelineEntry

Added in 1.0.0
Deprecated in 1.2.0

class TimelineBuilders.TimelineEntry


One piece of renderable content along with the time that it is valid for.

Summary

Nested types

Builder for TimelineEntry

Public functions

java-static TimelineBuilders.TimelineEntry

Returns the TimelineEntry object containing the given layout element.

LayoutElementBuilders.Layout?

Gets the contents of this timeline entry.

TimelineBuilders.TimeInterval?

Gets the validity period for this timeline entry.

Public functions

fromLayoutElement

Added in 1.1.0
Deprecated in 1.2.0
java-static fun fromLayoutElement(layoutElement: LayoutElementBuilders.LayoutElement): TimelineBuilders.TimelineEntry

Returns the TimelineEntry object containing the given layout element.

getLayout

Added in 1.0.0
Deprecated in 1.2.0
fun getLayout(): LayoutElementBuilders.Layout?

Gets the contents of this timeline entry. Intended for testing purposes only.

getValidity

Added in 1.0.0
Deprecated in 1.2.0
fun getValidity(): TimelineBuilders.TimeInterval?

Gets the validity period for this timeline entry. Intended for testing purposes only.