|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
----------------------------------------------------------------------
Method Summary | |
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)
the Format sub-element identifies the expected document MIME type of a successful fetch. |
void |
setOnlineResource(java.net.URL onlineResource)
The OnlineResource gives the URL of the external graphic This method sets the OnlineRessource of an ExternalGraphic. |
Method Detail |
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- Format of the external graphicpublic java.net.URL getOnlineResource()
public void setOnlineResource(java.net.URL onlineResource)
onlineResource
- URL of the external graphicpublic java.awt.image.BufferedImage getAsImage()
public void setAsImage(java.awt.image.BufferedImage image)
image
- the external graphic as BufferedImage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |