|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro UI type GeoPoint API. Geo object representing a point.
| Method Summary | |
java.lang.String |
getImage()
Returns the value of the image property. |
WDGeoPosition |
getPosition()
Returns the value of the position property. |
int |
getSize()
Returns the value of the size property. |
WDGeoPointStyle |
getStyle()
Returns the value of the style property. |
void |
setImage(java.lang.String value)
Sets the value of the image property. |
void |
setPosition(WDGeoPosition value)
Sets the value of the position property. |
void |
setSize(int value)
Sets the value of the size property. |
void |
setStyle(WDGeoPointStyle value)
Sets the value of the style property. |
void |
setTextColor(java.awt.Color textColor)
Sets the ToxtColor of the object as a awt color. |
void |
setTextColor(java.lang.String textColor)
Sets the TextColor of the object. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.graphics.api.IWDGeoObject |
getColor, getId, getLabel, getTooltip, getTriggersEvent, setColor, setColor, setId, setLabel, setTooltip, setTriggersEvent |
| Method Detail |
public java.lang.String getImage()
image property.
The SAP icon (@..@) of the point.public void setImage(java.lang.String value)
image property.public WDGeoPosition getPosition()
position property.
The position (longitude, latitude, altitude) of this geo point.public void setPosition(WDGeoPosition value)
position property.public int getSize()
size property.
The size of the point in pixel.public void setSize(int value)
size property.public WDGeoPointStyle getStyle()
style property.
The style (circle, triangle, etc.) of this geo point.WDGeoPointStylepublic void setStyle(WDGeoPointStyle value)
style property.public void setTextColor(java.lang.String textColor)
comma-separated - RGB-Value of the textColor, null for inverted (default)public void setTextColor(java.awt.Color textColor)
textColor - the awtColor of the text, null for inverted (default)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||