|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapOverviewTag
public class GoogleMapOverviewTag
GoogleMapOverviewTag This class represents a <googlemaps:overviewControl> tag. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapOverviewTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
int |
getHeight()
Returns the desired height (in pixels) for the overview window. |
int |
getWidth()
Returns the desired width (in pixels) for the overview window. |
int |
getX()
Returns the desired x location (in pixels) for the overview window. |
int |
getY()
Returns the desired y location (in pixels) for the overview window. |
void |
setHeight(int height)
Sets the desired height (in pixels) for the overview window. |
void |
setWidth(int width)
Sets the desired width (in pixels) for the overview window. |
void |
setX(int x)
Sets the desired x location (in pixels) for the overview window. |
void |
setY(int y)
Sets the desired y location (in pixels) for the overview window. |
boolean |
wasPlaced()
Denotes whether or not the physical location of this overview has been physically placed, or using defaults. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapOverviewTag()
| Method Detail |
|---|
public int doStartTag()
public int getHeight()
public void setHeight(int height)
height - A height in pixelspublic int getWidth()
public void setWidth(int width)
width - A width in pixelspublic int getX()
public void setX(int x)
x - The x location for the windowpublic int getY()
public void setY(int y)
y - The y location for the windowpublic boolean wasPlaced()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||