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 CaptureFileFormatReturns 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 TypeMethodDescriptionvoidCaptureSupport.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 CaptureFileFormatCaptureSupportImpl.DEFAULT_FORMATMethods in org.testfx.service.support.impl with parameters of type CaptureFileFormatModifier and TypeMethodDescriptionvoidCaptureSupportImpl.saveImage(javafx.scene.image.Image image, CaptureFileFormat format, Path path)