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

Interface IWDGeoObject

All Known Subinterfaces:
IWDGeoLine, IWDGeoPoint, IWDGeoPolygon

public interface IWDGeoObject

Web Dynpro UI type GeoObject API. Common interface of all geo objects.


Method Summary
 String getColor()
          Returns the value of the color property.
 String getId()
          Returns the value of the id property.
 String getLabel()
          Returns the value of the label property.
 String getTooltip()
          Returns the value of the tooltip property.
 boolean getTriggersEvent()
          Returns the value of the triggersEvent property.
 void setColor(Color color)
          Sets the Color of the object as a awt color.
 void setColor(String value)
          Sets the value of the color property.
 void setId(String value)
          Sets the value of the id property.
 void setLabel(String value)
          Sets the value of the label property.
 void setTooltip(String value)
          Sets the value of the tooltip property.
 void setTriggersEvent(boolean value)
          Sets the value of the triggersEvent property.
 

Method Detail

getColor

public String getColor()
Returns the value of the color property. The color of this geo object (comma-separated RGB-values).


setColor

public void setColor(String value)
Sets the value of the color property.


getId

public String getId()
Returns the value of the id property. The id of this geo object.


setId

public void setId(String value)
Sets the value of the id property.


getLabel

public String getLabel()
Returns the value of the label property. The label to be displayed at this geo object.


setLabel

public void setLabel(String value)
Sets the value of the label property.


getTooltip

public String getTooltip()
Returns the value of the tooltip property. The tooltip displayed on this geo object.


setTooltip

public void setTooltip(String value)
Sets the value of the tooltip property.


getTriggersEvent

public boolean getTriggersEvent()
Returns the value of the triggersEvent property. Controls if this geo object will trigger an event.


setTriggersEvent

public void setTriggersEvent(boolean value)
Sets the value of the triggersEvent property.


setColor

public void setColor(Color color)
Sets the Color of the object as a awt color.



Copyright 2006 SAP AG Complete Copyright Notice