Web Dynpro API Documentation

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

All Superinterfaces:
IWDGeoObject

public interface IWDGeoPolygon
extends IWDGeoObject

Web Dynpro UI type GeoPolygon API. Geo object representing a polygon.


Method Summary
 java.lang.String getBorderColor()
          Returns the value of the borderColor property.
 java.util.List getPositions()
           
 int getTransparency()
          Returns the value of the transparency property.
 void setBorderColor(java.awt.Color borderColor)
          Sets the color of the border of the polygon
 void setBorderColor(java.lang.String value)
          Sets the value of the borderColor property.
 void setPositions(java.util.List positions)
          Sets the positions of the polygon points as a list.
 void setPositions(WDGeoPosition[] positions)
          Sets the positions of the polygon points as an array.
 void setTransparency(int value)
          Sets the value of the transparency property.
 
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

getBorderColor

public java.lang.String getBorderColor()
Returns the value of the borderColor property. The color of the border of the polygon.

setBorderColor

public void setBorderColor(java.lang.String value)
Sets the value of the borderColor property.

getTransparency

public int getTransparency()
Returns the value of the transparency property. The transparency of the polygon in percent.

setTransparency

public void setTransparency(int value)
Sets the value of the transparency property.

setBorderColor

public void setBorderColor(java.awt.Color borderColor)
Sets the color of the border of the polygon

getPositions

public java.util.List getPositions()
See Also:
setPositions(java.util.List), setPositions(WDGeoPosition[])

setPositions

public void setPositions(java.util.List positions)
Sets the positions of the polygon points as a list.

setPositions

public void setPositions(WDGeoPosition[] positions)
Sets the positions of the polygon points as an array.

Web Dynpro API Documentation

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