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.api Modifier and Type Interface Description interfaceScreenMethods in com.rs.seagull.emulator.api that return BareScreen Modifier and Type Method Description BareScreenBareSession. getScreen()Returns the currently visible screen.BareScreenBareScreen. getSnapshot()Returns an immutable snapshot, created (if necessary) from thisBareScreen.Methods in com.rs.seagull.emulator.api that return types with arguments of type BareScreen Modifier and Type Method Description List<BareScreen>BareSession. getScreenList()Returns all available screens.Methods in com.rs.seagull.emulator.api with parameters of type BareScreen Modifier and Type Method Description static 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.
-