|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseElementGroup
net.sf.jasperreports.crosstabs.base.JRBaseCellContents
Base read-only implementation of JRCellContents
.
Field Summary | |
protected java.awt.Color |
backcolor
|
protected JRBox |
box
|
protected int |
height
|
protected int |
width
|
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseElementGroup |
children, elementGroup |
Fields inherited from interface net.sf.jasperreports.crosstabs.JRCellContents |
NOT_CALCULATED, POSITION_X_CENTER, POSITION_X_LEFT, POSITION_X_RIGHT, POSITION_X_STRETCH, POSITION_Y_BOTTOM, POSITION_Y_MIDDLE, POSITION_Y_STRETCH, POSITION_Y_TOP |
Constructor Summary | |
JRBaseCellContents(JRCellContents cell,
JRBaseObjectFactory factory)
|
Method Summary | |
java.awt.Color |
getBackcolor()
Returns the cell background color. |
JRBox |
getBox()
Returns the cell border. |
int |
getHeight()
Returns the computed cell height. |
int |
getWidth()
Returns the computed cell width. |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseElementGroup |
getChildren, getCopy, getElementByKey, getElementByKey, getElementGroup, getElements, getElements, writeXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRElementGroup |
getChildren, getElementByKey, getElementGroup, getElements |
Methods inherited from interface net.sf.jasperreports.engine.JRChild |
getCopy, writeXml |
Field Detail |
protected java.awt.Color backcolor
protected JRBox box
protected int width
protected int height
Constructor Detail |
public JRBaseCellContents(JRCellContents cell, JRBaseObjectFactory factory)
Method Detail |
public java.awt.Color getBackcolor()
JRCellContents
The cell is filled with the background color only if the crosstab has opaque mode. The default cell background color is the crosstab element background color.
getBackcolor
in interface JRCellContents
public JRBox getBox()
JRCellContents
getBox
in interface JRCellContents
public int getWidth()
JRCellContents
getWidth
in interface JRCellContents
JRCellContents.NOT_CALCULATED
public int getHeight()
JRCellContents
getHeight
in interface JRCellContents
JRCellContents.NOT_CALCULATED
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |