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 ConditionConditions.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 ConditionConditions.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 ConditionConditions.cursorIsVisible(BareScreen screen) Returns a Condition that is true when the cursor is visible.static ConditionConditions.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 ConditionConditions.inputInhibitDown(BareScreen screen) Deprecated.Use the inputReady or emulatorState conditionstatic ConditionConditions.keyboardRestoreCountEquals(BareScreen screen, int value) Returns a Condition that is true when the 3270-style keyboard restore count equals a particular value.