Uses of Interface
com.rs.seagull.emulator.api.BareScreen
-
Uses of BareScreen in com.rs.seagull.emulator.api
Subinterfaces of BareScreen in com.rs.seagull.emulator.apiMethods in com.rs.seagull.emulator.api that return BareScreenModifier and TypeMethodDescriptionBareSession.getScreen()
Returns the currently visible screen.BareScreen.getSnapshot()
Returns an immutable snapshot, created (if necessary) from thisBareScreen
.Methods in com.rs.seagull.emulator.api that return types with arguments of type BareScreenMethods in com.rs.seagull.emulator.api with parameters of type BareScreenModifier and TypeMethodDescriptionstatic Condition
Conditions.cursorAt
(BareScreen screen, com.seagullsw.common.toolbox.geometry.Point point) Returns a Condition that is true when the cursor is at a particular screen location.static Condition
Conditions.cursorIn
(BareScreen screen, com.seagullsw.common.toolbox.geometry.Rectangle area) Returns a Condition that is true when the cursor is in a particular screen area.static Condition
Conditions.cursorIsVisible
(BareScreen screen) Returns a Condition that is true when the cursor is visible.static Condition
Conditions.emulatorState
(BareScreen screen, com.seagullsw.common.emulator.physical.base.screen.EmulatorState emulatorState) Returns a Condition that is true when the emulator's state equals the provided emulator state.static Condition
Conditions.inputInhibitDown
(BareScreen screen) Deprecated.Use the inputReady or emulatorState conditionstatic Condition
Conditions.keyboardRestoreCountEquals
(BareScreen screen, int value) Returns a Condition that is true when the 3270-style keyboard restore count equals a particular value.