This class provides a skeleton implementation for a design time report element. The difference between design elements
and compiled elements is that at design time they are more customizable. This class contains setters for properties
that can be only modified at design time.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRDesignElement.java 1759 2007-06-20 16:47:34Z lucianc $
setPrintWhenGroupChanges(JRGroup group) Specifies the group for which an element with a printRepeatedValues attribute set to true will be redisplayed
even if the value has not changed.
setStyleNameReference(String styleName) Set the name of the external style to be used for this element.
An external style is only effective when there is no internal style set for this element,
i.e.
public void
setY(int y) Sets the vertical section relative offset for the element.
public void setStyleNameReference(String styleName)(Code)
Set the name of the external style to be used for this element.
An external style is only effective when there is no internal style set for this element,
i.e.
JRDesignElement.getStyle() getStyle() returns null
The external style will be resolved at fill time from the templates used in the report.
Parameters: styleName - the name of the external style See Also:JRDesignElement.getStyleNameReference()