public class PiecewiseAffineOnXorYBuilder extends AbstractTextBlock implements TextBlock, TextBlockBackcolored
| Modifier and Type | Method and Description |
|---|---|
static TextBlock |
build(CompressionMode mode,
TextBlock textBlock,
PiecewiseAffineTransform piecewiseAffineTransform) |
Dimension2D |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
HColor |
getBackcolor() |
MinMax |
getMinMax(StringBounder stringBounder) |
getInnerPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInnerPositionpublic static TextBlock build(CompressionMode mode, TextBlock textBlock, PiecewiseAffineTransform piecewiseAffineTransform)
public MinMax getMinMax(StringBounder stringBounder)
getMinMax in interface TextBlockgetMinMax in class AbstractTextBlockpublic Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockpublic HColor getBackcolor()
getBackcolor in interface TextBlockBackcolored