Class DesignCrosstabColumnCell
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.base.BaseCrosstabColumnCell
-
- net.sf.jasperreports.crosstabs.design.DesignCrosstabColumnCell
-
- All Implemented Interfaces:
Serializable
,Cloneable
,CrosstabColumnCell
,JRChangeEventsSupport
,JRCloneable
public class DesignCrosstabColumnCell extends BaseCrosstabColumnCell implements JRChangeEventsSupport
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_CELL_CONTENTS
static String
PROPERTY_CONTENTS_POSITION
static String
PROPERTY_HEIGHT
-
Fields inherited from class net.sf.jasperreports.crosstabs.base.BaseCrosstabColumnCell
cellContents, contentsPosition, height
-
-
Constructor Summary
Constructors Constructor Description DesignCrosstabColumnCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRDesignCellContents
getDesignCellContents()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.void
setCellContents(JRDesignCellContents cellContents)
void
setContentsPosition(CrosstabColumnPositionEnum contentsPosition)
void
setHeight(int height)
-
Methods inherited from class net.sf.jasperreports.crosstabs.base.BaseCrosstabColumnCell
clone, getCellContents, getContentsPosition, getHeight
-
-
-
-
Field Detail
-
PROPERTY_HEIGHT
public static final String PROPERTY_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_CONTENTS_POSITION
public static final String PROPERTY_CONTENTS_POSITION
- See Also:
- Constant Field Values
-
PROPERTY_CELL_CONTENTS
public static final String PROPERTY_CELL_CONTENTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDesignCellContents
public JRDesignCellContents getDesignCellContents()
-
setHeight
public void setHeight(int height)
-
setContentsPosition
public void setContentsPosition(CrosstabColumnPositionEnum contentsPosition)
-
setCellContents
public void setCellContents(JRDesignCellContents cellContents)
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-
-