Uses of Class
com.atlassian.confluence.tinymceplugin.placeholder.StyledString

Packages that use StyledString
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
 java.awt.image.BufferedImage PlaceholderImageFactory.getPlaceholderImage(StyledString styledString, java.io.InputStream iconStream, java.awt.Color backgroundColor)
          Generate placeholder image.
 java.awt.image.BufferedImage DefaultPlaceholderImageFactory.getPlaceholderImage(StyledString styledString, java.io.InputStream iconStream, java.awt.Color backgroundColor)
           
 java.awt.image.BufferedImage PlaceholderImageFactory.getPlaceholderImage(StyledString styledString, java.io.InputStream iconStream, java.awt.Color backgroundColor, java.awt.Color borderColor, boolean roundedCorner)
          Generate placeholder image.
 java.awt.image.BufferedImage DefaultPlaceholderImageFactory.getPlaceholderImage(StyledString styledString, java.io.InputStream iconStream, java.awt.Color backgroundColor, java.awt.Color borderColor, boolean roundedCorner)
           
 

Method parameters in com.atlassian.confluence.tinymceplugin.placeholder with type arguments of type StyledString
 java.awt.image.BufferedImage PlaceholderImageFactory.getPlaceholderHeading(java.util.List<StyledString> styledStrings, java.io.InputStream iconStream, java.awt.Color backgroundColor)
          Generate a placeholder image that is suitable for use as a header in a body macro.
 java.awt.image.BufferedImage DefaultPlaceholderImageFactory.getPlaceholderHeading(java.util.List<StyledString> styledStrings, java.io.InputStream iconStream, java.awt.Color backgroundColor)
           
 java.awt.image.BufferedImage PlaceholderImageFactory.getPlaceholderImage(java.util.List<StyledString> styledStrings, java.io.InputStream iconStream, java.awt.Color backgroundColor)
          Generate placeholder image.
 java.awt.image.BufferedImage DefaultPlaceholderImageFactory.getPlaceholderImage(java.util.List<StyledString> styledStrings, java.io.InputStream iconStream, java.awt.Color backgroundColor)
           
 java.awt.image.BufferedImage PlaceholderImageFactory.getPlaceholderImage(java.util.List<StyledString> styledStrings, java.io.InputStream iconStream, java.awt.Color backgroundColor, java.awt.Color borderColor, boolean roundedCorner)
          Generate placeholder image.
 java.awt.image.BufferedImage DefaultPlaceholderImageFactory.getPlaceholderImage(java.util.List<StyledString> styledStrings, java.io.InputStream iconStream, java.awt.Color backgroundColor, java.awt.Color borderColor, boolean roundedCorner)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.