Class FillColumn

java.lang.Object
net.sf.jasperreports.components.table.fill.FillColumn
All Implemented Interfaces:
JRPropertiesHolder

public class FillColumn extends Object implements JRPropertiesHolder
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

  • Method Details

    • getTableColumn

      public BaseColumn getTableColumn()
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getWeight

      public int getWeight()
    • getSubColsTotalWeight

      public int getSubColsTotalWeight()
    • getColSpan

      public int getColSpan()
    • getSubcolumns

      public List<FillColumn> getSubcolumns()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class 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
    • getPropertiesMap

      public JRPropertiesMap getPropertiesMap()
      Description copied from interface: JRPropertiesHolder
      Returns this object's properties map.
      Specified by:
      getPropertiesMap in interface JRPropertiesHolder
      Returns:
      this object's properties map
    • getParentProperties

      public JRPropertiesHolder getParentProperties()
      Description copied from interface: JRPropertiesHolder
      Returns the parent properties holder, whose properties are used as defaults for this object.
      Specified by:
      getParentProperties in interface JRPropertiesHolder
      Returns:
      the parent properties holder, or null if no parent