public class TextBlockCompressedOnXorY extends AbstractTextBlock implements TextBlock
| Constructor and Description |
|---|
TextBlockCompressedOnXorY(CompressionMode mode,
TextBlock textBlock) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Dimension2D |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
MinMax |
getMinMax(StringBounder stringBounder) |
getInnerPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInnerPositionpublic TextBlockCompressedOnXorY(CompressionMode mode, TextBlock textBlock)
public MinMax getMinMax(StringBounder stringBounder)
getMinMax in interface TextBlockgetMinMax in class AbstractTextBlockpublic java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlock