| Modifier and Type | Field and Description |
|---|---|
static Scale |
Scale.ONE
An unscaled scale factor singleton.
|
Scale |
Texture.scale
The scale factor used by this texture.
|
Scale |
Scale.ScaledResource.scale
The scale factor for this resource.
|
Scale |
ImageImpl.Data.scale |
| Modifier and Type | Method and Description |
|---|---|
Scale |
Graphics.scale()
Returns the display scale factor.
|
Scale |
ImageImpl.scale() |
abstract Scale |
Image.scale()
Returns the scale of resolution independent pixels to actual pixels for this image.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
Net.Response.payloadImage(Scale scale)
Returns the response payload as an
Image. |
| Constructor and Description |
|---|
Data(Scale scale,
java.lang.Object bitmap,
int pixelWidth,
int pixelHeight) |
ScaledResource(Scale scale,
java.lang.String path) |
Texture(Graphics gfx,
int id,
Texture.Config config,
int pixWidth,
int pixHeight,
Scale scale,
float dispWidth,
float dispHeight) |
Copyright © 2018. All Rights Reserved.