-
public final class DisplayFeature
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringorientationprivate final Integeroffsetprivate final IntegermaskLength
-
Constructor Summary
Constructors Constructor Description DisplayFeature(String orientation, Integer offset, Integer maskLength)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Integercomponent3()final DisplayFeaturecopy(String orientation, Integer offset, Integer maskLength)final StringgetOrientation()Orientation of a display feature in relation to screen final IntegergetOffset()The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction. final IntegergetMaskLength()A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
copy
final DisplayFeature copy(String orientation, Integer offset, Integer maskLength)
-
getOrientation
final String getOrientation()
Orientation of a display feature in relation to screen
-
getOffset
final Integer getOffset()
The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction.
-
getMaskLength
final Integer getMaskLength()
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask_length.
-
-
-
-