|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapIconTag
public class GoogleMapIconTag
GoogleMapIconTag This class represents a <googlemaps:icon> tag. Developers should not override this class.
| Constructor Summary | |
|---|---|
GoogleMapIconTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
int |
getAnchorX()
Returns the anchor point for the icon's x axis. |
int |
getAnchorY()
Returns the anchor point for the icon's y axis. |
java.lang.String |
getIcon()
Returns the url of the resource used as the image for this icon. |
int |
getIconHeight()
Returns the height (in pixels) that this icon image should be rendered. |
int |
getIconWidth()
Returns the width (in pixels) that this icon image should be rendered. |
int |
getInfoWindowAnchorX()
Returns the x axis of where an info window will anchor itself to the icon. |
int |
getInfoWindowAnchorY()
Returns the y axis of where an info window will anchor itself to the icon. |
java.lang.String |
getShadow()
Returns the url of the resource used as the image for this icon's shadow. |
int |
getShadowHeight()
Returns the height (in pixels) that this icon's shadow image should be rendered. |
int |
getShadowWidth()
Returns the width (in pixels) that this icon's shadow image should be rendered. |
void |
setAnchorX(int anchorX)
Sets the x axis value for the icon's anchor point. |
void |
setAnchorY(int anchorY)
Sets the y axis value for the icon's anchor point. |
void |
setIcon(java.lang.String icon)
Sets the url of the resource to be used as the image for this icon. |
void |
setIconHeight(int iconHeight)
Sets the height (in pixels) that this icon image should be rendered. |
void |
setIconWidth(int iconWidth)
Sets the width (in pixels) that this icon image should be rendered. |
void |
setInfoWindowAnchorX(int infoWindowAnchorX)
Sets the x axis of where an info window will anchor itself to the icon. |
void |
setInfoWindowAnchorY(int infoWindowAnchorY)
Sets the y axis of where an info window will anchor itself to the icon. |
void |
setShadow(java.lang.String shadow)
Sets the url of the resource to be used as the image for this icon's shadow. |
void |
setShadowHeight(int shadowHeight)
Sets the height (in pixels) that this icon's shadow image should be rendered. |
void |
setShadowWidth(int shadowWidth)
Sets the width (in pixels) that this icon's shadow image should be rendered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapIconTag()
| Method Detail |
|---|
public int doStartTag()
public int getAnchorX()
public void setAnchorX(int anchorX)
anchorX - The x axis value for the anchor point.public int getAnchorY()
public void setAnchorY(int anchorY)
anchorY - The y axis value for the anchor point.public java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon - A url that points to an image.public int getIconHeight()
public void setIconHeight(int iconHeight)
iconHeight - An int specifying icon height.public int getIconWidth()
public void setIconWidth(int iconWidth)
iconWidth - An int specifying icon width.public int getInfoWindowAnchorX()
public void setInfoWindowAnchorX(int infoWindowAnchorX)
infoWindowAnchorX - An int specifying x axis of info window anchor point.public int getInfoWindowAnchorY()
public void setInfoWindowAnchorY(int infoWindowAnchorY)
infoWindowAnchorY - An int specifying y axis of info window anchor point.public java.lang.String getShadow()
public void setShadow(java.lang.String shadow)
icon - A url that points to an image.public int getShadowHeight()
public void setShadowHeight(int shadowHeight)
shadowHeight - An int specifying icon height.public int getShadowWidth()
public void setShadowWidth(int shadowWidth)
shadowWidth - An int specifying icon width.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||