|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BorderSettableLayoutManager
Most LayoutManagers can be used to define borders in the whole
container. This can be interpreted as a padding for the container.
| Method Summary | |
|---|---|
float |
getBorderBottom()
|
float |
getBorderLeft()
|
float |
getBorderRight()
|
float |
getBorderTop()
|
void |
setBorderBottom(float border)
Sets the border (padding) width at the container's bottom edge. |
void |
setBorderLeft(float border)
Sets the border (padding) width at the container's left edge. |
void |
setBorderRight(float border)
Sets the border (padding) width at the container's right edge. |
void |
setBorderTop(float border)
Sets the border (padding) width at the container's top edge. |
| Method Detail |
|---|
void setBorderBottom(float border)
border - float getBorderBottom()
void setBorderRight(float border)
border - float getBorderRight()
void setBorderTop(float border)
border - float getBorderTop()
void setBorderLeft(float border)
border - float getBorderLeft()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||