Package net.sourceforge.plantuml.graphic
Class USymbolInterface
java.lang.Object
net.sourceforge.plantuml.graphic.USymbol
net.sourceforge.plantuml.graphic.USymbolInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasBig
(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment) asSmall
(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment) protected TextBlock
getDrawing
(SymbolContext symbolContext) getSName()
Methods inherited from class net.sourceforge.plantuml.graphic.USymbol
getColorParamBack, getColorParamBorder, getFontParam, getFontParamStereotype, suppHeightBecauseOfShape, suppWidthBecauseOfShape
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
USymbolInterface
public USymbolInterface()
-
-
Method Details
-
getSkinParameter
- Specified by:
getSkinParameter
in classUSymbol
-
getSName
-
getDrawing
-
asSmall
public TextBlock asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment) -
asBig
public TextBlock asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
-