Web Dynpro API Documentation

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
 java.lang.String getColor()
          Returns the value of the color property.
 java.lang.String getId()
          Returns the value of the id property.
 java.lang.String getLabel()
          Returns the value of the label property.
 java.lang.String getTooltip()
          Returns the value of the tooltip property.
 boolean getTriggersEvent()
          Returns the value of the triggersEvent property.
 void setColor(java.awt.Color color)
          Sets the Color of the object as a awt color.
 void setColor(java.lang.String value)
          Sets the value of the color property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setTooltip(java.lang.String value)
          Sets the value of the tooltip property.
 void setTriggersEvent(boolean value)
          Sets the value of the triggersEvent property.
 

Method Detail

getColor

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

setColor

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

getId

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

setId

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

getLabel

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

setLabel

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

getTooltip

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

setTooltip

public void setTooltip(java.lang.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(java.awt.Color color)
Sets the Color of the object as a awt color.

Web Dynpro API Documentation

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