com.atlassian.confluence.plugins.templates.servlet
Class DefaultPlaceholderImageFactory

java.lang.Object
  extended by com.atlassian.confluence.plugins.templates.servlet.DefaultPlaceholderImageFactory
All Implemented Interfaces:
PlaceholderImageFactory

public class DefaultPlaceholderImageFactory
extends Object
implements PlaceholderImageFactory


Constructor Summary
DefaultPlaceholderImageFactory(FontProvider fontProvider)
           
 
Method Summary
 BufferedImage getPlaceholderImage(String variableName)
          Generate placeholder image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPlaceholderImageFactory

public DefaultPlaceholderImageFactory(FontProvider fontProvider)
Method Detail

getPlaceholderImage

public BufferedImage getPlaceholderImage(String variableName)
Description copied from interface: PlaceholderImageFactory
Generate placeholder image.

Specified by:
getPlaceholderImage in interface PlaceholderImageFactory
Returns:
a placeholder image


Copyright © 2003–2015 Atlassian. All rights reserved.