Package net.sourceforge.plantuml.graphic
Class USymbolFolder
java.lang.Object
net.sourceforge.plantuml.graphic.USymbol
net.sourceforge.plantuml.graphic.USymbolFolder
-
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) getSName()
java.lang.String
toString()
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, wait, wait, wait
-
Constructor Details
-
USymbolFolder
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getSkinParameter
- Specified by:
getSkinParameter
in classUSymbol
-
getSName
-
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)
-