public class TextBlockLineBefore extends AbstractTextBlock implements TextBlock
| Constructor and Description |
|---|
TextBlockLineBefore(TextBlock textBlock) |
TextBlockLineBefore(TextBlock textBlock,
char separator) |
TextBlockLineBefore(TextBlock textBlock,
char separator,
TextBlock title) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Dimension2D |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
java.awt.geom.Rectangle2D |
getInnerPosition(java.lang.String member,
StringBounder stringBounder) |
public TextBlockLineBefore(TextBlock textBlock, char separator, TextBlock title)
public TextBlockLineBefore(TextBlock textBlock, char separator)
public TextBlockLineBefore(TextBlock textBlock)
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockpublic java.awt.geom.Rectangle2D getInnerPosition(java.lang.String member,
StringBounder stringBounder)
getInnerPosition in interface TextBlockgetInnerPosition in class AbstractTextBlock