Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.clientserver.uielib.graphics.api.WDGeoBorder

Packages that use WDGeoBorder
com.sap.tc.webdynpro.clientserver.uielib.graphics.api   
 

Uses of WDGeoBorder in com.sap.tc.webdynpro.clientserver.uielib.graphics.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api that return WDGeoBorder
 WDGeoBorder IWDGeoRouter.getPartBorder(int partIndex)
          Returns the geo border of a part.
 WDGeoBorder IWDGeoRouter.getRouteBorder()
          Returns the border of the whole route.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type WDGeoBorder
 boolean WDGeoBorder.equals(WDGeoBorder border)
          Returns true if the current border has the same co-ordinates as the second one.
 void WDGeoBorder.unionBorder(WDGeoBorder border)
          Merges the current border with a second one.
 void WDGeoBorder.intersectBorder(WDGeoBorder border)
          Intersects the current border with a second one.
 boolean WDGeoBorder.intersectBorder(WDGeoBorder border1, WDGeoBorder border2)
          Merges the first border with the second one and saves the result in the current border.
 

Constructors in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type WDGeoBorder
WDGeoBorder(WDGeoBorder srcBorder)
          Creates a copy of a border
 


Web Dynpro API Documentation

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