Package | Description |
---|---|
com.atlassian.confluence.tinymceplugin.placeholder |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PlaceholderImageFactory.getPlaceholderImage(StyledString styledString,
InputStream iconStream,
Color backgroundColor)
Generate placeholder image.
|
BufferedImage |
DefaultPlaceholderImageFactory.getPlaceholderImage(StyledString styledString,
InputStream iconStream,
Color backgroundColor) |
BufferedImage |
PlaceholderImageFactory.getPlaceholderImage(StyledString styledString,
InputStream iconStream,
Color backgroundColor,
Color borderColor,
boolean roundedCorner)
Generate placeholder image.
|
BufferedImage |
DefaultPlaceholderImageFactory.getPlaceholderImage(StyledString styledString,
InputStream iconStream,
Color backgroundColor,
Color borderColor,
boolean roundedCorner) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PlaceholderImageFactory.getPlaceholderHeading(List<StyledString> styledStrings,
InputStream iconStream,
Color backgroundColor)
Generate a placeholder image that is suitable for use as a header in a body macro.
|
BufferedImage |
DefaultPlaceholderImageFactory.getPlaceholderHeading(List<StyledString> styledStrings,
InputStream iconStream,
Color backgroundColor) |
BufferedImage |
PlaceholderImageFactory.getPlaceholderImage(List<StyledString> styledStrings,
InputStream iconStream,
Color backgroundColor)
Generate placeholder image.
|
BufferedImage |
DefaultPlaceholderImageFactory.getPlaceholderImage(List<StyledString> styledStrings,
InputStream iconStream,
Color backgroundColor) |
BufferedImage |
PlaceholderImageFactory.getPlaceholderImage(List<StyledString> styledStrings,
InputStream iconStream,
Color backgroundColor,
Color borderColor,
boolean roundedCorner)
Generate placeholder image.
|
BufferedImage |
DefaultPlaceholderImageFactory.getPlaceholderImage(List<StyledString> styledStrings,
InputStream iconStream,
Color backgroundColor,
Color borderColor,
boolean roundedCorner) |
Copyright © 2003–2021 Atlassian. All rights reserved.