public class DisplayFeature extends Object
| Constructor and Description |
|---|
DisplayFeature() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaskLength()
A display feature may mask content such that it is not physically displayed - this length along
with the offset describes this area.
|
Integer |
getOffset()
The offset from the screen origin in either the x (for vertical orientation) or y (for
horizontal orientation) direction.
|
DisplayFeatureOrientation |
getOrientation()
Orientation of a display feature in relation to screen
|
void |
setMaskLength(Integer maskLength)
A display feature may mask content such that it is not physically displayed - this length along
with the offset describes this area.
|
void |
setOffset(Integer offset)
The offset from the screen origin in either the x (for vertical orientation) or y (for
horizontal orientation) direction.
|
void |
setOrientation(DisplayFeatureOrientation orientation)
Orientation of a display feature in relation to screen
|
public DisplayFeatureOrientation getOrientation()
public void setOrientation(DisplayFeatureOrientation orientation)
public Integer getOffset()
public void setOffset(Integer offset)
public Integer getMaskLength()
public void setMaskLength(Integer maskLength)
Copyright © 2021 Kenan Klisura. All rights reserved.