net.sourceforge.plantuml.cucadiagram
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 and Description booleancontainsLeafRecurse(ILeaf entity)java.util.Collection<IGroup>getChildren()chargetConcurrentSeparator()FontConfigurationgetFontConfigurationForTitle(ISkinParam skinParam)GroupTypegetGroupType()java.util.Collection<ILeaf>getLeafsDirect()CodegetNamespace2()PackageStylegetPackageStyle()SingleStrategygetSingleStrategy()voidmoveEntitiesTo(IGroup dest)voidoverrideImage(IEntityImage img, LeafType state)voidsetConcurrentSeparator(char separator)intsize()-
Methods inherited from interface net.sourceforge.plantuml.cucadiagram.IEntity
addUrl, getBodier, getCode, getDisplay, getHectorLayer, getLeafType, getLongCode, getParentContainer, getRawLayout, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isGroup, putTip, setDisplay, setHectorLayer, setRemoved, setStereotype, setUSymbol
-
Methods inherited from interface net.sourceforge.plantuml.SpecificBackcolorable
getColors, setColors
-
Methods inherited from interface net.sourceforge.plantuml.Removeable
isRemoved
-
Methods inherited from interface net.sourceforge.plantuml.LineConfigurable
getColors, setSpecificColorTOBEREMOVED
-
-
-
-
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)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG