Class BaseLineAlignment
- java.lang.Object
-
- org.jfree.layouting.renderer.model.inlines.BaseLineAlignment
-
- All Implemented Interfaces:
InlineVerticalAlignment
public class BaseLineAlignment extends java.lang.Object implements InlineVerticalAlignment
Creation-Date: 24.07.2006, 15:06:57- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description BaseLineAlignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPreferredSize(RenderBox box)
void
validate(RenderBox box)
-
-
-
Method Detail
-
getPreferredSize
public long getPreferredSize(RenderBox box)
- Specified by:
getPreferredSize
in interfaceInlineVerticalAlignment
-
validate
public void validate(RenderBox box)
- Specified by:
validate
in interfaceInlineVerticalAlignment
-
-