net.sf.jasperreports.components.table
Class CompiledCell
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementGroup
net.sf.jasperreports.components.table.CompiledCell
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Cell, JRBoxContainer, JRChild, JRCloneable, JRElementGroup, JRStyleContainer, JRVisitable
public class CompiledCell
- extends JRBaseElementGroup
- implements Cell
- Version:
- $Id: CompiledCell.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita ([email protected])
- See Also:
- Serialized Form
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.JRChild |
clone |
style
protected JRStyle style
styleNameReference
protected java.lang.String styleNameReference
CompiledCell
public CompiledCell()
CompiledCell
public CompiledCell(Cell cell,
JRBaseObjectFactory factory)
getHeight
public java.lang.Integer getHeight()
- Specified by:
getHeight
in interface Cell
getDefaultLineColor
public java.awt.Color getDefaultLineColor()
- Specified by:
getDefaultLineColor
in interface JRBoxContainer
getLineBox
public JRLineBox getLineBox()
- Specified by:
getLineBox
in interface JRBoxContainer
getDefaultStyleProvider
public JRDefaultStyleProvider getDefaultStyleProvider()
- Specified by:
getDefaultStyleProvider
in interface JRStyleContainer
getStyle
public JRStyle getStyle()
- Description copied from interface:
JRStyleContainer
- Returns this object's style.
- Specified by:
getStyle
in interface JRStyleContainer
- Returns:
- this object's style
getStyleNameReference
public java.lang.String getStyleNameReference()
- Description copied from interface:
JRStyleContainer
- Returns the name of an external style which is to be used by this object.
External styles are defined in
templates
and are resolved
at fill time.
This attribute is only effective if no direct style (as returned by getStyle()
is specified for this object.
- Specified by:
getStyleNameReference
in interface JRStyleContainer
- Returns:
- the name of an external style
getRowSpan
public java.lang.Integer getRowSpan()
- Specified by:
getRowSpan
in interface Cell
Copyright © 2011. All Rights Reserved.