Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.graphics.api
Interface IWDGeoPoint

All Superinterfaces:
IWDGeoObject

public interface IWDGeoPoint
extends IWDGeoObject

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

getImage

public java.lang.String getImage()
Returns the value of the image property. The SAP icon (@..@) of the point.

setImage

public void setImage(java.lang.String value)
Sets the value of the image property.

getPosition

public WDGeoPosition getPosition()
Returns the value of the position property. The position (longitude, latitude, altitude) of this geo point.

setPosition

public void setPosition(WDGeoPosition value)
Sets the value of the position property.

getSize

public int getSize()
Returns the value of the size property. The size of the point in pixel.

setSize

public void setSize(int value)
Sets the value of the size property.

getStyle

public WDGeoPointStyle getStyle()
Returns the value of the style property. The style (circle, triangle, etc.) of this geo point.
See Also:
WDGeoPointStyle

setStyle

public void setStyle(WDGeoPointStyle value)
Sets the value of the style property.

setTextColor

public void setTextColor(java.lang.String textColor)
Sets the TextColor of the object.
Parameters:
comma-separated - RGB-Value of the textColor, null for inverted (default)

setTextColor

public void setTextColor(java.awt.Color textColor)
Sets the ToxtColor of the object as a awt color.
Parameters:
textColor - the awtColor of the text, null for inverted (default)

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15