public class TextBlockJson extends AbstractTextBlock
Modifier and Type | Method and Description |
---|---|
XDimension2D |
calculateDimension(StringBounder stringBounder) |
java.util.List<JsonValue> |
children() |
void |
drawU(UGraphic ug) |
double[] |
getAllHeights(StringBounder stringBounder) |
HColor |
getBackcolor() |
double |
getWidthColA(StringBounder stringBounder) |
double |
getWidthColB(StringBounder stringBounder) |
java.util.List<java.lang.String> |
keys() |
void |
setTotalWidth(double totalWidth) |
int |
size() |
getInnerPosition, getMagneticBorder, getMinMax
public int size()
public java.util.List<JsonValue> children()
public java.util.List<java.lang.String> keys()
public XDimension2D calculateDimension(StringBounder stringBounder)
public double getWidthColA(StringBounder stringBounder)
public double getWidthColB(StringBounder stringBounder)
public void drawU(UGraphic ug)
public double[] getAllHeights(StringBounder stringBounder)
public void setTotalWidth(double totalWidth)
public HColor getBackcolor()
getBackcolor
in interface TextBlock
getBackcolor
in class AbstractTextBlock