Class BodyFactory
java.lang.Object
net.sourceforge.plantuml.cucadiagram.BodyFactory
public class BodyFactory
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextBlock
create1
(HorizontalAlignment align, java.util.List<java.lang.CharSequence> rawBody, FontParam fontParam, ISkinParam skinParam, Stereotype stereotype, ILeaf entity, Style style) static TextBlock
create2
(HorizontalAlignment align, Display display, FontParam fontParam, ISkinParam skinParam, Stereotype stereotype, ILeaf entity, Style style) static TextBlock
create3
(Display rawBody, FontParam fontParam, ISkinSimple skinParam, HorizontalAlignment align, FontConfiguration titleConfig, LineBreakStrategy lineBreakStrategy, Style style) static Bodier
createGroup
(java.util.Set<VisibilityModifier> hides) static Bodier
createLeaf
(LeafType type, java.util.Set<VisibilityModifier> hides) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BODY3
public static final boolean BODY3- See Also:
-
-
Constructor Details
-
BodyFactory
public BodyFactory()
-
-
Method Details
-
createLeaf
-
createGroup
-
create1
public static TextBlock create1(HorizontalAlignment align, java.util.List<java.lang.CharSequence> rawBody, FontParam fontParam, ISkinParam skinParam, Stereotype stereotype, ILeaf entity, Style style) -
create2
public static TextBlock create2(HorizontalAlignment align, Display display, FontParam fontParam, ISkinParam skinParam, Stereotype stereotype, ILeaf entity, Style style) -
create3
public static TextBlock create3(Display rawBody, FontParam fontParam, ISkinSimple skinParam, HorizontalAlignment align, FontConfiguration titleConfig, LineBreakStrategy lineBreakStrategy, Style style)
-