public class DisplayAspectRatio extends Object
Constructor and Description |
---|
DisplayAspectRatio() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getDenominator()
The denominator of the display aspect ratio (DAR).
|
Integer |
getNumerator()
The numerator of the display aspect ratio (DAR).
|
int |
hashCode() |
void |
setDenominator(Integer denominator)
The denominator of the display aspect ratio (DAR).
|
void |
setNumerator(Integer numerator)
The numerator of the display aspect ratio (DAR).
|
String |
toString() |
public Integer getNumerator()
public void setNumerator(Integer numerator)
numerator
- The numerator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 16 must be used. (required)
minimum: 1public Integer getDenominator()
public void setDenominator(Integer denominator)
denominator
- The denominator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 9 must be used. (required)
minimum: 1Copyright © 2023. All rights reserved.