Interface Favicon.Factory
-
- Enclosing interface:
- Favicon
public static interface Favicon.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Favicon
load(BufferedImage image)
Favicon
load(InputStream in)
Favicon
load(String raw)
Favicon
load(URL url)
Favicon
load(Path path)
-
-
-
Method Detail
-
load
Favicon load(String raw) throws IOException
- Throws:
IOException
-
load
Favicon load(Path path) throws IOException
- Throws:
IOException
-
load
Favicon load(URL url) throws IOException
- Throws:
IOException
-
load
Favicon load(InputStream in) throws IOException
- Throws:
IOException
-
load
Favicon load(BufferedImage image) throws IOException
- Throws:
IOException
-
-