Class JRBaseGraphicElement

java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElement
net.sf.jasperreports.engine.base.JRBaseGraphicElement
All Implemented Interfaces:
Serializable, Cloneable, JRChangeEventsSupport, JRChild, JRCloneable, JRCommonElement, JRCommonGraphicElement, JRElement, JRGraphicElement, JRIdentifiable, JRPenContainer, JRPropertiesHolder, JRStyleContainer, JRVisitable
Direct Known Subclasses:
JRBaseEllipse, JRBaseImage, JRBaseLine, JRBaseRectangle

public abstract class JRBaseGraphicElement extends JRBaseElement implements JRGraphicElement
This class provides functionality common to graphic elements. It provides implementation for the methods described in JRTextElement.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also: