|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.ExternalGraphic_Impl
The ExternalGraphic element allows a reference to be made to an external graphic file with a Web URL. The OnlineResource sub-element gives the URL and the Format sub-element identifies the expected document MIME type of a successful fetch. Knowing the MIME type in advance allows the styler to select the best- supported format from the list of URLs with equivalent content.
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
format
|
private java.awt.image.BufferedImage |
image
|
private java.net.URL |
onlineResource
|
Constructor Summary | |
(package private) |
ExternalGraphic_Impl(java.lang.String format,
java.net.URL onlineResource)
Creates a new ExternalGraphic_Impl object. |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the ExternalGraphic as XML formated String |
java.awt.image.BufferedImage |
getAsImage()
returns the external graphic as an image. this method is not part of the sld specifications but it is added for speed up applications |
java.lang.String |
getFormat()
the Format sub-element identifies the expected document MIME type of a successful fetch. |
java.net.URL |
getOnlineResource()
The OnlineResource gives the URL of the external graphic |
void |
setAsImage(java.awt.image.BufferedImage image)
sets the external graphic as an image. |
void |
setFormat(java.lang.String format)
sets the format (MIME type) |
void |
setOnlineResource(java.net.URL onlineResource)
sets the online resource / URL of the external graphic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.awt.image.BufferedImage image
private java.lang.String format
private java.net.URL onlineResource
Constructor Detail |
ExternalGraphic_Impl(java.lang.String format, java.net.URL onlineResource)
format
- onlineResource
- Method Detail |
public java.lang.String getFormat()
getFormat
in interface ExternalGraphic
public void setFormat(java.lang.String format)
setFormat
in interface ExternalGraphic
format
- Format of the external graphicpublic java.net.URL getOnlineResource()
getOnlineResource
in interface ExternalGraphic
public void setOnlineResource(java.net.URL onlineResource)
setOnlineResource
in interface ExternalGraphic
onlineResource
- URL of the external graphicpublic java.awt.image.BufferedImage getAsImage()
getAsImage
in interface ExternalGraphic
public void setAsImage(java.awt.image.BufferedImage image)
setAsImage
in interface ExternalGraphic
image
- the external graphic as BufferedImagepublic java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |