public interface JRChart extends JRElement, JREvaluation, JRAnchor, JRHyperlink, JRBoxContainer
Modifier and Type | Field and Description |
---|---|
static byte |
CHART_TYPE_AREA |
static byte |
CHART_TYPE_BAR |
static byte |
CHART_TYPE_BAR3D |
static byte |
CHART_TYPE_BUBBLE |
static byte |
CHART_TYPE_CANDLESTICK |
static byte |
CHART_TYPE_GANTT |
static byte |
CHART_TYPE_HIGHLOW |
static byte |
CHART_TYPE_LINE |
static byte |
CHART_TYPE_METER |
static byte |
CHART_TYPE_MULTI_AXIS |
static byte |
CHART_TYPE_PIE |
static byte |
CHART_TYPE_PIE3D |
static byte |
CHART_TYPE_SCATTER |
static byte |
CHART_TYPE_STACKEDAREA |
static byte |
CHART_TYPE_STACKEDBAR |
static byte |
CHART_TYPE_STACKEDBAR3D |
static byte |
CHART_TYPE_THERMOMETER |
static byte |
CHART_TYPE_TIMESERIES |
static byte |
CHART_TYPE_XYAREA |
static byte |
CHART_TYPE_XYBAR |
static byte |
CHART_TYPE_XYLINE |
static String |
PROPERTY_CHART_RENDER_TYPE
Specifies the type of chart rendering.
|
static String |
PROPERTY_CHART_THEME
Property used to specify the chart theme name.
|
static String |
RENDER_TYPE_DRAW
rendering type
|
static String |
RENDER_TYPE_IMAGE |
static String |
RENDER_TYPE_SVG |
NO_BOOKMARK
clone, collectExpressions, getElementGroup, getKey, getPositionTypeValue, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchTypeValue, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
visit
clone
getBackcolor, getForecolor, getHeight, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode
getDefaultStyleProvider, getStyle, getStyleNameReference
getParentProperties, getPropertiesMap, hasProperties
getUUID
getEvaluationGroup, getEvaluationTimeValue
getAnchorNameExpression, getBookmarkLevel
getHyperlinkAnchorExpression, getHyperlinkPageExpression, getHyperlinkParameters, getHyperlinkReferenceExpression, getHyperlinkTarget, getHyperlinkTooltipExpression, getHyperlinkTypeValue, getHyperlinkWhenExpression, getLinkTarget, getLinkType
getDefaultLineColor, getLineBox
static final String PROPERTY_CHART_RENDER_TYPE
draw
, image
and svg
.
If the rendering type is draw
a vector image is constructed, using the JFreeChart
dedicated APIs.
For type image, a PNG encoded image will be generated, while for type svg, an SVG snippet will be generated.
Defaults to draw
.
static final String PROPERTY_CHART_THEME
static final byte CHART_TYPE_AREA
static final byte CHART_TYPE_BAR3D
static final byte CHART_TYPE_BAR
static final byte CHART_TYPE_BUBBLE
static final byte CHART_TYPE_CANDLESTICK
static final byte CHART_TYPE_HIGHLOW
static final byte CHART_TYPE_LINE
static final byte CHART_TYPE_PIE3D
static final byte CHART_TYPE_PIE
static final byte CHART_TYPE_SCATTER
static final byte CHART_TYPE_STACKEDBAR3D
static final byte CHART_TYPE_STACKEDBAR
static final byte CHART_TYPE_XYAREA
static final byte CHART_TYPE_XYBAR
static final byte CHART_TYPE_XYLINE
static final byte CHART_TYPE_TIMESERIES
static final byte CHART_TYPE_METER
static final byte CHART_TYPE_THERMOMETER
static final byte CHART_TYPE_MULTI_AXIS
static final byte CHART_TYPE_STACKEDAREA
static final byte CHART_TYPE_GANTT
static final String RENDER_TYPE_DRAW
static final String RENDER_TYPE_IMAGE
static final String RENDER_TYPE_SVG
Boolean getShowLegend()
void setShowLegend(Boolean isShowLegend)
JRExpression getTitleExpression()
JRFont getTitleFont()
EdgeEnum getTitlePositionValue()
void setTitlePosition(EdgeEnum titlePosition)
Color getTitleColor()
Color getOwnTitleColor()
void setTitleColor(Color titleColor)
JRExpression getSubtitleExpression()
JRFont getSubtitleFont()
Color getSubtitleColor()
Color getOwnSubtitleColor()
void setSubtitleColor(Color subtitleColor)
Color getLegendColor()
Color getOwnLegendColor()
void setLegendColor(Color legendColor)
Color getOwnLegendBackgroundColor()
Color getLegendBackgroundColor()
void setLegendBackgroundColor(Color legendBackgroundColor)
JRFont getLegendFont()
EdgeEnum getLegendPositionValue()
void setLegendPosition(EdgeEnum legendPosition)
JRChartDataset getDataset()
JRChartPlot getPlot()
byte getChartType()
String getCustomizerClass()
JRChartCustomizer
String getRenderType()
void setRenderType(String renderType)
String getTheme()
void setTheme(String theme)
Copyright © 2017. All rights reserved.