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 DoublegetWidth()The width component of the aspect ratio. final UnitsetWidth(Double width)The width component of the aspect ratio. final DoublegetHeight()The height component of the aspect ratio. final UnitsetHeight(Double height)The height component of the aspect ratio.
-