Package com.openhtmltopdf.layout
Class VerticalAlignContext.ChildContextData
- java.lang.Object
-
- com.openhtmltopdf.layout.VerticalAlignContext.ChildContextData
-
- Enclosing class:
- VerticalAlignContext
private static final class VerticalAlignContext.ChildContextData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Box
_root
private VerticalAlignContext
_verticalAlignContext
-
Constructor Summary
Constructors Constructor Description ChildContextData(Box root, VerticalAlignContext vaContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
align()
private boolean
canBeMoved(Box box)
VerticalAlignContext
getVerticalAlignContext()
private void
moveContextContents(int ty)
private void
moveInlineContents(Box box, int ty)
-
-
-
Field Detail
-
_root
private final Box _root
-
_verticalAlignContext
private final VerticalAlignContext _verticalAlignContext
-
-
Constructor Detail
-
ChildContextData
public ChildContextData(Box root, VerticalAlignContext vaContext)
-
-
Method Detail
-
getVerticalAlignContext
public VerticalAlignContext getVerticalAlignContext()
-
moveContextContents
private void moveContextContents(int ty)
-
moveInlineContents
private void moveInlineContents(Box box, int ty)
-
canBeMoved
private boolean canBeMoved(Box box)
-
align
public void align()
-
-