Class UniversalTimeScale.TimeScaleData

  • Enclosing class:
    UniversalTimeScale

    private static final class UniversalTimeScale.TimeScaleData
    extends java.lang.Object
    This class holds the data that describes a particular time scale.
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeScaleData​(long theUnits, long theEpochOffset, long theToMin, long theToMax, long theFromMin, long theFromMax)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • units

        long units
      • epochOffset

        long epochOffset
      • fromMin

        long fromMin
      • fromMax

        long fromMax
      • toMin

        long toMin
      • toMax

        long toMax
      • epochOffsetP1

        long epochOffsetP1
      • epochOffsetM1

        long epochOffsetM1
      • unitsRound

        long unitsRound
      • minRound

        long minRound
      • maxRound

        long maxRound
    • Constructor Detail

      • TimeScaleData

        TimeScaleData​(long theUnits,
                      long theEpochOffset,
                      long theToMin,
                      long theToMax,
                      long theFromMin,
                      long theFromMax)