@ExperimentalSpi
public interface SystemIconImageProvider
Modifier and Type | Method and Description |
---|---|
InputStream |
getSystemIconInputStream(Avatar icon,
Avatar.Size size)
Get the input stream for this system icon.
|
@Nonnull InputStream getSystemIconInputStream(@Nonnull Avatar icon, @Nonnull Avatar.Size size) throws IOException
icon
- The icon to get the input stream for.size
- The size requested. Note that for SVG icons this can be null.IOException
- Something went wrong.Copyright © 2002-2017 Atlassian. All Rights Reserved.