public abstract class AbstractTextBlock extends java.lang.Object implements TextBlock
| Constructor and Description |
|---|
AbstractTextBlock() |
| Modifier and Type | Method and Description |
|---|---|
HColor |
getBackcolor() |
XRectangle2D |
getInnerPosition(java.lang.String member,
StringBounder stringBounder,
InnerStrategy strategy) |
MagneticBorder |
getMagneticBorder() |
MinMax |
getMinMax(StringBounder stringBounder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateDimensionpublic XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
getInnerPosition in interface TextBlockpublic MinMax getMinMax(StringBounder stringBounder)
public MagneticBorder getMagneticBorder()
getMagneticBorder in interface TextBlockpublic HColor getBackcolor()
getBackcolor in interface TextBlock