Class FillColumn

  • All Implemented Interfaces:
    JRPropertiesHolder

    public class FillColumn
    extends java.lang.Object
    implements JRPropertiesHolder
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • getTableColumn

        public BaseColumn getTableColumn()
      • getWidth

        public int getWidth()
      • getColSpan

        public int getColSpan()
      • getSubcolumns

        public java.util.List<FillColumn> getSubcolumns()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • hasProperties

        public boolean hasProperties()
        Description copied from interface: JRPropertiesHolder
        Checks whether the object has any properties.
        Specified by:
        hasProperties in interface JRPropertiesHolder
        Returns:
        whether the object has any properties