Class BlockMargin
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.row.BlockMargin
-
public class BlockMargin extends Object
Provides the required margins. Immutable.
-
-
Constructor Summary
Constructors Constructor Description BlockMargin(Margin left, Margin right, char spaceCharacter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)MarginPropertiesgetLeftMargin()MarginPropertiesgetLeftParent()MarginPropertiesgetRightMargin()MarginPropertiesgetRightParent()inthashCode()
-
-
-
Method Detail
-
getLeftParent
public MarginProperties getLeftParent()
-
getRightParent
public MarginProperties getRightParent()
-
getLeftMargin
public MarginProperties getLeftMargin()
-
getRightMargin
public MarginProperties getRightMargin()
-
-