net.sf.jasperreports.components.table
Class DesignCell
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementGroup
net.sf.jasperreports.engine.design.JRDesignElementGroup
net.sf.jasperreports.components.table.DesignCell
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Cell, DesignStyleContainer, JRChangeEventsSupport, JRBoxContainer, JRChild, JRCloneable, JRElementGroup, JRStyleContainer, JRVisitable
public class DesignCell
- extends JRDesignElementGroup
- implements Cell, DesignStyleContainer
- Version:
- $Id: DesignCell.java 3602 2010-03-19 14:53:30Z lucianc $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- 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 |
PROPERTY_DEFAULT_STYLE_PROVIDER
public static final java.lang.String PROPERTY_DEFAULT_STYLE_PROVIDER
- See Also:
- Constant Field Values
PROPERTY_STYLE
public static final java.lang.String PROPERTY_STYLE
- See Also:
- Constant Field Values
PROPERTY_STYLE_NAME_REFERENCE
public static final java.lang.String PROPERTY_STYLE_NAME_REFERENCE
- See Also:
- Constant Field Values
PROPERTY_ROW_SPAN
public static final java.lang.String PROPERTY_ROW_SPAN
- See Also:
- Constant Field Values
PROPERTY_HEIGHT
public static final java.lang.String PROPERTY_HEIGHT
- See Also:
- Constant Field Values
DesignCell
public DesignCell()
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
setDefaultStyleProvider
public void setDefaultStyleProvider(JRDefaultStyleProvider defaultStyleProvider)
- Specified by:
setDefaultStyleProvider
in interface DesignStyleContainer
setStyle
public void setStyle(JRStyle style)
- Specified by:
setStyle
in interface DesignStyleContainer
setStyleNameReference
public void setStyleNameReference(java.lang.String styleName)
- Specified by:
setStyleNameReference
in interface DesignStyleContainer
setHeight
public void setHeight(java.lang.Integer height)
getRowSpan
public java.lang.Integer getRowSpan()
- Specified by:
getRowSpan
in interface Cell
setRowSpan
public void setRowSpan(java.lang.Integer rowSpan)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com