Package org.daisy.dotify.api.translator
Class Border
- java.lang.Object
-
- org.daisy.dotify.api.translator.Border
-
public class Border extends Object
Provides a border specification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Border.Builder
Provides a builder for borders.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getTop
public BorderSpecification getTop()
Gets the specification for this border's top edge.- Returns:
- returns the specification
-
getLeft
public BorderSpecification getLeft()
Gets the specification for this border's left edge.- Returns:
- returns the specification
-
getRight
public BorderSpecification getRight()
Gets the specification for this border's right edge.- Returns:
- returns the specification
-
getBottom
public BorderSpecification getBottom()
Gets the specification for this border's bottom edge.- Returns:
- returns the specification
-
-