Uses of Class
com.atlassian.confluence.tinymceplugin.placeholder.StyledString
-
Packages that use StyledString Package Description com.atlassian.confluence.tinymceplugin.placeholder -
-
Uses of StyledString in com.atlassian.confluence.tinymceplugin.placeholder
Methods in com.atlassian.confluence.tinymceplugin.placeholder with parameters of type StyledString Modifier and Type Method Description BufferedImage
DefaultPlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor)
BufferedImage
DefaultPlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)
BufferedImage
PlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor)
Generate placeholder image.BufferedImage
PlaceholderImageFactory. getPlaceholderImage(StyledString styledString, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)
Generate placeholder image.Method parameters in com.atlassian.confluence.tinymceplugin.placeholder with type arguments of type StyledString Modifier and Type Method Description BufferedImage
DefaultPlaceholderImageFactory. getPlaceholderHeading(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)
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. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)
BufferedImage
DefaultPlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)
BufferedImage
PlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor)
Generate placeholder image.BufferedImage
PlaceholderImageFactory. getPlaceholderImage(List<StyledString> styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)
Generate placeholder image.
-