- GeneralMatchers - Class in org.testfx.matcher.base
-
- GeometryMatchers - Class in org.testfx.matcher.base
-
TestFX matchers for Dimension2D instances.
- getApplicationArgs() - Method in class org.testfx.api.FxToolkitContext
-
- getApplicationClass() - Method in class org.testfx.api.FxToolkitContext
-
- getBaseRobot() - Method in class org.testfx.api.FxRobotContext
-
- getBaseRobot() - Method in class org.testfx.api.FxServiceContext
-
- getBounds() - Method in class org.testfx.service.query.impl.BoundsPointQuery
-
- getBoundsLocator() - Method in class org.testfx.api.FxRobotContext
-
- getCapturePixelColor(Point2D) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- getCapturePixelColor(Point2D) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- getCapturePixelColor(Point2D) - Method in interface org.testfx.service.adapter.RobotAdapter
-
Gets the color of a pixel at the given JavaFx coordinates.
- getCaptureRegion(Rectangle2D) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- getCaptureRegion(Rectangle2D) - Method in class org.testfx.service.adapter.impl.GlassRobotAdapter
-
- getCaptureRegion(Rectangle2D) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- getCaptureRegion(Rectangle2D) - Method in interface org.testfx.service.adapter.RobotAdapter
-
Captures a region of the screen.
- getCaptureRegionRaw(Rectangle2D) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- getCaptureRegionRaw(Rectangle2D) - Method in class org.testfx.service.adapter.impl.GlassRobotAdapter
-
- getCaptureSupport() - Method in class org.testfx.api.FxAssertContext
-
- getCaptureSupport() - Method in class org.testfx.api.FxRobotContext
-
- getCaptureSupport() - Method in class org.testfx.api.FxServiceContext
-
- getClickRobot() - Method in class org.testfx.api.FxRobotContext
-
- getClosestNamedColor(Integer) - Static method in class org.testfx.util.ColorUtils
-
Returns the named color that is closest to the given hex code color value.
- getClosestNamedColor(Color) - Static method in class org.testfx.util.ColorUtils
-
Returns the named color that is closest to the given color.
- getDragRobot() - Method in class org.testfx.api.FxRobotContext
-
- getEvents() - Method in class org.testfx.service.support.FiredEvents
-
- getFiredEvents() - Method in class org.testfx.api.FxToolkitContext
-
- getImage() - Method in interface org.testfx.service.support.Capture
-
- getKeyboardRobot() - Method in class org.testfx.api.FxRobotContext
-
- getLaunchTimeoutInMillis() - Method in class org.testfx.api.FxToolkitContext
-
- getMajorVersion() - Method in enum org.testfx.internal.JavaVersionAdapter.JavaVersion
-
- getMatchFactor() - Method in class org.testfx.service.support.PixelMatcherResult
-
Gets the percentage of pixels that matched between the two original images.
- getMatchImage() - Method in class org.testfx.service.support.PixelMatcherResult
-
Gets the image whose pixels indicate matches and mismatches between the two original images.
- getMatchPixels() - Method in class org.testfx.service.support.PixelMatcherResult
-
Gets the total number of pixels that matched between the two original images.
- getMouseLocation() - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- getMouseLocation() - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- getMouseLocation() - Method in interface org.testfx.service.adapter.RobotAdapter
-
Returns the current position of the cursor in JavaFx coordinates
- getMouseRobot() - Method in class org.testfx.api.FxRobotContext
-
- getMoveRobot() - Method in class org.testfx.api.FxRobotContext
-
- getNamedColor(String) - Static method in class org.testfx.util.ColorUtils
-
Returns an Optional with a value of the named Color that has
the given name, if it exists.
- getNamedColor(Color) - Static method in class org.testfx.util.ColorUtils
-
Returns an Optional with a value of the named Color that is equal
to the given color, if it exists.
- getNamedColor(Integer) - Static method in class org.testfx.util.ColorUtils
-
Returns the named color that is exactly equal to the given hex code color value.
- getNodeFinder() - Method in class org.testfx.api.FxAssertContext
-
- getNodeFinder() - Method in class org.testfx.api.FxRobotContext
-
- getNodeFinder() - Method in class org.testfx.api.FxServiceContext
-
- getNonMatchFactor() - Method in class org.testfx.service.support.PixelMatcherResult
-
Gets the percentage of pixels that did not match between the two original images.
- getNonMatchPixels() - Method in class org.testfx.service.support.PixelMatcherResult
-
Gets the total number of pixels that did not match between the two original images.
- getOffset() - Method in class org.testfx.service.query.impl.PointQueryBase
-
- getOffset() - Method in interface org.testfx.service.query.PointQuery
-
- getOs() - Static method in class org.testfx.internal.PlatformAdapter
-
Gets the operating system.
- getPointLocator() - Method in class org.testfx.api.FxRobotContext
-
- getPointPosition() - Method in class org.testfx.api.FxRobotContext
-
- getPosition() - Method in class org.testfx.service.query.impl.PointQueryBase
-
- getPosition() - Method in interface org.testfx.service.query.PointQuery
-
- getPressedButtons() - Method in class org.testfx.robot.impl.MouseRobotImpl
-
- getPressedButtons() - Method in interface org.testfx.robot.MouseRobot
-
Gets the mouse buttons that have been pressed but not yet released.
- getPressedKeys() - Method in class org.testfx.robot.impl.KeyboardRobotImpl
-
- getPressedKeys() - Method in interface org.testfx.robot.KeyboardRobot
-
Gets the keys that have been pressed and not yet released.
- getPrimaryStageFuture() - Method in class org.testfx.api.FxToolkitContext
-
- getRegisteredStage() - Method in class org.testfx.api.FxToolkitContext
-
- getRobot() - Method in class org.testfx.service.adapter.impl.GlassRobotAdapter
-
- getScreenCapture(Rectangle2D, boolean) - Method in class org.testfx.service.adapter.impl.GlassRobotAdapter
-
- getScreenScaleX() - Static method in class org.testfx.internal.JavaVersionAdapter
-
- getScreenScaleY() - Static method in class org.testfx.internal.JavaVersionAdapter
-
- getScrollRobot() - Method in class org.testfx.api.FxRobotContext
-
- getSetupTimeoutInMillis() - Method in class org.testfx.api.FxToolkitContext
-
- getSleepRobot() - Method in class org.testfx.api.FxRobotContext
-
- getTotalPixels() - Method in class org.testfx.service.support.PixelMatcherResult
-
Gets the total number of pixels in the match image.
- getTypeRobot() - Method in class org.testfx.api.FxRobotContext
-
- getWindowFinder() - Method in class org.testfx.api.FxRobotContext
-
- getWindowFinder() - Method in class org.testfx.api.FxServiceContext
-
- getWindows() - Static method in class org.testfx.internal.JavaVersionAdapter
-
- getWriteRobot() - Method in class org.testfx.api.FxRobotContext
-
- glassRobot - Variable in class org.testfx.service.adapter.impl.GlassRobotAdapter
-
- GlassRobotAdapter - Class in org.testfx.service.adapter.impl
-
- GlassRobotAdapter() - Constructor for class org.testfx.service.adapter.impl.GlassRobotAdapter
-