Interface IGroup

All Superinterfaces:
Hideable, IEntity, LineConfigurable, Removeable, SpecificBackcolorable
All Known Implementing Classes:
EntityImpl, GroupRoot

public interface IGroup extends IEntity
  • Method Details

    • 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()
    • getNamespace

      Code getNamespace()
    • 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)
    • setLegend

      void setLegend(DisplayPositioned legend)
    • getLegend

      DisplayPositioned getLegend()