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) |
getInnerPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInnerPosition
public static TextBlock build(CompressionMode mode, TextBlock textBlock, PiecewiseAffineTransform piecewiseAffineTransform)
public MinMax getMinMax(StringBounder stringBounder)
getMinMax
in interface TextBlock
getMinMax
in class AbstractTextBlock
public Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension
in interface TextBlock
public HColor getBackcolor()
getBackcolor
in interface TextBlockBackcolored