Class USymbolActorBusiness
- java.lang.Object
-
- net.sourceforge.plantuml.decoration.symbol.USymbol
-
- net.sourceforge.plantuml.decoration.symbol.USymbolActorBusiness
-
public class USymbolActorBusiness extends USymbol
-
-
Constructor Summary
Constructors Constructor Description USymbolActorBusiness()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextBlockasBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, Fashion symbolContext, HorizontalAlignment stereoAlignment)TextBlockasSmall(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment)protected TextBlockgetDrawing(Fashion symbolContext)SNamegetSName()-
Methods inherited from class net.sourceforge.plantuml.decoration.symbol.USymbol
suppHeightBecauseOfShape, suppWidthBecauseOfShape
-
-
-
-
Method Detail
-
asSmall
public TextBlock asSmall(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment)
-
asBig
public TextBlock asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, Fashion symbolContext, HorizontalAlignment stereoAlignment)
-
-