public static class Scale.ScaledResource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
path
The path to the resource, including any scale factor annotation.
|
Scale |
scale
The scale factor for this resource.
|
| Constructor and Description |
|---|
ScaledResource(Scale scale,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final Scale scale
public final java.lang.String path
foo.png becomes foo@2x.pngfoo.png becomes foo@4x.pngfoo.png becomes foo@15x.pngfoo.png becomes foo@13x.pngpublic ScaledResource(Scale scale, java.lang.String path)
Copyright © 2018. All Rights Reserved.