Interface IGroup
- All Superinterfaces:
Hideable,IEntity,LineConfigurable,Removeable,SpecificBackcolorable
- All Known Implementing Classes:
EntityImpl,GroupRoot
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsLeafRecurse(ILeaf entity) chargetFontConfigurationForTitle(ISkinParam skinParam) voidmoveEntitiesTo(IGroup dest) voidoverrideImage(IEntityImage img, LeafType state) voidsetConcurrentSeparator(char separator) voidsetLegend(DisplayPositioned legend) intsize()Methods inherited from interface net.sourceforge.plantuml.cucadiagram.IEntity
addStereotag, addUrl, getBodier, getCode, getCodeGetName, getCodeLine, getDisplay, getIdent, getLeafType, getParentContainer, getRawLayout, getStereostyles, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isAloneAndUnlinked, isGroup, putTip, setCodeLine, setDisplay, setStereostyle, setStereotype, setThisIsTogether, setUSymbol, stereotagsMethods inherited from interface net.sourceforge.plantuml.LineConfigurable
getColors, setSpecificColorTOBEREMOVEDMethods inherited from interface net.sourceforge.plantuml.Removeable
isRemovedMethods inherited from interface net.sourceforge.plantuml.SpecificBackcolorable
getColors, setColors
-
Method Details
-
containsLeafRecurse
-
getLeafsDirect
Collection<ILeaf> getLeafsDirect() -
getChildren
Collection<IGroup> getChildren() -
moveEntitiesTo
-
size
int size() -
getGroupType
GroupType getGroupType() -
getNamespace
Code getNamespace() -
getPackageStyle
PackageStyle getPackageStyle() -
overrideImage
-
getSingleStrategy
SingleStrategy getSingleStrategy() -
getFontConfigurationForTitle
-
getConcurrentSeparator
char getConcurrentSeparator() -
setConcurrentSeparator
void setConcurrentSeparator(char separator) -
setLegend
-
getLegend
DisplayPositioned getLegend()
-