public class TextBlockEmpty extends AbstractTextBlock implements TextBlockWidth, TextBlock
| Constructor and Description |
|---|
TextBlockEmpty() |
TextBlockEmpty(double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
asTextBlock(double widthToUse) |
java.awt.geom.Dimension2D |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
getInnerPosition, getMinMaxclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInnerPosition, getMinMaxpublic TextBlockEmpty(double width,
double height)
public TextBlockEmpty()
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockcalculateDimension in interface TextBlockWidthpublic TextBlock asTextBlock(double widthToUse)
asTextBlock in interface TextBlockWidth