Class MediaTrackGraph.TimeSelection

java.lang.Object
org.teamapps.ux.component.media.MediaTrackGraph.TimeSelection
Enclosing class:
MediaTrackGraph

public static class MediaTrackGraph.TimeSelection
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long end  
    long start  
  • Constructor Summary

    Constructors
    Constructor Description
    TimeSelection​(long start, long end)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • start

      public long start
    • end

      public long end
  • Constructor Details

    • TimeSelection

      public TimeSelection​(long start, long end)