Interface IGroup
-
- All Superinterfaces:
Hideable
,IEntity
,LineConfigurable
,Removeable
,SpecificBackcolorable
- All Known Implementing Classes:
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
getNamespace2()
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, getDisplay, getHectorLayer, getLeafType, getLongCode, getParentContainer, getRawLayout, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isGroup, putTip, setDisplay, setHectorLayer, setStereotype, 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()
-
getNamespace2
Code getNamespace2()
-
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()
-
-