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
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.graphic.USymbol
ACTOR_AWESOME, ACTOR_HOLLOW, ACTOR_STICKMAN, ACTOR_STICKMAN_BUSINESS, AGENT, ARCHIMATE, ARTIFACT, BOUNDARY, CARD, CLOUD, COLLECTIONS, COMPONENT1, COMPONENT2, CONTROL, DATABASE, ENTITY_DOMAIN, FILE, FOLDER, FRAME, INTERFACE, LABEL, NODE, PACKAGE, QUEUE, RECTANGLE, STACK, STORAGE, TOGETHER, USECASE
-
-
Constructor Summary
Constructors Constructor Description USymbolFolder(SkinParameter skinParameter, boolean showTitle)
-
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, HorizontalAlignment stereoAlignment)TextBlockasSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)SkinParametergetSkinParameter()java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.graphic.USymbol
fromString, fromString, getColorParamBack, getColorParamBorder, getFontParam, getFontParamStereotype, suppHeightBecauseOfShape, suppWidthBecauseOfShape
-
-
-
-
Constructor Detail
-
USymbolFolder
public USymbolFolder(SkinParameter skinParameter, boolean showTitle)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getSkinParameter
public SkinParameter getSkinParameter()
- Specified by:
getSkinParameterin 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)
-
-