public class EntityImageDegenerated extends java.lang.Object implements IEntityImage
CORNER, MARGIN, MARGIN_LINE| Constructor and Description |
|---|
EntityImageDegenerated(IEntityImage orig,
HColor backcolor) |
| Modifier and Type | Method and Description |
|---|---|
XDimension2D |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
HColor |
getBackcolor() |
XRectangle2D |
getInnerPosition(java.lang.String member,
StringBounder stringBounder,
InnerStrategy strategy) |
MagneticBorder |
getMagneticBorder() |
MinMax |
getMinMax(StringBounder stringBounder) |
double |
getOverscanX(StringBounder stringBounder) |
ShapeType |
getShapeType() |
Margins |
getShield(StringBounder stringBounder) |
boolean |
isHidden() |
public EntityImageDegenerated(IEntityImage orig, HColor backcolor)
public HColor getBackcolor()
getBackcolor in interface TextBlockpublic XDimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockpublic MinMax getMinMax(StringBounder stringBounder)
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
getInnerPosition in interface TextBlockpublic MagneticBorder getMagneticBorder()
getMagneticBorder in interface TextBlockgetMagneticBorder in interface IEntityImagepublic ShapeType getShapeType()
getShapeType in interface IEntityImagepublic Margins getShield(StringBounder stringBounder)
getShield in interface IEntityImagepublic double getOverscanX(StringBounder stringBounder)
getOverscanX in interface IEntityImage