|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.macro.DefaultImagePlaceholder
public class DefaultImagePlaceholder
Constructor Summary | |
---|---|
DefaultImagePlaceholder(java.lang.String url,
boolean applyPlaceholderChrome,
ImageDimensions imageDimensions)
|
|
DefaultImagePlaceholder(java.lang.String url,
Dimensions dimensions,
boolean applyPlaceholderChrome)
Deprecated. |
Method Summary | |
---|---|
boolean |
applyPlaceholderChrome()
Returns true if the image should have the macro placeholder chrome applied to it. |
Dimensions |
getDimensions()
Returns the dimensions that the image is to be rendered as. |
java.lang.String |
getUrl()
Returns the url to the image to render, relative to the Confluence base url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public DefaultImagePlaceholder(java.lang.String url, Dimensions dimensions, boolean applyPlaceholderChrome)
public DefaultImagePlaceholder(java.lang.String url, boolean applyPlaceholderChrome, ImageDimensions imageDimensions)
Method Detail |
---|
public java.lang.String getUrl()
ImagePlaceholder
getUrl
in interface ImagePlaceholder
public Dimensions getDimensions()
ImagePlaceholder
getDimensions
in interface ImagePlaceholder
Dimensions
representing the image dimensions.public boolean applyPlaceholderChrome()
ImagePlaceholder
applyPlaceholderChrome
in interface ImagePlaceholder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |