Class StandardGroupCell

    • Constructor Detail

      • StandardGroupCell

        public StandardGroupCell()
      • StandardGroupCell

        public StandardGroupCell​(java.lang.String groupName,
                                 Cell cell)
    • Method Detail

      • getGroupName

        public java.lang.String getGroupName()
        Specified by:
        getGroupName in interface GroupCell
      • setGroupName

        public void setGroupName​(java.lang.String groupName)
      • setCell

        public void setCell​(Cell cell)
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object