Class BaseCrosstabColumnCell
- java.lang.Object
-
- net.sf.jasperreports.crosstabs.base.BaseCrosstabColumnCell
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,CrosstabColumnCell,JRCloneable
- Direct Known Subclasses:
DesignCrosstabColumnCell
public class BaseCrosstabColumnCell extends java.lang.Object implements CrosstabColumnCell, java.io.Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected JRCellContentscellContentsprotected CrosstabColumnPositionEnumcontentsPositionprotected intheight
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseCrosstabColumnCell()BaseCrosstabColumnCell(CrosstabColumnCell cell, JRBaseObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRCellContentsgetCellContents()CrosstabColumnPositionEnumgetContentsPosition()intgetHeight()
-
-
-
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:
getHeightin interfaceCrosstabColumnCell
-
getContentsPosition
public CrosstabColumnPositionEnum getContentsPosition()
- Specified by:
getContentsPositionin interfaceCrosstabColumnCell
-
getCellContents
public JRCellContents getCellContents()
- Specified by:
getCellContentsin interfaceCrosstabColumnCell
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-