net.sf.jasperreports.engine.fill
Class JRTemplatePrintEllipse
java.lang.Object
net.sf.jasperreports.engine.fill.JRTemplatePrintElement
net.sf.jasperreports.engine.fill.JRTemplatePrintGraphicElement
net.sf.jasperreports.engine.fill.JRTemplatePrintEllipse
- All Implemented Interfaces:
- Serializable, JRCommonElement, JRCommonGraphicElement, JRIdentifiable, JRPenContainer, JRPrintElement, JRPrintEllipse, JRPrintGraphicElement, JRPropertiesHolder, JRStyleContainer
public class JRTemplatePrintEllipse
- extends JRTemplatePrintGraphicElement
- implements JRPrintEllipse
Base implementation of JRPrintEllipse that uses
a JRTemplateEllipse instance to
store common attributes.
- Version:
- $Id: JRTemplatePrintEllipse.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getParentProperties, getPropertiesMap, getSourceElementId, getStyle, getStyleNameReference, getTemplate, getUUID, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setMode, setSourceElementId, setStyle, setTemplate, setWidth, setX, setY, updateElementTemplate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
getHeight, getKey, getOrigin, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY |
JRTemplatePrintEllipse
public JRTemplatePrintEllipse(JRTemplateEllipse ellipse)
- Deprecated. provide a source Id via
JRTemplatePrintEllipse(JRTemplateEllipse, int)
- Creates a print ellipse element.
- Parameters:
ellipse - the template ellipse that the element will use
JRTemplatePrintEllipse
public JRTemplatePrintEllipse(JRTemplateEllipse ellipse,
int sourceElementId)
- Creates a print ellipse element.
- Parameters:
ellipse - the template ellipse that the element will usesourceElementId - the Id of the source element
accept
public <T> void accept(PrintElementVisitor<T> visitor,
T arg)
- Description copied from interface:
JRPrintElement
- Accepts a print element visitor.
The element calls the method that corresponds to the element type on the visitor.
- Specified by:
accept in interface JRPrintElement- Overrides:
accept in class JRTemplatePrintElement
- Type Parameters:
T - the type of the argument passed to the visit operation- Parameters:
visitor - the visitor objectsarg - the argument passed to the visit operation
Copyright © 2012. All Rights Reserved.