public class JRTemplatePrintEllipse extends JRTemplatePrintGraphicElement implements JRPrintEllipse
JRPrintEllipse that uses
a JRTemplateEllipse instance to
store common attributes.EXCEPTION_MESSAGE_KEY_TEMPLATE_NOT_FOUND, templateUNSET_PRINT_ELEMENT_ID, UNSET_SOURCE_ELEMENT_ID| Constructor and Description |
|---|
JRTemplatePrintEllipse() |
JRTemplatePrintEllipse(JRTemplateEllipse ellipse)
Deprecated.
provide a source Id via
JRTemplatePrintEllipse(JRTemplateEllipse, int) |
JRTemplatePrintEllipse(JRTemplateEllipse ellipse,
int sourceElementId)
Deprecated.
|
JRTemplatePrintEllipse(JRTemplateEllipse ellipse,
PrintElementOriginator originator)
Creates a print ellipse element.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(PrintElementVisitor<T> visitor,
T arg)
Accepts a print element visitor.
|
getDefaultLineColor, getDefaultLineWidth, getFillValue, getLinePen, getOwnFillValue, setFillgetBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getParentProperties, getPrintElementId, getPropertiesMap, getSourceElementId, getStyle, getStyleNameReference, getTemplate, getUUID, getWidth, getX, getY, hasProperties, readVirtualized, setBackcolor, setForecolor, setHeight, setMode, setSourceElementId, setStyle, setTemplate, setUUID, setWidth, setX, setY, updateElementTemplate, writeVirtualizedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetFillgetHeight, getKey, getOrigin, getPrintElementId, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setUUID, setWidth, setX, setYgetParentProperties, getPropertiesMap, hasPropertiesgetUUIDgetFillValue, getLinePen, getOwnFillValuegetBackcolor, getForecolor, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, setBackcolor, setForecolor, setModegetDefaultLineColor, getDefaultLineWidthgetDefaultStyleProvider, getStyle, getStyleNameReferencepublic JRTemplatePrintEllipse()
public JRTemplatePrintEllipse(JRTemplateEllipse ellipse)
JRTemplatePrintEllipse(JRTemplateEllipse, int)ellipse - the template ellipse that the element will usepublic JRTemplatePrintEllipse(JRTemplateEllipse ellipse, int sourceElementId)
JRTemplatePrintEllipse(JRTemplateEllipse, PrintElementOriginator)ellipse - the template ellipse that the element will usesourceElementId - the Id of the source elementpublic JRTemplatePrintEllipse(JRTemplateEllipse ellipse, PrintElementOriginator originator)
ellipse - the template ellipse that the element will useoriginator - public <T> void accept(PrintElementVisitor<T> visitor, T arg)
JRPrintElementThe element calls the method that corresponds to the element type on the visitor.
accept in interface JRPrintElementaccept in class JRTemplatePrintElementT - the type of the argument passed to the visit operationvisitor - the visitor objectsarg - the argument passed to the visit operationCopyright © 2017. All rights reserved.