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) |
getInnerPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInnerPosition
public TextBlockCompressedOnXorY(CompressionMode mode, TextBlock textBlock)
public MinMax getMinMax(StringBounder stringBounder)
getMinMax
in interface TextBlock
getMinMax
in class AbstractTextBlock
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension
in interface TextBlock