|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapImageOverlayTag
public class GoogleMapImageOverlayTag
| Constructor Summary | |
|---|---|
GoogleMapImageOverlayTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getId()
Returns the unique id of this image overlay. |
java.lang.String |
getLink()
Returns the url that will be hyperlinked if the overlay is clicked on. |
float |
getOpacity()
Returns the opacity level (0-1) of the image overlay. |
java.lang.String |
getUrl()
Returns the url of the image to be displayed on the map. |
int |
getX()
Returns the x pixel location where the upper-left corner of the image is placed. |
int |
getY()
Returns the y pixel location where the upper-left corner of the image is placed. |
void |
setId(java.lang.String id)
Sets the id for this image overlay. |
void |
setLink(java.lang.String link)
Sets s hyperlink url that will be triggered if the overlay is clicked on. |
void |
setOpacity(float opacity)
Sets the opacity level (0-1) of the image overlay. |
void |
setUrl(java.lang.String url)
Sets the url of the image to be displayed on the map. |
void |
setX(int x)
Sets the x pixel location where the upper-left corner of the image is placed. |
void |
setY(int y)
Sets the y pixel location where the upper-left corner of the image is placed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapImageOverlayTag()
| Method Detail |
|---|
public int doStartTag()
public float getOpacity()
public void setOpacity(float opacity)
opacity - The opacity level as a float.public int getX()
public int getY()
public void setX(int x)
x - int that represents horizontal location in pixels.public void setY(int y)
y - int that represents vertical location in pixels.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - A valid relative or absolute url to an image file.public java.lang.String getId()
public void setId(java.lang.String id)
id - The id for this image overlay.public java.lang.String getLink()
public void setLink(java.lang.String link)
link - The url that will be called if the image is clicked on.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||