public final class ComponentVisibleOnScreen extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ComponentVisibleOnScreen.Builder |
Modifier and Type | Method and Description |
---|---|
static ComponentVisibleOnScreen.Builder |
builder() |
boolean |
equals(Object o) |
List<ComponentVisibleOnScreen> |
getChildren()
All child elements of the displayed element.
|
List<ComponentEntity> |
getEntities()
The entities which were attached to the element.
|
String |
getId()
The id of the element.
|
String |
getPosition()
Global position of the element (as seen by the device user).
|
ComponentVisibleOnScreenTags |
getTags()
The tags which were attached to the element.
|
List<BigDecimal> |
getTransform()
The transform which was applied to the element's position, specified as a 6-element numeric array containing the 2D homogeneous transformation matrix.
|
String |
getType()
The visual appearance of the element.
|
String |
getUid()
The system-generated uid of the element.
|
Float |
getVisibility()
The relative visibility of the element.
|
int |
hashCode() |
String |
toString() |
public static ComponentVisibleOnScreen.Builder builder()
public List<ComponentVisibleOnScreen> getChildren()
public List<ComponentEntity> getEntities()
public String getId()
public String getPosition()
public ComponentVisibleOnScreenTags getTags()
public List<BigDecimal> getTransform()
public String getType()
public String getUid()
public Float getVisibility()
Copyright © 2023. All rights reserved.