net.sourceforge.plantuml.cucadiagram
Interface IGroup
- All Superinterfaces:
- Hideable, IEntity, SpecificBackcolorable
- All Known Implementing Classes:
- GroupRoot
public interface IGroup
- extends IEntity
Methods inherited from interface net.sourceforge.plantuml.cucadiagram.IEntity |
addFieldOrMethod, addUrl, getBody, getCode, getDisplay, getEntityType, getFieldsToDisplay, getMethodsToDisplay, getMouseOver, getParentContainer, getStereotype, getUid, getUrls, getUSymbol, isGroup, mouseOver, setDisplay, setStereotype, setUSymbol |
containsLeafRecurse
boolean containsLeafRecurse(ILeaf entity)
getLeafsDirect
Collection<ILeaf> getLeafsDirect()
zgetChildren
Collection<IGroup> zgetChildren()
zmoveEntitiesTo
void zmoveEntitiesTo(IGroup dest)
zsize
int zsize()
zgetGroupType
GroupType zgetGroupType()
zgetNamespace
String zgetNamespace()
zisAutonom
boolean zisAutonom()
zsetAutonom
void zsetAutonom(boolean autonom)
zgetRankdir
Rankdir zgetRankdir()
zsetRankdir
void zsetRankdir(Rankdir rankdir)
zgetPackageStyle
PackageStyle zgetPackageStyle()
overideImage
void overideImage(IEntityImage img,
List<Url> urls,
LeafType state)
getSingleStrategy
SingleStrategy getSingleStrategy()
Copyright © 2013. All Rights Reserved.