com.lamatek.tags.google
Class GoogleMapOverviewTag

java.lang.Object
  extended by TagSupport
      extended by com.lamatek.tags.google.GoogleMapOverviewTag

public class GoogleMapOverviewTag
extends TagSupport

GoogleMapOverviewTag This class represents a <googlemaps:overviewControl> tag. Developers should not extend this class or override it's methods.

Version:
0.87
Author:
Tom Cole

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

GoogleMapOverviewTag

public GoogleMapOverviewTag()
Method Detail

doStartTag

public int doStartTag()
Overrides doStartTag() from TagSupport. Developers should not override this method.


getHeight

public int getHeight()
Returns the desired height (in pixels) for the overview window.

Returns:
A height in pixels

setHeight

public void setHeight(int height)
Sets the desired height (in pixels) for the overview window.

Parameters:
height - A height in pixels

getWidth

public int getWidth()
Returns the desired width (in pixels) for the overview window.

Returns:
A width in pixels

setWidth

public void setWidth(int width)
Sets the desired width (in pixels) for the overview window.

Parameters:
width - A width in pixels

getX

public int getX()
Returns the desired x location (in pixels) for the overview window.

Returns:
A pixel location

setX

public void setX(int x)
Sets the desired x location (in pixels) for the overview window.

Parameters:
x - The x location for the window

getY

public int getY()
Returns the desired y location (in pixels) for the overview window.

Returns:
A pixel location

setY

public void setY(int y)
Sets the desired y location (in pixels) for the overview window.

Parameters:
y - The y location for the window

wasPlaced

public boolean wasPlaced()
Denotes whether or not the physical location of this overview has been physically placed, or using defaults.

Returns:
true if the x and y values have been set, false if they are default.