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 boolean
containsLeafRecurse(ILeaf entity)
java.util.Collection<IGroup>
getChildren()
char
getConcurrentSeparator()
FontConfiguration
getFontConfigurationForTitle(ISkinParam skinParam)
GroupType
getGroupType()
java.util.Collection<ILeaf>
getLeafsDirect()
DisplayPositionned
getLegend()
Code
getNamespace()
PackageStyle
getPackageStyle()
SingleStrategy
getSingleStrategy()
void
moveEntitiesTo(IGroup dest)
void
overrideImage(IEntityImage img, LeafType state)
void
setConcurrentSeparator(char separator)
void
setLegend(DisplayPositionned legend)
int
size()
-
Methods inherited from interface net.sourceforge.plantuml.cucadiagram.IEntity
addStereotag, addUrl, getBodier, getCode, getCodeGetName, getCodeLine, getDisplay, getHectorLayer, getIdent, getLeafType, getParentContainer, getRawLayout, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isAloneAndUnlinked, isGroup, putTip, setCodeLine, setDisplay, setHectorLayer, 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(DisplayPositionned legend)
-
getLegend
DisplayPositionned getLegend()
-
-