|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBodyTagSupport
com.lamatek.tags.google.GoogleMapLabelTag
public class GoogleMapLabelTag
GoogleMapLabelTag Represents a <googlemaps:label> tag. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapLabelTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Overrides doEndTag() from BodyTagSupport. |
int |
doStartTag()
Overrides doStartTag() from BodyTagSupport. |
java.lang.String |
getContent()
Returns the text content for this label. |
java.lang.String |
getCss_class()
Returns the current css class attribute for this label. |
float |
getOpacity()
Returns the current opacity level (0-1) for this label. |
java.lang.String |
getPoint()
Returns the point tag that determines where this label is placed. |
java.lang.String |
getStyle()
Returns the current css style attribute for this label's surrounding div. |
int |
getX_offset()
Returns the left/right offset (in pixels) from the point to place this label. |
int |
getY_offset()
Returns the up/down offset (in pixels) from the point to place this label. |
boolean |
isHtml()
Returns true if this label content is in html, false otherwise. |
void |
setContent(java.lang.String content)
Returns the text content for this label. |
void |
setCss_class(java.lang.String css_class)
Sets the css class attribute for this label's surrounding div. |
void |
setHtml(boolean html)
Denotes whether or not content for this label is html. |
void |
setOpacity(float opacity)
Sets the opacity level (0-1) for this label. |
void |
setPoint(java.lang.String point)
Sets the point tag that determines where this label is placed. |
void |
setStyle(java.lang.String style)
Sets the css style attribute for this label's surrounding div. |
void |
setX_offset(int x_offset)
Sets the left/right offset (in pixels) from the point to place this label. |
void |
setY_offset(int y_offset)
Sets the up/down offset (in pixels) from the point to place this label. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapLabelTag()
| Method Detail |
|---|
public int doStartTag()
public int doEndTag()
public java.lang.String getCss_class()
public void setCss_class(java.lang.String css_class)
public java.lang.String getPoint()
public void setPoint(java.lang.String point)
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public boolean isHtml()
public void setHtml(boolean html)
public float getOpacity()
public void setOpacity(float opacity)
public int getX_offset()
public void setX_offset(int x_offset)
public int getY_offset()
public void setY_offset(int y_offset)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||