Uses of Class
org.testfx.service.support.CaptureFileFormat
-
Packages that use CaptureFileFormat Package Description org.testfx.service.support org.testfx.service.support.impl -
-
Uses of CaptureFileFormat in org.testfx.service.support
Methods in org.testfx.service.support that return CaptureFileFormat Modifier and Type Method Description static CaptureFileFormatCaptureFileFormat. valueOf(java.lang.String name)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 CaptureFileFormat Modifier and Type Method Description voidCaptureSupport. saveImage(javafx.scene.image.Image image, CaptureFileFormat format, java.nio.file.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 CaptureFileFormat Modifier and Type Field Description static CaptureFileFormatCaptureSupportImpl. DEFAULT_FORMATMethods in org.testfx.service.support.impl with parameters of type CaptureFileFormat Modifier and Type Method Description voidCaptureSupportImpl. saveImage(javafx.scene.image.Image image, CaptureFileFormat format, java.nio.file.Path path)
-