Class UIMediaEvent.TimeRange

java.lang.Object
com.iizix.api.ui.UIMediaEvent.TimeRange
Enclosing class:
UIMediaEvent

public static class UIMediaEvent.TimeRange extends Object
Class for a TimeRange.
  • Method Details

    • getStart

      public double getStart()
      Gets the start time in seconds.
      Returns:
      The start time of this range.
    • getEnd

      public double getEnd()
      Gets the end time in seconds.
      Returns:
      The end time of this range.
    • equals

      public boolean equals(Object o)
      Checks if two objects are equal.
      Overrides:
      equals in class Object
      Parameters:
      o - The other object to compare with.
      Returns:
      The equality flag.
    • hashCode

      public int hashCode()
      Returns a hash code value for the object.
      Overrides:
      hashCode in class Object
      Returns:
      The hash code.
    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the object.