Class ComponentTextLine
- java.lang.Object
-
- net.sourceforge.plantuml.asciiart.AbstractComponentText
-
- net.sourceforge.plantuml.asciiart.ComponentTextLine
-
public class ComponentTextLine extends AbstractComponentText
-
-
Constructor Summary
Constructors Constructor Description ComponentTextLine(ComponentType type, FileFormat fileFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, Area area, Context2D context)
double
getPreferredHeight(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.asciiart.AbstractComponentText
getPreferredDimension, getStyleSignature, getUsedStyles
-
-
-
-
Constructor Detail
-
ComponentTextLine
public ComponentTextLine(ComponentType type, FileFormat fileFormat)
-
-
Method Detail
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
-
-