public static class ResolutionFileResolver.Resolution
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
folder
The name of the folder, where the assets which fit this resolution, are located.
|
int |
portraitHeight |
int |
portraitWidth |
| Constructor and Description |
|---|
Resolution(int portraitWidth,
int portraitHeight,
java.lang.String folder)
Constructs a
Resolution. |
public final int portraitWidth
public final int portraitHeight
public final java.lang.String folder
public Resolution(int portraitWidth,
int portraitHeight,
java.lang.String folder)
Resolution.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.