Class ResolutionFileResolver.Resolution

  • Enclosing class:
    ResolutionFileResolver

    public static class ResolutionFileResolver.Resolution
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String folder
      The name of the folder, where the assets which fit this resolution, are located.
      int portraitHeight  
      int portraitWidth  
    • Constructor Summary

      Constructors 
      Constructor Description
      Resolution​(int portraitWidth, int portraitHeight, java.lang.String folder)
      Constructs a Resolution.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • portraitWidth

        public final int portraitWidth
      • portraitHeight

        public final int portraitHeight
      • folder

        public final java.lang.String folder
        The name of the folder, where the assets which fit this resolution, are located.
    • Constructor Detail

      • Resolution

        public Resolution​(int portraitWidth,
                          int portraitHeight,
                          java.lang.String folder)
        Constructs a Resolution.
        Parameters:
        portraitWidth - This resolution's width.
        portraitHeight - This resolution's height.
        folder - The name of the folder, where the assets which fit this resolution, are located.