public class DesignCrosstabColumnCell extends BaseCrosstabColumnCell implements JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CELL_CONTENTS |
static String |
PROPERTY_CONTENTS_POSITION |
static String |
PROPERTY_HEIGHT |
cellContents, contentsPosition, height
Constructor and Description |
---|
DesignCrosstabColumnCell() |
Modifier and Type | Method and 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) |
clone, getCellContents, getContentsPosition, getHeight
public static final String PROPERTY_HEIGHT
public static final String PROPERTY_CONTENTS_POSITION
public static final String PROPERTY_CELL_CONTENTS
public JRDesignCellContents getDesignCellContents()
public void setHeight(int height)
public void setContentsPosition(CrosstabColumnPositionEnum contentsPosition)
public void setCellContents(JRDesignCellContents cellContents)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2017. All rights reserved.