Web Dynpro API Documentation

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

All Superinterfaces:
IWDGeoObject

public interface IWDGeoLine
extends IWDGeoObject

Web Dynpro UI type GeoLine API. Geo object representing a line.


Method Summary
 java.util.List getPositions()
           
 int getWidth()
          Returns the value of the width property.
 void setPositions(java.util.List positions)
          Sets the positions of the line points as a list.
 void setPositions(WDGeoPosition[] positions)
          Sets the positions of the line points as an array.
 void setWidth(int value)
          Sets the value of the width 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

getWidth

public int getWidth()
Returns the value of the width property. The width of the line in pixel.

setWidth

public void setWidth(int value)
Sets the value of the width property.

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 line points as a list.

setPositions

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

Web Dynpro API Documentation

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