Uses of Enum Class
com.hp.lft.sdk.ImageFormat
Packages that use ImageFormat
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
-
Uses of ImageFormat in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return ImageFormatModifier and TypeMethodDescriptionstatic ImageFormat
Returns the enum constant of this class with the specified name.static ImageFormat[]
ImageFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImageFormat in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile with parameters of type ImageFormatModifier and TypeMethodDescriptionvoid
Device.uploadMedia
(RenderedImage image, ImageFormat imageFormat, String mediaID) Upload an image to the device for camera simulation.void
Device.uploadMedia
(RenderedImage image, ImageFormat imageFormat, String mediaID, MediaUploadOptions options) Upload an image to the device for camera simulation, with the option to save the file.