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