添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
微醺的牛肉面  ·  APA PsycNet·  4 月前    · 
发怒的莲藕  ·  svg点位转成2.5d - CSDN文库·  5 月前    · 
BufferedImage 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 getPlaceholderImage ( InputStream iconStream, int sizeInPixels) BufferedImage getPlaceholderImage ( List < StyledString > styledStrings, InputStream iconStream, Color backgroundColor)
Generate placeholder image.
BufferedImage getPlaceholderImage ( List < StyledString > styledStrings, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)
Generate placeholder image.
BufferedImage getPlaceholderImage ( StyledString styledString, InputStream iconStream, Color backgroundColor)
Generate placeholder image.
BufferedImage getPlaceholderImage ( StyledString styledString, InputStream iconStream, Color backgroundColor, Color borderColor, boolean roundedCorner)
Generate placeholder image.

getPlaceholderImage

BufferedImage getPlaceholderImage(StyledString styledString,
                                  InputStream iconStream,
                                  Color backgroundColor)
Generate placeholder image.
Parameters:
styledString - a styled string
iconStream - stream of placeholder icon
backgroundColor - background color
Returns:
a placeholder image

getPlaceholderImage

BufferedImage getPlaceholderImage(StyledString styledString,
                                  InputStream iconStream,
                                  Color backgroundColor,
                                  Color borderColor,
                                  boolean roundedCorner)
Generate placeholder image.
Parameters:
styledString - a styled string
iconStream - stream of placeholder icon
backgroundColor - background color
borderColor - border color
roundedCorner - true if image should have rounded corner
Returns:
a placeholder image

getPlaceholderImage

BufferedImage getPlaceholderImage(List<StyledString> styledStrings,
                                  InputStream iconStream,
                                  Color backgroundColor)
Generate placeholder image.
Parameters:
styledStrings - an ordered list of styled strings
iconStream - stream of placeholder icon
backgroundColor - background color
Returns:
a placeholder image

getPlaceholderImage

BufferedImage getPlaceholderImage(List<StyledString> styledStrings,
                                  InputStream iconStream,
                                  Color backgroundColor,
                                  Color borderColor,
                                  boolean roundedCorner)
Generate placeholder image.
Parameters:
styledStrings - an ordered list of styled strings
iconStream - stream of placeholder icon
backgroundColor - background color
borderColor - border color
roundedCorner - true if image should have rounded corner
Returns:
a placeholder image

getPlaceholderHeading

BufferedImage getPlaceholderHeading(List<StyledString> styledStrings,
                                    InputStream iconStream,
                                    Color backgroundColor)
Generate a placeholder image that is suitable for use as a header in a body macro.
Parameters:
styledStrings - an ordered list of styled strings
iconStream - stream of placeholder icon
backgroundColor - background color
Returns:
a placeholder image