public final class Ratio
A class that represent an aspect ratio.
private final String
dimensionRatio
private final Integer
width
height
Ratio(Integer width, Integer height)
final String
getDimensionRatio()
final Integer
getWidth()
getHeight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getDimensionRatio()
final Integer getWidth()
final Integer getHeight()