public class JRFillChart extends JRFillElement implements JRChart
Modifier and Type | Field and Description |
---|---|
protected JRChartCustomizer |
chartCustomizer |
protected ChartHyperlinkProvider |
chartHyperlinkProvider |
protected byte |
chartType |
protected String |
customizerClass |
protected JRFillChartDataset |
dataset |
protected JRGroup |
evaluationGroup |
static String |
EXCEPTION_MESSAGE_KEY_CUSTOMIZER_INSTANCE_ERROR |
static String |
EXCEPTION_MESSAGE_KEY_MULTIAXIS_PLOT_NOT_SUPPORTED |
static String |
EXCEPTION_MESSAGE_KEY_MULTIAXIS_PLOT_TYPES_MIX_NOT_ALLOWED |
protected JRLineBox |
initLineBox |
protected org.jfree.chart.JFreeChart |
jfreeChart |
protected JRFont |
legendFont |
protected JRLineBox |
lineBox |
protected JRChartPlot |
plot |
protected Renderable |
renderer |
protected String |
renderType |
protected JRFont |
subtitleFont |
protected String |
themeName |
protected JRFont |
titleFont |
band, conditionalStylesContainer, currentEvaluation, currentStyle, defaultStyleProvider, delayedEvaluationsMap, dynamicProperties, dynamicTransferProperties, elementGroup, expressionEvaluator, fillContainerContext, filler, initStyle, mergedProperties, originProvider, parent, printElementOriginator, printWhenGroupChanges, propertyExpressions, providerStyle, staticProperties, styleProviders, templates
CHART_TYPE_AREA, CHART_TYPE_BAR, CHART_TYPE_BAR3D, CHART_TYPE_BUBBLE, CHART_TYPE_CANDLESTICK, CHART_TYPE_GANTT, CHART_TYPE_HIGHLOW, CHART_TYPE_LINE, CHART_TYPE_METER, CHART_TYPE_MULTI_AXIS, CHART_TYPE_PIE, CHART_TYPE_PIE3D, CHART_TYPE_SCATTER, CHART_TYPE_STACKEDAREA, CHART_TYPE_STACKEDBAR, CHART_TYPE_STACKEDBAR3D, CHART_TYPE_THERMOMETER, CHART_TYPE_TIMESERIES, CHART_TYPE_XYAREA, CHART_TYPE_XYBAR, CHART_TYPE_XYLINE, PROPERTY_CHART_RENDER_TYPE, PROPERTY_CHART_THEME, RENDER_TYPE_DRAW, RENDER_TYPE_IMAGE, RENDER_TYPE_SVG
NO_BOOKMARK
Modifier | Constructor and Description |
---|---|
protected |
JRFillChart(JRBaseFiller filler,
JRChart chart,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
collectExpressions(JRExpressionCollector collector) |
protected org.jfree.chart.plot.MeterInterval |
convertInterval(JRMeterInterval interval,
byte evaluation)
Converts a JasperReports meter interval to one that JFreeChart understands.
|
protected org.jfree.data.Range |
convertRange(JRDataRange dataRange,
byte evaluation)
Converts a JasperReport data range into one understood by JFreeChart.
|
protected void |
copy(JRPrintImage printImage) |
protected ChartHyperlinkProvider |
createChartHyperlinkProvider() |
JRFillCloneable |
createClone(JRFillCloneFactory factory)
Creates a working clone of itself.
|
protected JRTemplateElement |
createElementTemplate() |
protected void |
createMultiAxisChart(byte evaluation)
Build and configure a multiple axis chart.
|
protected void |
evaluate(byte evaluation) |
protected org.jfree.chart.JFreeChart |
evaluateChart(byte evaluation) |
protected void |
evaluateRenderer(byte evaluation) |
protected void |
evaluateStyle(byte evaluation) |
protected JRPrintElement |
fill() |
protected String |
getAnchorName() |
JRExpression |
getAnchorNameExpression()
Returns an expression whose value represents the anchor name.
|
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor.
|
protected org.jfree.chart.axis.AxisLocation |
getChartAxisLocation(JRFillChartAxis chartAxis) |
byte |
getChartType()
Gets the chart type.
|
String |
getCustomizerClass()
Gets a user specified chart customizer class name.
|
JRChartDataset |
getDataset()
Gets the chart dataset.
|
Color |
getDefaultLineColor() |
JRGroup |
getEvaluationGroup()
Gets the evaluation group for this text field.
|
EvaluationTimeEnum |
getEvaluationTimeValue()
Gets the evaluation time for this text field.
|
protected String |
getHyperlinkAnchor() |
JRExpression |
getHyperlinkAnchorExpression()
Returns the expression whose value represents the anchor.
|
protected Integer |
getHyperlinkPage() |
JRExpression |
getHyperlinkPageExpression()
Returns an integer representing the page index of the link.
|
JRHyperlinkParameter[] |
getHyperlinkParameters()
Returns the list of hyperlink parameters.
|
protected ChartHyperlinkProvider |
getHyperlinkProvider() |
protected String |
getHyperlinkReference() |
JRExpression |
getHyperlinkReferenceExpression()
Returns the expression whose value represents the hyperlink reference.
|
byte |
getHyperlinkTarget()
Retrieves the hyperlink target for the element.
|
protected String |
getHyperlinkTooltip() |
JRExpression |
getHyperlinkTooltipExpression()
Returns the expression which will generate the hyperlink tooltip.
|
byte |
getHyperlinkType()
Deprecated.
Replaced by
getHyperlinkTypeValue() . |
HyperlinkTypeEnum |
getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
JRExpression |
getHyperlinkWhenExpression()
Returns the expression that is evaluated in order to decide if the hyperlink should be displayed.
|
protected JRTemplateImage |
getJRTemplateImage() |
Color |
getLegendBackgroundColor()
Returns the color to use as the background of the legend.
|
Color |
getLegendColor()
Returns the inherited color to use for text in the legend.
|
JRFont |
getLegendFont()
Returns the font to use in the legend.
|
EdgeEnum |
getLegendPositionValue() |
JRLineBox |
getLineBox() |
String |
getLinkTarget()
Returns the hyperlink target name.
|
String |
getLinkType()
Returns the hyperlink type.
|
Locale |
getLocale() |
ModeEnum |
getModeValue()
Returns the element transparency mode.
|
Color |
getOwnLegendBackgroundColor()
Returns the color to use as the background of the legend.
|
Color |
getOwnLegendColor()
Returns the color to use for text in the legend.
|
Color |
getOwnSubtitleColor() |
Color |
getOwnTitleColor() |
JRChartPlot |
getPlot()
Gets the chart plot.
|
protected Renderable |
getRenderable() |
String |
getRenderType() |
Boolean |
getShowLegend() |
Color |
getSubtitleColor() |
JRExpression |
getSubtitleExpression()
Gets the expression whose evaluation will form the subtitle.
|
JRFont |
getSubtitleFont() |
String |
getTheme() |
TimeZone |
getTimeZone() |
Color |
getTitleColor() |
JRExpression |
getTitleExpression()
Gets the expression whose evaluation will form the title.
|
JRFont |
getTitleFont() |
EdgeEnum |
getTitlePositionValue()
Gets the title position relative to the chart.
|
protected boolean |
prepare(int availableHeight,
boolean isOverflow) |
protected void |
resolveElement(JRPrintElement element,
byte evaluation)
Resolves an element.
|
protected void |
rewind() |
void |
setBand(JRFillBand band) |
void |
setDataset(JRFillChartDataset dataset) |
void |
setLegendBackgroundColor(Color legendBackgroundColor)
Sets the color to use for the background of the legend.
|
void |
setLegendColor(Color legendColor)
Sets the color to use for text in the legend.
|
void |
setLegendPosition(EdgeEnum legendPosition) |
void |
setRenderType(String renderType) |
void |
setShowLegend(Boolean isShowLegend) |
void |
setSubtitleColor(Color subtitleColor) |
void |
setTheme(String theme) |
void |
setTitleColor(Color titleColor) |
void |
setTitlePosition(EdgeEnum titlePosition)
Sets the title position relative to the chart.
|
void |
visit(JRVisitor visitor) |
_moveDependantElements, _stretchElement, _stretchElementToHeight, addDependantElement, addDynamicProperty, clone, clone, clone, collectDelayedEvaluations, collectDelayedEvaluations, collectDelayedEvaluations, collectStyleDelayedEvaluations, collectStyleProviderDelayedEvaluations, delayedEvaluate, delayedEvaluationUpdatesTemplate, evaluateExpression, evaluatePrintWhenExpression, evaluateProperties, getBackcolor, getBand, getCollapsedHeightAbove, getCollapsedHeightBelow, getConditionalStylesContainer, getDefaultStyleProvider, getDependantElements, getDynamicProperties, getElementGroup, getElementOrigin, getElementTemplate, getEvaluatedProperties, getField, getFiller, getForecolor, getGroupElements, getHeight, getInitStyle, getKey, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getParent, getParentProperties, getPositionTypeValue, getPrepareHeight, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertiesMap, getPropertyExpressions, getRelativeY, getStretchHeight, getStretchTypeValue, getStyle, getStyleNameReference, getStyleResolver, getTemplate, getUUID, getVariable, getWidth, getX, getY, hasDynamicProperties, hasDynamicProperty, hasProperties, initDelayedEvaluationPrint, initDelayedEvaluations, initStyleProviders, isAlreadyPrinted, isAutoEvaluateNow, isDelayedStyleEvaluation, isEvaluateAuto, isEvaluateNow, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isPrintWhenExpressionNull, isPrintWhenTrue, isRemoveLineWhenBlank, isReprinted, isToPrint, isValueRepeating, moveDependantElements, performDelayedEvaluation, registerTemplate, reset, resolveElement, setAlreadyPrinted, setBackcolor, setCollapsedHeightAbove, setCollapsedHeightBelow, setConditionalStylesContainer, setCurrentEvaluation, setExpressionEvaluator, setForecolor, setHeight, setMode, setOriginProvider, setPositionType, setPrepareHeight, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setPrintWhenExpressionNull, setPrintWhenTrue, setRelativeY, setRemoveLineWhenBlank, setReprinted, setShrinkable, setStretchHeight, setStretchType, setStyle, setStyleNameReference, setToPrint, setValueRepeating, setWidth, setX, setY, stretchElement, stretchElementToContainer, stretchElementToElementGroup, stretchElementToHeight, stretchHeightFinal, transferProperties, transferProperties
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getElementGroup, getKey, getPositionTypeValue, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchTypeValue, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
clone
getBackcolor, getForecolor, getHeight, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode
getDefaultStyleProvider, getStyle, getStyleNameReference
getParentProperties, getPropertiesMap, hasProperties
getUUID
public static final String EXCEPTION_MESSAGE_KEY_CUSTOMIZER_INSTANCE_ERROR
public static final String EXCEPTION_MESSAGE_KEY_MULTIAXIS_PLOT_TYPES_MIX_NOT_ALLOWED
public static final String EXCEPTION_MESSAGE_KEY_MULTIAXIS_PLOT_NOT_SUPPORTED
protected byte chartType
protected JRFont titleFont
protected JRFont subtitleFont
protected JRFont legendFont
protected final JRLineBox initLineBox
protected JRLineBox lineBox
protected JRGroup evaluationGroup
protected JRFillChartDataset dataset
protected JRChartPlot plot
protected Renderable renderer
protected String customizerClass
protected JRChartCustomizer chartCustomizer
protected String renderType
protected String themeName
protected org.jfree.chart.JFreeChart jfreeChart
protected ChartHyperlinkProvider chartHyperlinkProvider
protected JRFillChart(JRBaseFiller filler, JRChart chart, JRFillObjectFactory factory)
public void setBand(JRFillBand band)
setBand
in class JRFillElement
protected void evaluateStyle(byte evaluation) throws JRException
evaluateStyle
in class JRFillElement
JRException
public ModeEnum getModeValue()
JRCommonElement
getModeValue
in interface JRCommonElement
getModeValue
in class JRFillElement
public Boolean getShowLegend()
getShowLegend
in interface JRChart
public void setShowLegend(Boolean isShowLegend)
setShowLegend
in interface JRChart
public String getRenderType()
getRenderType
in interface JRChart
public void setRenderType(String renderType)
setRenderType
in interface JRChart
public EvaluationTimeEnum getEvaluationTimeValue()
JREvaluation
getEvaluationTimeValue
in interface JREvaluation
getEvaluationTimeValue
in class JRFillElement
JRExpression
public JRGroup getEvaluationGroup()
JREvaluation
getEvaluationGroup
in interface JREvaluation
EvaluationTimeEnum.GROUP
public JRLineBox getLineBox()
getLineBox
in interface JRBoxContainer
public JRFont getTitleFont()
getTitleFont
in interface JRChart
public EdgeEnum getTitlePositionValue()
JRChart
getTitlePositionValue
in interface JRChart
public void setTitlePosition(EdgeEnum titlePosition)
JRChart
setTitlePosition
in interface JRChart
public Color getTitleColor()
getTitleColor
in interface JRChart
public Color getOwnTitleColor()
getOwnTitleColor
in interface JRChart
public void setTitleColor(Color titleColor)
setTitleColor
in interface JRChart
public JRFont getSubtitleFont()
getSubtitleFont
in interface JRChart
public Color getOwnSubtitleColor()
getOwnSubtitleColor
in interface JRChart
public Color getSubtitleColor()
getSubtitleColor
in interface JRChart
public void setSubtitleColor(Color subtitleColor)
setSubtitleColor
in interface JRChart
public Color getOwnLegendColor()
getOwnLegendColor
in interface JRChart
public Color getLegendColor()
getLegendColor
in interface JRChart
public void setLegendColor(Color legendColor)
setLegendColor
in interface JRChart
legendColor
- the color to use for text in the legendpublic Color getOwnLegendBackgroundColor()
getOwnLegendBackgroundColor
in interface JRChart
public Color getLegendBackgroundColor()
getLegendBackgroundColor
in interface JRChart
public void setLegendBackgroundColor(Color legendBackgroundColor)
setLegendBackgroundColor
in interface JRChart
legendBackgroundColor
- the color to use for the background of the legendpublic JRFont getLegendFont()
getLegendFont
in interface JRChart
public EdgeEnum getLegendPositionValue()
getLegendPositionValue
in interface JRChart
public void setLegendPosition(EdgeEnum legendPosition)
setLegendPosition
in interface JRChart
public JRExpression getTitleExpression()
JRChart
getTitleExpression
in interface JRChart
public JRExpression getSubtitleExpression()
JRChart
getSubtitleExpression
in interface JRChart
public byte getHyperlinkType()
getHyperlinkTypeValue()
.public HyperlinkTypeEnum getHyperlinkTypeValue()
JRHyperlink
The actual hyperlink type is determined by getLinkType()
.
This method can is used to determine whether the hyperlink type is one of the
built-in types or a custom type.
When hyperlink is of custom type, CUSTOM
is returned.
getHyperlinkTypeValue
in interface JRHyperlink
JRHyperlink.getLinkType()
public byte getHyperlinkTarget()
JRHyperlink
The actual hyperlink target is determined by getLinkTarget()
.
This method can is used to determine whether the hyperlink target is one of the
built-in target names or a custom one.
When hyperlink has a custom target name, HyperlinkTargetEnum.CUSTOM
is returned.
getHyperlinkTarget
in interface JRHyperlink
JRHyperlink.getLinkTarget()
public JRExpression getAnchorNameExpression()
JRAnchor
getAnchorNameExpression
in interface JRAnchor
public JRExpression getHyperlinkReferenceExpression()
JRHyperlink
getHyperlinkReferenceExpression
in interface JRHyperlink
public JRExpression getHyperlinkWhenExpression()
JRHyperlink
getHyperlinkWhenExpression
in interface JRHyperlink
public JRExpression getHyperlinkAnchorExpression()
JRHyperlink
getHyperlinkAnchorExpression
in interface JRHyperlink
public JRExpression getHyperlinkPageExpression()
JRHyperlink
getHyperlinkPageExpression
in interface JRHyperlink
public Locale getLocale()
public TimeZone getTimeZone()
public JRChartDataset getDataset()
JRChart
getDataset
in interface JRChart
public void setDataset(JRFillChartDataset dataset)
public JRChartPlot getPlot()
JRChart
protected Renderable getRenderable()
protected String getAnchorName()
protected String getHyperlinkReference()
protected String getHyperlinkAnchor()
protected Integer getHyperlinkPage()
protected String getHyperlinkTooltip()
public Color getDefaultLineColor()
getDefaultLineColor
in interface JRBoxContainer
protected JRTemplateImage getJRTemplateImage()
protected JRTemplateElement createElementTemplate()
createElementTemplate
in class JRFillElement
protected void rewind()
rewind
in class JRFillElement
protected void evaluate(byte evaluation) throws JRException
evaluate
in class JRFillElement
JRException
protected void evaluateRenderer(byte evaluation) throws JRException
JRException
protected ChartHyperlinkProvider getHyperlinkProvider()
protected org.jfree.chart.JFreeChart evaluateChart(byte evaluation) throws JRException
JRException
protected boolean prepare(int availableHeight, boolean isOverflow)
prepare
in class JRFillElement
protected JRPrintElement fill()
fill
in class JRFillElement
protected void copy(JRPrintImage printImage)
public byte getChartType()
JRChart
getChartType
in interface JRChart
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRElement
public void visit(JRVisitor visitor)
visit
in interface JRVisitable
protected ChartHyperlinkProvider createChartHyperlinkProvider()
protected void createMultiAxisChart(byte evaluation) throws JRException
evaluation
- current expression evaluation phaseJRException
protected org.jfree.data.Range convertRange(JRDataRange dataRange, byte evaluation) throws JRException
dataRange
- the JasperReport version of the rangeevaluation
- current expression evaluation phaseJRException
- thrown when the low value of the range is greater than the
high valueprotected org.jfree.chart.plot.MeterInterval convertInterval(JRMeterInterval interval, byte evaluation) throws JRException
interval
- the JasperReports definition of an intervalevaluation
- current evaluation timeJRException
- thrown when the interval contains an invalid rangeprotected org.jfree.chart.axis.AxisLocation getChartAxisLocation(JRFillChartAxis chartAxis)
protected void resolveElement(JRPrintElement element, byte evaluation) throws JRException
JRFillElement
resolveElement
in class JRFillElement
element
- the elementevaluation
- the evaluation typeJRException
public int getBookmarkLevel()
JRAnchor
getBookmarkLevel
in interface JRAnchor
NO_BOOKMARK
if no bookmark should be created for this anchorpublic String getCustomizerClass()
JRChart
getCustomizerClass
in interface JRChart
JRChartCustomizer
public JRFillCloneable createClone(JRFillCloneFactory factory)
JRFillCloneable
createClone
in interface JRFillCloneable
factory
- the clone factory to use while creating the clonepublic JRHyperlinkParameter[] getHyperlinkParameters()
JRHyperlink
The parameters can be used by custom hyperlink types to generate dynamic links.
getHyperlinkParameters
in interface JRHyperlink
public String getLinkType()
JRHyperlink
The type can be one of the built-in types (Reference, LocalAnchor, LocalPage, RemoteAnchor, RemotePage), or can be an arbitrary type.
getLinkType
in interface JRHyperlink
public String getLinkTarget()
JRHyperlink
The type can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
getLinkTarget
in interface JRHyperlink
public JRExpression getHyperlinkTooltipExpression()
JRHyperlink
getHyperlinkTooltipExpression
in interface JRHyperlink
Copyright © 2017. All rights reserved.