|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleBorder
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
SimpleBorder interface represents a border that is the same on all four sides of an element.
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Returns the current border color. |
BorderSize |
getSize()
Returns the current border size. |
void |
setColor(java.awt.Color color)
Changes the current border color. |
void |
setSize(BorderSize size)
Changes the currrent border size. |
ComplexBorder |
toComplex()
Turns this border into a complex border. |
| Method Detail |
|---|
java.awt.Color getColor()
null for the
default colorvoid setColor(java.awt.Color color)
color - the new border color, or null for the
default color
java.lang.NullPointerException - when color is null
and there is no parentBorderSize getSize()
void setSize(BorderSize size)
size - the new border size, or null to take the border size specified in the
parent element
java.lang.NullPointerException - when size is null
and there is no parentComplexBorder toComplex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||