public class CircledCharacter extends AbstractTextBlock implements TextBlock
| Constructor and Description |
|---|
CircledCharacter(char c,
double radius,
UFont font,
HColor spotBackColor,
HColor spotBorder,
HColor fontColor) |
| Modifier and Type | Method and Description |
|---|---|
XDimension2D |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
double |
getPreferredHeight(StringBounder stringBounder) |
double |
getPreferredWidth(StringBounder stringBounder) |
getBackcolor, getInnerPosition, getMagneticBorder, getMinMaxclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackcolor, getInnerPosition, getMagneticBorder, getMinMaxpublic final double getPreferredWidth(StringBounder stringBounder)
public final double getPreferredHeight(StringBounder stringBounder)
public XDimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlock