Uses of Class
net.runelite.client.util.ImageUploadStyle
-
Packages that use ImageUploadStyle Package Description net.runelite.client.util -
-
Uses of ImageUploadStyle in net.runelite.client.util
Methods in net.runelite.client.util that return ImageUploadStyle Modifier and Type Method Description static ImageUploadStyle
ImageUploadStyle. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ImageUploadStyle[]
ImageUploadStyle. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.util with parameters of type ImageUploadStyle Modifier and Type Method Description void
ImageCapture. takeScreenshot(BufferedImage screenshot, String fileName, boolean notify, ImageUploadStyle imageUploadStyle)
Deprecated.This method formerly could upload the image to Imgur, which is no longer supported.void
ImageCapture. takeScreenshot(BufferedImage screenshot, String fileName, String subDir, boolean notify, ImageUploadStyle imageUploadStyle)
Deprecated.This method formerly could upload the image to Imgur, which is no longer supported.
-