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, setTitle
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHtmlClass, getId, getStyle, getTitle
public DefaultEmbeddedImage(NamedResourceIdentifier resourceIdentifier)
public ResourceIdentifier getResourceIdentifier()
getResourceIdentifier
in interface EmbeddedImage
public String getMimeType()
getMimeType
in interface EmbeddedImage
public String getAlternativeText()
getAlternativeText
in interface EmbeddedImage
public String getHeight()
getHeight
in interface EmbeddedImage
public String getSource()
getSource
in interface EmbeddedImage
public boolean isThumbnail()
isThumbnail
in interface EmbeddedImage
public String getWidth()
getWidth
in interface EmbeddedImage
public 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 EmbeddedImage
public void setBorder(boolean border)
public String getAlignment()
getAlignment
in interface EmbeddedImage
public void setAlignment(String alignment)
public String getHspace()
getHspace
in interface EmbeddedImage
public String getVspace()
getVspace
in interface EmbeddedImage
public void setHspace(String hspace)
public void setVspace(String vspace)
public String toString()
toString
in class DefaultStandardTag
public String getExtraQueryParameters()
getExtraQueryParameters
in interface EmbeddedImage
public void setExtraQueryParameters(String queryParams)
public boolean equals(Object o)
equals
in class DefaultStandardTag
public int hashCode()
hashCode
in class DefaultStandardTag
Copyright © 2003–2019 Atlassian. All rights reserved.