public class BorderSpecification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BorderSpecification.Align
Defines border alignments
|
static class |
BorderSpecification.Builder
Provides a builder for a border specification.
|
static class |
BorderSpecification.Style
Defines types of borders
|
Modifier and Type | Method and Description |
---|---|
BorderSpecification.Align |
getAlign()
Gets the alignment of this border
|
BorderSpecification.Style |
getStyle()
Gets the style of this border
|
int |
getWidth()
Gets the width of this border
|
public BorderSpecification.Style getStyle()
public int getWidth()
public BorderSpecification.Align getAlign()