|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.filter.templates.AbstractTemplate
com.jrefinery.report.filter.templates.ImageURLElementTemplate
An image URL element template, which reads the image from a static URL.
| Constructor Summary | |
ImageURLElementTemplate()
Creates a new template. |
|
| Method Summary | |
java.lang.Object |
clone()
Clones the template. |
java.net.URL |
getBaseURL()
Returns the base URL. |
java.lang.String |
getContent()
Returns the URL text for the template. |
java.lang.Object |
getValue()
Returns the current value for the data source. |
void |
setBaseURL(java.net.URL baseURL)
Sets the base URL. |
void |
setContent(java.lang.String content)
Sets the URL for the template. |
| Methods inherited from class com.jrefinery.report.filter.templates.AbstractTemplate |
getInstance, getName, setName |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageURLElementTemplate()
| Method Detail |
public void setContent(java.lang.String content)
content - the URL.public java.lang.String getContent()
public java.net.URL getBaseURL()
public void setBaseURL(java.net.URL baseURL)
baseURL - the URL.public java.lang.Object getValue()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface DataSourceclone in class AbstractTemplatejava.lang.CloneNotSupportedException - this should never happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||