Class JsonAspectRatio
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class JsonAspectRatio implements Parcelable
Finder aspect ratio
-
-
Constructor Summary
Constructors Constructor Description JsonAspectRatio(Double width, Double height)
-
Method Summary
Modifier and Type Method Description final Double
getWidth()
The width component of the aspect ratio. final Unit
setWidth(Double width)
The width component of the aspect ratio. final Double
getHeight()
The height component of the aspect ratio. final Unit
setHeight(Double height)
The height component of the aspect ratio.
-