public class DefaultEmbeddedImage extends DefaultStandardTag implements EmbeddedImage
htmlClass, id, style, title| Constructor and Description |
|---|
DefaultEmbeddedImage(NamedResourceIdentifier resourceIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAlignment() |
String |
getAlternativeText() |
String |
getExtraQueryParameters() |
String |
getHeight() |
String |
getHspace() |
String |
getMimeType() |
ResourceIdentifier |
getResourceIdentifier() |
String |
getSource() |
String |
getVspace() |
String |
getWidth() |
int |
hashCode() |
boolean |
isBorder() |
boolean |
isThumbnail() |
void |
setAlignment(String alignment) |
void |
setAlternativeText(String alternativeText) |
void |
setBorder(boolean border) |
void |
setExtraQueryParameters(String queryParams) |
void |
setHeight(String height) |
void |
setHspace(String hspace) |
void |
setSource(String source) |
void |
setThumbnail(boolean thumbnail) |
void |
setVspace(String vspace) |
void |
setWidth(String width) |
String |
toString() |
getHtmlClass, getId, getStyle, getTitle, setHtmlClass, setId, setStyle, setTitleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHtmlClass, getId, getStyle, getTitlepublic DefaultEmbeddedImage(NamedResourceIdentifier resourceIdentifier)
public ResourceIdentifier getResourceIdentifier()
getResourceIdentifier in interface EmbeddedImagepublic String getMimeType()
getMimeType in interface EmbeddedImagepublic String getAlternativeText()
getAlternativeText in interface EmbeddedImagepublic String getHeight()
getHeight in interface EmbeddedImagepublic String getSource()
getSource in interface EmbeddedImagepublic boolean isThumbnail()
isThumbnail in interface EmbeddedImagepublic String getWidth()
getWidth in interface EmbeddedImagepublic void setSource(String source)
public void setAlternativeText(String alternativeText)
public void setHeight(String height)
public void setWidth(String width)
public void setThumbnail(boolean thumbnail)
public boolean isBorder()
isBorder in interface EmbeddedImagepublic void setBorder(boolean border)
public String getAlignment()
getAlignment in interface EmbeddedImagepublic void setAlignment(String alignment)
public String getHspace()
getHspace in interface EmbeddedImagepublic String getVspace()
getVspace in interface EmbeddedImagepublic void setHspace(String hspace)
public void setVspace(String vspace)
public String toString()
toString in class DefaultStandardTagpublic String getExtraQueryParameters()
getExtraQueryParameters in interface EmbeddedImagepublic void setExtraQueryParameters(String queryParams)
public boolean equals(Object o)
equals in class DefaultStandardTagpublic int hashCode()
hashCode in class DefaultStandardTagCopyright © 2003–2018 Atlassian. All rights reserved.