Class MethodsOrFieldsArea
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.cucadiagram.MethodsOrFieldsArea
-
-
Constructor Summary
Constructors Constructor Description MethodsOrFieldsArea(Display members, FontParam fontParam, ISkinParam skinParam, Stereotype stereotype, ILeaf leaf, Style style)
MethodsOrFieldsArea(Display members, FontParam fontParam, ISkinParam skinParam, HorizontalAlignment align, Stereotype stereotype, ILeaf leaf, Style style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextBlock
asBlockMemberImpl()
Dimension2D
calculateDimension(StringBounder stringBounder)
boolean
contains(String member)
void
drawU(UGraphic ug)
net.sourceforge.plantuml.cucadiagram.Elected
getElected(Collection<String> shortNames, String cs)
Rectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
Ports
getPorts(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
-
-
-
Constructor Detail
-
MethodsOrFieldsArea
public MethodsOrFieldsArea(Display members, FontParam fontParam, ISkinParam skinParam, Stereotype stereotype, ILeaf leaf, Style style)
-
MethodsOrFieldsArea
public MethodsOrFieldsArea(Display members, FontParam fontParam, ISkinParam skinParam, HorizontalAlignment align, Stereotype stereotype, ILeaf leaf, Style style)
-
-
Method Detail
-
asBlockMemberImpl
public TextBlock asBlockMemberImpl()
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
getElected
public net.sourceforge.plantuml.cucadiagram.Elected getElected(Collection<String> shortNames, String cs)
-
contains
public boolean contains(String member)
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-
-