|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapBlowupTag
public class GoogleMapBlowupTag
| Constructor Summary | |
|---|---|
GoogleMapBlowupTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Overrides doEndTag() from TagSupport. |
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getMaptype()
Returns the specified map type for this blowup map. |
int |
getZoom()
Returns the desired zoom level for this blowup map. |
boolean |
isDisplay()
Returns true if this map is set to initially display. |
void |
setDisplay(boolean display)
Sets whether or not this blowup map should be initially displayed. |
void |
setMaptype(java.lang.String maptype)
Sets the specified map type for this blowup map. |
void |
setZoom(int zoom)
Sets the desired zoom level for this blowup map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapBlowupTag()
| Method Detail |
|---|
public int doStartTag()
public int doEndTag()
public java.lang.String getMaptype()
public void setMaptype(java.lang.String maptype)
maptype - A string that references the desired blowup map type or null (which defaults to the current view).public int getZoom()
public void setZoom(int zoom)
zoom - The desired zoom level.public void setDisplay(boolean display)
display - True to display, false to require a click to display.public boolean isDisplay()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||