Class Interval
java.lang.Object
org.teamapps.ux.component.timegraph.Interval
public class Interval
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Interval(long min, long max) -
Method Summary
-
Constructor Details
-
Interval
public Interval(long min, long max)
-
-
Method Details
-
union
-
getMin
public long getMin() -
getMax
public long getMax() -
createUiLongInterval
public org.teamapps.dto.UiLongInterval createUiLongInterval() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-