Class ComposeEmptyItem

    • Constructor Detail

      • ComposeEmptyItem

        public ComposeEmptyItem()
      • ComposeEmptyItem

        public ComposeEmptyItem​(ComposeEmptyItem source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDuration

        public String getDuration()
        Get 元素时长,时间支持:
      • 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。
Returns:
Duration 元素时长,时间支持:
  • 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。
  • Parameters:
    Duration - 元素时长,时间支持:
  • 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。