Class ComponentTextShape
- java.lang.Object
-
- net.sourceforge.plantuml.asciiart.AbstractComponentText
-
- net.sourceforge.plantuml.asciiart.ComponentTextShape
-
public class ComponentTextShape extends AbstractComponentText
-
-
Constructor Summary
Constructors Constructor Description ComponentTextShape(ComponentType type, Display stringsToDisplay, AsciiShape shape)
-
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
-
ComponentTextShape
public ComponentTextShape(ComponentType type, Display stringsToDisplay, AsciiShape shape)
-
-
Method Detail
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
-
-