|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapBoxTag
public class GoogleMapBoxTag
GoogleMapBoxTag This class represents a <googlemaps:box> tag. Developers should not override this class.
| Constructor Summary | |
|---|---|
GoogleMapBoxTag()
|
|
| Method Summary | |
|---|---|
void |
addEvent(GoogleMapEventTag event)
Adds an event listener to this overlay. |
int |
doStartTag()
Overrides doStartTag() in TagSupport. |
java.lang.String |
getColor()
Returns the color of the line used to draw this box. |
java.util.Vector |
getEvents()
Returns the list of currently registered event listeners for this overlay. |
float |
getOpacity()
Returns the 0-1 based opacity of the line used to draw this box. |
java.lang.String |
getPoint(int p)
Returns the points stored at the supplied iteration. |
java.lang.String |
getPointlist()
Returns the list of points used to draw this box. |
int |
getWeight()
Returns the weight of the line used to draw this box. |
int |
pointCount()
Returns the number of points used to draw this box. |
void |
setColor(java.lang.String color)
Sets the color used (in hexadecimal form) to draw this box. |
void |
setOpacity(float opacity)
Sets the 0-1 based opacity of the line used to draw this box. |
void |
setPointlist(java.lang.String pointlist)
Sets the list of points used to draw this box. |
void |
setWeight(int weight)
Sets the width of the line used to draw this box. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapBoxTag()
| Method Detail |
|---|
public int doStartTag()
public void setColor(java.lang.String color)
color - The color in hexadecimal format.public void setWeight(int weight)
weight - The line width in pixels.public float getOpacity()
public void setOpacity(float opacity)
opacity - A float from 0-1.public java.lang.String getPointlist()
public void setPointlist(java.lang.String pointlist)
pointlist - A comma separated list of point ids.public int pointCount()
public java.lang.String getPoint(int p)
p - The interator.
public java.lang.String getColor()
public int getWeight()
public void addEvent(GoogleMapEventTag event)
addEvent in interface GoogleMapEventListenerevent - A GoogleMapEventTagpublic java.util.Vector getEvents()
getEvents in interface GoogleMapEventListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||