Uses of Class
com.unfbx.chatgpt.entity.images.Image.Style
-
Packages that use Image.Style Package Description com.unfbx.chatgpt.entity.images -
-
Uses of Image.Style in com.unfbx.chatgpt.entity.images
Methods in com.unfbx.chatgpt.entity.images that return Image.Style Modifier and Type Method Description static Image.StyleImage.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static Image.Style[]Image.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.
-