Class ComponentTextActiveLine
- java.lang.Object
-
- net.sourceforge.plantuml.asciiart.AbstractComponentText
-
- net.sourceforge.plantuml.asciiart.ComponentTextActiveLine
-
public class ComponentTextActiveLine extends AbstractComponentText
-
-
Constructor Summary
Constructors Constructor Description ComponentTextActiveLine(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
-
ComponentTextActiveLine
public ComponentTextActiveLine(FileFormat fileFormat)
-
-
Method Detail
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
-
-