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 TextBlock
asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, Fashion symbolContext, HorizontalAlignment stereoAlignment)
TextBlock
asSmall(TextBlock name, TextBlock label, TextBlock stereotype, Fashion symbolContext, HorizontalAlignment stereoAlignment)
protected TextBlock
getDrawing(Fashion symbolContext)
SName
getSName()
-
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)
-
-