Interface IGroup
-
- All Superinterfaces:
Hideable,IEntity,LineConfigurable,Removeable,SpecificBackcolorable
- All Known Implementing Classes:
EntityImpl,GroupRoot
public interface IGroup extends IEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsLeafRecurse(ILeaf entity)java.util.Collection<IGroup>getChildren()chargetConcurrentSeparator()FontConfigurationgetFontConfigurationForTitle(ISkinParam skinParam)GroupTypegetGroupType()java.util.Collection<ILeaf>getLeafsDirect()DisplayPositionedgetLegend()CodegetNamespace()PackageStylegetPackageStyle()SingleStrategygetSingleStrategy()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, stereotags
-
Methods inherited from interface net.sourceforge.plantuml.LineConfigurable
getColors, setSpecificColorTOBEREMOVED
-
Methods inherited from interface net.sourceforge.plantuml.Removeable
isRemoved
-
Methods inherited from interface net.sourceforge.plantuml.SpecificBackcolorable
getColors, setColors
-
-
-
-
Method Detail
-
containsLeafRecurse
boolean containsLeafRecurse(ILeaf entity)
-
getLeafsDirect
java.util.Collection<ILeaf> getLeafsDirect()
-
getChildren
java.util.Collection<IGroup> getChildren()
-
moveEntitiesTo
void moveEntitiesTo(IGroup dest)
-
size
int size()
-
getGroupType
GroupType getGroupType()
-
getNamespace
Code getNamespace()
-
getPackageStyle
PackageStyle getPackageStyle()
-
overrideImage
void overrideImage(IEntityImage img, LeafType state)
-
getSingleStrategy
SingleStrategy getSingleStrategy()
-
getFontConfigurationForTitle
FontConfiguration getFontConfigurationForTitle(ISkinParam skinParam)
-
getConcurrentSeparator
char getConcurrentSeparator()
-
setConcurrentSeparator
void setConcurrentSeparator(char separator)
-
setLegend
void setLegend(DisplayPositioned legend)
-
getLegend
DisplayPositioned getLegend()
-
-