Class BaseCrosstabColumnCell
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.base.BaseCrosstabColumnCell
-
- All Implemented Interfaces:
Serializable
,Cloneable
,CrosstabColumnCell
,JRCloneable
- Direct Known Subclasses:
DesignCrosstabColumnCell
public class BaseCrosstabColumnCell extends Object implements CrosstabColumnCell, Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected JRCellContents
cellContents
protected CrosstabColumnPositionEnum
contentsPosition
protected int
height
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseCrosstabColumnCell()
BaseCrosstabColumnCell(CrosstabColumnCell cell, JRBaseObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
JRCellContents
getCellContents()
CrosstabColumnPositionEnum
getContentsPosition()
int
getHeight()
-
-
-
Field Detail
-
height
protected int height
-
contentsPosition
protected CrosstabColumnPositionEnum contentsPosition
-
cellContents
protected JRCellContents cellContents
-
-
Constructor Detail
-
BaseCrosstabColumnCell
protected BaseCrosstabColumnCell()
-
BaseCrosstabColumnCell
public BaseCrosstabColumnCell(CrosstabColumnCell cell, JRBaseObjectFactory factory)
-
-
Method Detail
-
getHeight
public int getHeight()
- Specified by:
getHeight
in interfaceCrosstabColumnCell
-
getContentsPosition
public CrosstabColumnPositionEnum getContentsPosition()
- Specified by:
getContentsPosition
in interfaceCrosstabColumnCell
-
getCellContents
public JRCellContents getCellContents()
- Specified by:
getCellContents
in interfaceCrosstabColumnCell
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
-