Package net.sourceforge.plantuml.baraye
Interface IGroup
- All Superinterfaces:
Hideable
,IEntity
,LineConfigurable
,Removeable
,SpecificBackcolorable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsLeafRecurse
(ILeaf entity) char
getFontConfigurationForTitle
(ISkinParam skinParam) void
moveEntitiesTo
(IGroup dest) void
overrideImage
(IEntityImage img, LeafType state) void
setConcurrentSeparator
(char separator) void
setLegend
(DisplayPositioned legend) int
size()
Methods inherited from interface net.sourceforge.plantuml.baraye.IEntity
addNote, addStereotag, addUrl, getBodier, getCode, getCodeGetName, getCodeLine, getDisplay, getEntityPosition, getIdent, getLeafType, getNotes, getParentContainer, getRawLayout, getStereostyles, getStereotype, getTips, getUid, getUrl99, getUSymbol, hasUrl, isAloneAndUnlinked, isGroup, putTip, setCodeLine, setDisplay, setStereostyle, 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 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()
-