Package net.sourceforge.plantuml.graphic
Class USymbolInterface
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.USymbol
-
- net.sourceforge.plantuml.graphic.USymbolInterface
-
public class USymbolInterface extends USymbol
-
-
Constructor Summary
Constructors Constructor Description USymbolInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextBlockasBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext)TextBlockasSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext)protected TextBlockgetDrawing(SymbolContext symbolContext)SkinParametergetSkinParameter()-
Methods inherited from class net.sourceforge.plantuml.graphic.USymbol
getColorParamBack, getColorParamBorder, getFontParam, getFontParamStereotype, getFromString, getFromString, manageHorizontalLine, suppHeightBecauseOfShape, suppWidthBecauseOfShape, withStereoAlignment
-
-
-
-
Method Detail
-
getSkinParameter
public SkinParameter getSkinParameter()
- Specified by:
getSkinParameterin classUSymbol
-
getDrawing
protected TextBlock getDrawing(SymbolContext symbolContext)
-
asSmall
public TextBlock asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext)
-
asBig
public TextBlock asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext)
-
-