Class ElementText
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementText
-
- All Implemented Interfaces:
Element
public class ElementText extends AbstractElement
-
-
Constructor Summary
Constructors Constructor Description ElementText(List<String> text, UFont font, ISkinSimple spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug, int zIndex, XDimension2D dimToUse)XDimension2DgetPreferredDimension(StringBounder stringBounder, double x, double y)StringgetText()-
Methods inherited from class net.sourceforge.plantuml.salt.element.AbstractElement
blackBlueTrue, getBlack, getColor88, getColorAA, getColorBB, getColorDD, getColorEE, getWhite
-
-
-
-
Constructor Detail
-
ElementText
public ElementText(List<String> text, UFont font, ISkinSimple spriteContainer)
-
-
Method Detail
-
getPreferredDimension
public XDimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
public void drawU(UGraphic ug, int zIndex, XDimension2D dimToUse)
-
getText
public final String getText()
-
-