Package net.sourceforge.plantuml.graphic
Class USymbolFolder
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.USymbol
-
- net.sourceforge.plantuml.graphic.USymbolFolder
-
public class USymbolFolder extends USymbol
-
-
Constructor Summary
Constructors Constructor Description USymbolFolder(SName sname, SkinParameter skinParameter, boolean showTitle)
-
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, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
TextBlock
asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
SkinParameter
getSkinParameter()
SName
getSName()
String
toString()
-
Methods inherited from class net.sourceforge.plantuml.graphic.USymbol
getColorParamBack, getColorParamBorder, getFontParam, getFontParamStereotype, suppHeightBecauseOfShape, suppWidthBecauseOfShape
-
-
-
-
Constructor Detail
-
USymbolFolder
public USymbolFolder(SName sname, SkinParameter skinParameter, boolean showTitle)
-
-
Method Detail
-
getSkinParameter
public SkinParameter getSkinParameter()
- Specified by:
getSkinParameter
in classUSymbol
-
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)
-
-