public static class Style.ImageScaleToFit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float |
height
The height.
|
protected float |
width
The width.
|
Constructor and Description |
---|
Style.ImageScaleToFit(float width,
float height)
Constructor.
|
public Style.ImageScaleToFit(float width, float height)
width
- The width.height
- The height.public float getWidth()
public void setWidth(float width)
width
- The width to set.public float getHeight()
public void setHeight(float height)
height
- The height to set.