public class JRRecordedValuesGenericPrintElement extends JRTemplateGenericPrintElement implements JRRecordedValuesPrintElement
templateUNSET_SOURCE_ELEMENT_ID| Constructor and Description |
|---|
JRRecordedValuesGenericPrintElement(JRTemplateGenericElement template)
Deprecated.
provide a source Id via
JRRecordedValuesGenericPrintElement(JRTemplateGenericElement, int) |
JRRecordedValuesGenericPrintElement(JRTemplateGenericElement template,
int sourceElementId)
Creates a generic print element.
|
JRRecordedValuesGenericPrintElement(JRTemplateGenericElement template,
int sourceElementId,
int parameterCount)
Creates a generic print element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRecordedValues()
Releases the recorded values set.
|
JRRecordedValues |
getRecordedValues()
Returns the recorded values set.
|
void |
initRecordedValues(Set<JREvaluationTime> evaluationTimes)
Initializes the recorded values set.
|
accept, getGenericType, getParameterNames, getParameterValue, hasParameter, setParameterValuegetBackcolor, getDefaultLineColor, 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, setUUID, setWidth, setX, setY, updateElementTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getHeight, getKey, getOrigin, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setUUID, setWidth, setX, setYgetBackcolor, getForecolor, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, setBackcolor, setForecolor, setModegetDefaultStyleProvider, getStyle, getStyleNameReferencegetParentProperties, getPropertiesMap, hasPropertiesgetUUIDpublic JRRecordedValuesGenericPrintElement(JRTemplateGenericElement template)
JRRecordedValuesGenericPrintElement(JRTemplateGenericElement, int)template - the element template to be used by the elementpublic JRRecordedValuesGenericPrintElement(JRTemplateGenericElement template, int sourceElementId)
template - the element template to be used by the elementsourceElementId - the Id of the source elementpublic JRRecordedValuesGenericPrintElement(JRTemplateGenericElement template, int sourceElementId, int parameterCount)
template - the element template to be used by the elementsourceElementId - the Id of the source elementparameterCount - the number of parameters that the element will havepublic JRRecordedValues getRecordedValues()
JRRecordedValuesPrintElementgetRecordedValues in interface JRRecordedValuesPrintElementpublic void deleteRecordedValues()
JRRecordedValuesPrintElementdeleteRecordedValues in interface JRRecordedValuesPrintElementpublic void initRecordedValues(Set<JREvaluationTime> evaluationTimes)
JRRecordedValuesPrintElementinitRecordedValues in interface JRRecordedValuesPrintElementevaluationTimes - future times when the values will be recordedCopyright © 2012. All Rights Reserved.