Uses of Enum Class
org.openqa.selenium.devtools.v141.systeminfo.model.ImageType
Packages that use ImageType
-
Uses of ImageType in org.openqa.selenium.devtools.v141.systeminfo.model
Methods in org.openqa.selenium.devtools.v141.systeminfo.model that return ImageTypeModifier and TypeMethodDescriptionstatic ImageTypeImageType.fromString(String s) ImageDecodeAcceleratorCapability.getImageType()Image coded, e.g.static ImageTypeReturns the enum constant of this class with the specified name.static ImageType[]ImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.systeminfo.model with parameters of type ImageTypeModifierConstructorDescriptionImageDecodeAcceleratorCapability(ImageType imageType, Size maxDimensions, Size minDimensions, List<SubsamplingFormat> subsamplings)