Uses of Enum
org.testfx.service.support.CaptureFileFormat
Packages that use CaptureFileFormat
-
Uses of CaptureFileFormat in org.testfx.service.support
Methods in org.testfx.service.support that return CaptureFileFormatModifier and TypeMethodDescriptionstatic CaptureFileFormat
Returns the enum constant of this type with the specified name.static CaptureFileFormat[]
CaptureFileFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testfx.service.support with parameters of type CaptureFileFormatModifier and TypeMethodDescriptionvoid
CaptureSupport.saveImage
(javafx.scene.image.Image image, CaptureFileFormat format, Path path) Saves the given image, with a provided fileformat to the given path. -
Uses of CaptureFileFormat in org.testfx.service.support.impl
Fields in org.testfx.service.support.impl declared as CaptureFileFormatModifier and TypeFieldDescriptionstatic final CaptureFileFormat
CaptureSupportImpl.DEFAULT_FORMAT
Methods in org.testfx.service.support.impl with parameters of type CaptureFileFormatModifier and TypeMethodDescriptionvoid
CaptureSupportImpl.saveImage
(javafx.scene.image.Image image, CaptureFileFormat format, Path path)