Class TrackDimensions

  • All Implemented Interfaces:

    
    public final class TrackDimensions
    
                        

    Keeps track of which track is being rendered at what resolution. Also stores if the track is visible or not

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private <Error class: unknown class> dimensions
      private Boolean visible
    • Constructor Summary

      Constructors 
      Constructor Description
      TrackDimensions(<Error class: unknown class> dimensions, Boolean visible)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <Error class: unknown class> getDimensions()
      final Unit )>setDimensions(<Error class: unknown class> dimensions)
      final Boolean getVisible()
      final Unit setVisible(Boolean visible)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait