public class Border extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Border.Builder
Provides a builder for borders.
|
| Modifier and Type | Method and Description |
|---|---|
BorderSpecification |
getBottom()
Gets the specification for this border's bottom edge.
|
BorderSpecification |
getLeft()
Gets the specification for this border's left edge.
|
BorderSpecification |
getRight()
Gets the specification for this border's right edge.
|
BorderSpecification |
getTop()
Gets the specification for this border's top edge.
|
public BorderSpecification getTop()
public BorderSpecification getLeft()
public BorderSpecification getRight()
public BorderSpecification getBottom()