|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.plantuml.graphic.TextBlockUtils
public class TextBlockUtils
| Constructor Summary | |
|---|---|
TextBlockUtils()
|
|
| Method Summary | |
|---|---|
static Positionable |
asPositionable(TextBlock textBlock,
StringBounder stringBounder,
Point2D pt)
|
static TextBlock |
create(List<? extends CharSequence> texts,
FontConfiguration fontConfiguration,
HorizontalAlignement horizontalAlignement)
|
static TextBlock |
fromIEntityImage(IEntityImage image)
|
static TextBlock |
mergeLR(TextBlock b1,
TextBlock b2)
|
static TextBlock |
mergeTB(TextBlock b1,
TextBlock b2)
|
static TextBlock |
withMargin(TextBlock textBlock,
double marginX,
double marginY)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextBlockUtils()
| Method Detail |
|---|
public static TextBlock create(List<? extends CharSequence> texts,
FontConfiguration fontConfiguration,
HorizontalAlignement horizontalAlignement)
public static TextBlock withMargin(TextBlock textBlock,
double marginX,
double marginY)
public static Positionable asPositionable(TextBlock textBlock,
StringBounder stringBounder,
Point2D pt)
public static TextBlock fromIEntityImage(IEntityImage image)
public static TextBlock mergeLR(TextBlock b1,
TextBlock b2)
public static TextBlock mergeTB(TextBlock b1,
TextBlock b2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||