public class PanelEntityTester

Known direct subclasses
MainPanelEntityTester

A test data accessor for the session.scene.mainPanelEntity, which is associated with the main window for the Runtime, to inspect and manipulate underlying fake data.


A test-only accessor for PanelEntity that enables direct manipulation and inspection of its internal state.

Summary

Public methods

boolean
equals(Object other)
final @NonNull PerceivedResolutionResult

The perceived resolution result which can be retrieved by PanelEntity.getPerceivedResolution.

int
final void

The perceived resolution result which can be retrieved by PanelEntity.getPerceivedResolution.

Public methods

equals

public boolean equals(Object other)

getPerceivedResolutionResult

Added in 1.0.0-alpha16
public final @NonNull PerceivedResolutionResult getPerceivedResolutionResult()

The perceived resolution result which can be retrieved by PanelEntity.getPerceivedResolution.

Setting this property allows tests to simulate various outcomes for perceived resolution queries, including success with specific dimensions or failure due to entity distance or invalid viewpoints.

hashCode

public int hashCode()

setPerceivedResolutionResult

Added in 1.0.0-alpha16
public final void setPerceivedResolutionResult(@NonNull PerceivedResolutionResult value)

The perceived resolution result which can be retrieved by PanelEntity.getPerceivedResolution.

Setting this property allows tests to simulate various outcomes for perceived resolution queries, including success with specific dimensions or failure due to entity distance or invalid viewpoints.