net.sourceforge.plantuml.cucadiagram
Class GroupRoot

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.GroupRoot
All Implemented Interfaces:
IEntity, IGroup, SpecificBackcolorable

public class GroupRoot
extends Object
implements IGroup


Constructor Summary
GroupRoot(EntityFactory entityFactory)
           
 
Method Summary
 void addFieldOrMethod(String s)
           
 void addUrl(Url url)
           
 boolean containsLeafRecurse(ILeaf entity)
           
 BlockMember getBody(PortionShower portionShower)
           
 String getCode()
           
 List<? extends CharSequence> getDisplay()
           
 LeafType getEntityType()
           
 List<Member> getFieldsToDisplay()
           
 Collection<ILeaf> getLeafsDirect()
           
 List<Member> getMethodsToDisplay()
           
 BlockMember getMouseOver()
           
 IGroup getParentContainer()
           
 HtmlColor getSpecificBackColor()
           
 Stereotype getStereotype()
           
 String getUid()
           
 List<Url> getUrls()
           
 boolean isGroup()
           
 void mouseOver(String s)
           
 void overideImage(IEntityImage img, List<Url> urls, LeafType state)
           
 void setDisplay(List<? extends CharSequence> display)
           
 void setSpecificBackcolor(HtmlColor specificBackcolor)
           
 void setStereotype(Stereotype stereotype)
           
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupRoot

public GroupRoot(EntityFactory entityFactory)
Method Detail

getLeafsDirect

public Collection<ILeaf> getLeafsDirect()
Specified by:
getLeafsDirect in interface IGroup

isGroup

public boolean isGroup()
Specified by:
isGroup in interface IEntity

getDisplay

public List<? extends CharSequence> getDisplay()
Specified by:
getDisplay in interface IEntity

setDisplay

public void setDisplay(List<? extends CharSequence> display)
Specified by:
setDisplay in interface IEntity

getEntityType

public LeafType getEntityType()
Specified by:
getEntityType in interface IEntity

getUid

public String getUid()
Specified by:
getUid in interface IEntity

getUrls

public List<Url> getUrls()
Specified by:
getUrls in interface IEntity

getStereotype

public Stereotype getStereotype()
Specified by:
getStereotype in interface IEntity

setStereotype

public void setStereotype(Stereotype stereotype)
Specified by:
setStereotype in interface IEntity

getFieldsToDisplay

public List<Member> getFieldsToDisplay()
Specified by:
getFieldsToDisplay in interface IEntity

getMethodsToDisplay

public List<Member> getMethodsToDisplay()
Specified by:
getMethodsToDisplay in interface IEntity

getBody

public BlockMember getBody(PortionShower portionShower)
Specified by:
getBody in interface IEntity

getCode

public String getCode()
Specified by:
getCode in interface IEntity

getMouseOver

public BlockMember getMouseOver()
Specified by:
getMouseOver in interface IEntity

addFieldOrMethod

public void addFieldOrMethod(String s)
Specified by:
addFieldOrMethod in interface IEntity

mouseOver

public void mouseOver(String s)
Specified by:
mouseOver in interface IEntity

addUrl

public void addUrl(Url url)
Specified by:
addUrl in interface IEntity

getSpecificBackColor

public HtmlColor getSpecificBackColor()
Specified by:
getSpecificBackColor in interface SpecificBackcolorable

setSpecificBackcolor

public void setSpecificBackcolor(HtmlColor specificBackcolor)
Specified by:
setSpecificBackcolor in interface SpecificBackcolorable

getParentContainer

public IGroup getParentContainer()
Specified by:
getParentContainer in interface IEntity

containsLeafRecurse

public boolean containsLeafRecurse(ILeaf entity)
Specified by:
containsLeafRecurse in interface IGroup

zgetChildren

public Collection<IGroup> zgetChildren()
Specified by:
zgetChildren in interface IGroup

zmoveEntitiesTo

public void zmoveEntitiesTo(IGroup dest)
Specified by:
zmoveEntitiesTo in interface IGroup

zsize

public int zsize()
Specified by:
zsize in interface IGroup

zgetGroupType

public GroupType zgetGroupType()
Specified by:
zgetGroupType in interface IGroup

zgetNamespace

public String zgetNamespace()
Specified by:
zgetNamespace in interface IGroup

zisAutonom

public boolean zisAutonom()
Specified by:
zisAutonom in interface IGroup

zsetAutonom

public void zsetAutonom(boolean autonom)
Specified by:
zsetAutonom in interface IGroup

zgetRankdir

public Rankdir zgetRankdir()
Specified by:
zgetRankdir in interface IGroup

zsetRankdir

public void zsetRankdir(Rankdir rankdir)
Specified by:
zsetRankdir in interface IGroup

zgetPackageStyle

public PackageStyle zgetPackageStyle()
Specified by:
zgetPackageStyle in interface IGroup

overideImage

public void overideImage(IEntityImage img,
                         List<Url> urls,
                         LeafType state)
Specified by:
overideImage in interface IGroup


Copyright © 2012. All Rights Reserved.