|
||||||||||
| 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
public class JRBaseCellContents
Base read-only implementation of JRCellContents.
| Field Summary | |
|---|---|
protected java.awt.Color |
backcolor
|
protected JRDefaultStyleProvider |
defaultStyleProvider
|
protected int |
height
|
protected JRLineBox |
lineBox
|
protected ModeEnum |
modeValue
|
protected JRStyle |
style
|
protected java.lang.String |
styleNameReference
|
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, PROPERTIES_PREFIX, PROPERTY_COLUMN_SPAN, PROPERTY_ROW_SPAN, PROPERTY_TYPE, TYPE_COLUMN_HEADER, TYPE_CROSSTAB_HEADER, TYPE_DATA, TYPE_NO_DATA_CELL, TYPE_ROW_HEADER |
| Constructor Summary | |
|---|---|
JRBaseCellContents(JRCellContents cell,
JRBaseObjectFactory factory)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.awt.Color |
getBackcolor()
Returns the cell background color. |
JRBox |
getBox()
Deprecated. Replaced by getLineBox() |
java.awt.Color |
getDefaultLineColor()
|
JRDefaultStyleProvider |
getDefaultStyleProvider()
|
int |
getHeight()
Returns the computed cell height. |
JRLineBox |
getLineBox()
|
java.lang.Byte |
getMode()
Deprecated. Replaced by getModeValue(). |
ModeEnum |
getModeValue()
Returns the cell transparency mode. |
JRStyle |
getStyle()
Returns this object's style. |
java.lang.String |
getStyleNameReference()
Returns the name of an external style which is to be used by this object. |
int |
getWidth()
Returns the computed cell width. |
| Methods inherited from class net.sf.jasperreports.engine.base.JRBaseElementGroup |
|---|
clone, getChildren, getElementByKey, getElementByKey, getElementGroup, getElements, getElements, visit |
| Methods inherited from class java.lang.Object |
|---|
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 |
|---|
clone |
| Methods inherited from interface net.sf.jasperreports.engine.JRVisitable |
|---|
visit |
| Field Detail |
|---|
protected JRDefaultStyleProvider defaultStyleProvider
protected JRStyle style
protected java.lang.String styleNameReference
protected ModeEnum modeValue
protected java.awt.Color backcolor
protected JRLineBox lineBox
protected int width
protected int height
| Constructor Detail |
|---|
public JRBaseCellContents(JRCellContents cell,
JRBaseObjectFactory factory)
| Method Detail |
|---|
public java.awt.Color getBackcolor()
JRCellContentsThe cell is filled with the background color only if the cell has opaque mode.
getBackcolor in interface JRCellContentspublic JRBox getBox()
getLineBox()
JRCellContents
getBox in interface JRCellContentspublic JRLineBox getLineBox()
getLineBox in interface JRBoxContainerpublic int getWidth()
JRCellContents
getWidth in interface JRCellContentsJRCellContents.NOT_CALCULATEDpublic int getHeight()
JRCellContents
getHeight in interface JRCellContentsJRCellContents.NOT_CALCULATEDpublic JRDefaultStyleProvider getDefaultStyleProvider()
getDefaultStyleProvider in interface JRStyleContainerpublic JRStyle getStyle()
JRStyleContainer
getStyle in interface JRStyleContainerpublic java.lang.Byte getMode()
getModeValue().
getMode in interface JRCellContentspublic ModeEnum getModeValue()
JRCellContents
getModeValue in interface JRCellContentsMODE_OPAQUE
or MODE_TRANSPARENTpublic java.lang.String getStyleNameReference()
JRStyleContainertemplates and are resolved
at fill time.
This attribute is only effective if no direct style (as returned by getStyle()
is specified for this object.
getStyleNameReference in interface JRStyleContainerpublic java.awt.Color getDefaultLineColor()
getDefaultLineColor in interface JRBoxContainerpublic java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseElementGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||