Class FillColumn
java.lang.Object
net.sf.jasperreports.components.table.fill.FillColumn
- All Implemented Interfaces:
JRPropertiesHolder
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
ConstructorsConstructorDescriptionFillColumn(ColumnGroup columnGroup, int width, List<FillColumn> subcolumns, int subColsTotalWeight, JRPropertiesMap properties) FillColumn(Column column, Integer defaultWeight, JRPropertiesMap properties) -
Method Summary
-
Constructor Details
-
FillColumn
-
FillColumn
public FillColumn(ColumnGroup columnGroup, int width, List<FillColumn> subcolumns, int subColsTotalWeight, JRPropertiesMap properties)
-
-
Method Details
-
getTableColumn
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getWeight
public int getWeight() -
getSubColsTotalWeight
public int getSubColsTotalWeight() -
getColSpan
public int getColSpan() -
getSubcolumns
-
equals
-
hashCode
public int hashCode() -
hasProperties
public boolean hasProperties()Description copied from interface:JRPropertiesHolderChecks whether the object has any properties.- Specified by:
hasPropertiesin interfaceJRPropertiesHolder- Returns:
- whether the object has any properties
-
getPropertiesMap
Description copied from interface:JRPropertiesHolderReturns this object's properties map.- Specified by:
getPropertiesMapin interfaceJRPropertiesHolder- Returns:
- this object's properties map
-
getParentProperties
Description copied from interface:JRPropertiesHolderReturns the parent properties holder, whose properties are used as defaults for this object.- Specified by:
getParentPropertiesin interfaceJRPropertiesHolder- Returns:
- the parent properties holder, or
nullif no parent
-