net.sourceforge.plantuml.cucadiagram
Interface IGroup

All Superinterfaces:
Hideable, IEntity, SpecificBackcolorable
All Known Implementing Classes:
GroupRoot

public interface IGroup
extends IEntity


Method Summary
 boolean containsLeafRecurse(ILeaf entity)
           
 Collection<ILeaf> getLeafsDirect()
           
 SingleStrategy getSingleStrategy()
           
 void overideImage(IEntityImage img, List<Url> urls, LeafType state)
           
 Collection<IGroup> zgetChildren()
           
 GroupType zgetGroupType()
           
 String zgetNamespace()
           
 PackageStyle zgetPackageStyle()
           
 Rankdir zgetRankdir()
           
 boolean zisAutonom()
           
 void zmoveEntitiesTo(IGroup dest)
           
 void zsetAutonom(boolean autonom)
           
 void zsetRankdir(Rankdir rankdir)
           
 int zsize()
           
 
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
 
Methods inherited from interface net.sourceforge.plantuml.SpecificBackcolorable
getSpecificBackColor, setSpecificBackcolor
 
Methods inherited from interface net.sourceforge.plantuml.Hideable
isHidden
 

Method Detail

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.