public class TextBlockJson extends AbstractTextBlock implements TextBlockBackcolored
Modifier and Type | Method and Description |
---|---|
Dimension2D |
calculateDimension(StringBounder stringBounder) |
java.util.List<JsonValue> |
children() |
void |
drawU(UGraphic ug) |
HColor |
getBackcolor() |
double |
getWidthColA(StringBounder stringBounder) |
double |
getWidthColB(StringBounder stringBounder) |
java.util.List<java.lang.String> |
keys() |
void |
setTotalWidth(double totalWidth) |
int |
size() |
getInnerPosition, getMinMax
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInnerPosition, getMinMax
public int size()
public java.util.List<JsonValue> children()
public java.util.List<java.lang.String> keys()
public Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension
in interface TextBlock
public double getWidthColA(StringBounder stringBounder)
public double getWidthColB(StringBounder stringBounder)
public void setTotalWidth(double totalWidth)
public HColor getBackcolor()
getBackcolor
in interface TextBlockBackcolored