Package io.manebot.chat
Class ChatEmbed.RemoteImage
- java.lang.Object
-
- io.manebot.chat.ChatEmbed.Element
-
- io.manebot.chat.ChatEmbed.ImageElement
-
- io.manebot.chat.ChatEmbed.RemoteImage
-
- Enclosing interface:
- ChatEmbed
public static class ChatEmbed.RemoteImage extends ChatEmbed.ImageElement
-
-
Constructor Summary
Constructors Constructor Description RemoteImage(java.net.URL url)
-
-
-
Method Detail
-
getUrl
public java.net.URL getUrl()
-
getImage
public java.awt.image.BufferedImage getImage() throws java.io.IOException
- Specified by:
getImage
in classChatEmbed.ImageElement
- Throws:
java.io.IOException
-
-