Uses of Class
org.openqa.selenium.devtools.v85.systeminfo.model.ImageType
-
Packages that use ImageType Package Description org.openqa.selenium.devtools.v85.systeminfo.model -
-
Uses of ImageType in org.openqa.selenium.devtools.v85.systeminfo.model
Methods in org.openqa.selenium.devtools.v85.systeminfo.model that return ImageType Modifier and Type Method Description static ImageTypeImageType. fromString(java.lang.String s)ImageTypeImageDecodeAcceleratorCapability. getImageType()Image coded, e.g.static ImageTypeImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageType[]ImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v85.systeminfo.model with parameters of type ImageType Constructor Description ImageDecodeAcceleratorCapability(ImageType imageType, Size maxDimensions, Size minDimensions, java.util.List<SubsamplingFormat> subsamplings)
-