Package org.daisy.dotify.api.translator
Class BorderSpecification
- java.lang.Object
-
- org.daisy.dotify.api.translator.BorderSpecification
-
public class BorderSpecification extends Object
Provides a specification for a border.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BorderSpecification.Align
Defines border alignmentsstatic class
BorderSpecification.Builder
Provides a builder for a border specification.static class
BorderSpecification.Style
Defines types of borders
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderSpecification.Align
getAlign()
Gets the alignment of this borderBorderSpecification.Style
getStyle()
Gets the style of this borderint
getWidth()
Gets the width of this border
-
-
-
Method Detail
-
getStyle
public BorderSpecification.Style getStyle()
Gets the style of this border- Returns:
- returns the style
-
getWidth
public int getWidth()
Gets the width of this border- Returns:
- returns the width
-
getAlign
public BorderSpecification.Align getAlign()
Gets the alignment of this border- Returns:
- returns the alignment
-
-