Uses of Enum Class
net.datafaker.providers.base.Image.ImageType
Packages that use Image.ImageType
-
Uses of Image.ImageType in net.datafaker.providers.base
Methods in net.datafaker.providers.base that return Image.ImageTypeModifier and TypeMethodDescriptionImage.Base64ImageRuleConfig.imageType()Returns the value of theimageTyperecord component.static Image.ImageTypeReturns the enum constant of this class with the specified name.static Image.ImageType[]Image.ImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.datafaker.providers.base with parameters of type Image.ImageTypeConstructors in net.datafaker.providers.base with parameters of type Image.ImageTypeModifierConstructorDescriptionBase64ImageRuleConfig(Image.ImageType imageType, int width, int height) Creates an instance of aBase64ImageRuleConfigrecord class.