|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public java.lang.String getBorderColor()
borderColor property.
The color of the border of the polygon.public void setBorderColor(java.lang.String value)
borderColor property.public int getTransparency()
transparency property.
The transparency of the polygon in percent.public void setTransparency(int value)
transparency property.public void setBorderColor(java.awt.Color borderColor)
public java.util.List getPositions()
setPositions(java.util.List),
setPositions(WDGeoPosition[])public void setPositions(java.util.List positions)
public void setPositions(WDGeoPosition[] positions)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||