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 classBorder.BuilderProvides a builder for borders.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderSpecificationgetBottom()Gets the specification for this border's bottom edge.BorderSpecificationgetLeft()Gets the specification for this border's left edge.BorderSpecificationgetRight()Gets the specification for this border's right edge.BorderSpecificationgetTop()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
-
-