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:
- Serializable, 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 (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from interface net.sf.jasperreports.engine.JRChild |
clone |
style
protected JRStyle style
styleNameReference
protected String styleNameReference
CompiledCell
public CompiledCell()
CompiledCell
public CompiledCell(Cell cell,
JRBaseObjectFactory factory)
getHeight
public Integer getHeight()
- Specified by:
getHeight in interface Cell
getDefaultLineColor
public 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 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 Integer getRowSpan()
- Specified by:
getRowSpan in interface Cell
Copyright © 2012. All Rights Reserved.