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 boolean
equals(Object obj)
MarginProperties
getLeftMargin()
MarginProperties
getLeftParent()
MarginProperties
getRightMargin()
MarginProperties
getRightParent()
int
hashCode()
-
-
-
Method Detail
-
getLeftParent
public MarginProperties getLeftParent()
-
getRightParent
public MarginProperties getRightParent()
-
getLeftMargin
public MarginProperties getLeftMargin()
-
getRightMargin
public MarginProperties getRightMargin()
-
-