|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapCoordinatesTag
public class GoogleMapCoordinatesTag
GoogleMapCoordinatesTag This class represents a <googlemaps:coordinates> tag. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapCoordinatesTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getCss_class()
Returns the CSS class name for the div that displays the coordinates. |
java.lang.String |
getStyle()
Returns the style attribute set for the div tag that displays the coordinates. |
int |
getX()
Returns the x coordinate of the dov tag's upper left hand corner placement. |
int |
getY()
Returns the y coordinate of the dov tag's upper left hand corner placement. |
void |
setCss_class(java.lang.String css_class)
Sets the CSS class name for the div that displays the coordinates. |
void |
setStyle(java.lang.String style)
Sets the css style attribute for the div tag that displays the coordinates. |
void |
setX(int x)
Sets the x coordinate (in pixles) of the desired placement of the upper left hand corner of the div tag that displays the coordinates. |
void |
setY(int y)
Sets the y coordinate (in pixles) of the desired placement of the upper left hand corner of the div tag that displays the coordinates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapCoordinatesTag()
| Method Detail |
|---|
public int doStartTag()
public java.lang.String getCss_class()
public void setCss_class(java.lang.String css_class)
css_class - A valid class name defined in the css.public java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - A valid css style string.public int getX()
public void setX(int x)
x - The placement x coordinate (in pixels)public int getY()
public void setY(int y)
y - The placement y coordinate (in pixels)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||