public class BaseCrosstabColumnCell extends Object implements CrosstabColumnCell, Serializable
Modifier and Type | Field and Description |
---|---|
protected JRCellContents |
cellContents |
protected CrosstabColumnPositionEnum |
contentsPosition |
protected int |
height |
Modifier | Constructor and Description |
---|---|
protected |
BaseCrosstabColumnCell() |
|
BaseCrosstabColumnCell(CrosstabColumnCell cell,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRCellContents |
getCellContents() |
CrosstabColumnPositionEnum |
getContentsPosition() |
int |
getHeight() |
protected int height
protected CrosstabColumnPositionEnum contentsPosition
protected JRCellContents cellContents
protected BaseCrosstabColumnCell()
public BaseCrosstabColumnCell(CrosstabColumnCell cell, JRBaseObjectFactory factory)
public int getHeight()
getHeight
in interface CrosstabColumnCell
public CrosstabColumnPositionEnum getContentsPosition()
getContentsPosition
in interface CrosstabColumnCell
public JRCellContents getCellContents()
getCellContents
in interface CrosstabColumnCell
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2017. All rights reserved.