public abstract class AbstractXAxisDisplayer extends AbstractChartDisplayer
Modifier and Type | Field and Description |
---|---|
protected int |
labelAngleXAxis
The display angle for the X-axis labels.
|
protected boolean |
showLinesArea
Display area below lines
|
axisInteger, backgroundColor, color, domainConfig, domainProperty, graphicAlign, height, INTERVALS_SORT_CRITERIA_LABEL, INTERVALS_SORT_CRITERIA_VALUE, INTERVALS_SORT_ORDER_ASC, INTERVALS_SORT_ORDER_DESC, INTERVALS_SORT_ORDER_NONE, intervalsSortCriteria, intervalsSortOrder, legendAnchor, marginBottom, marginLeft, marginRight, marginTop, rangeConfig, rangeProperty, rangeScalarFunction, showLabelsXAxis, showLegend, showTitle, title, type, UNIT_VALUE_TAG, unitI18nMap, width
dataDisplayerRenderer, dataDisplayerType, dataProvider
Constructor and Description |
---|
AbstractXAxisDisplayer() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(DataDisplayer sourceDisplayer) |
int |
getLabelAngleXAxis() |
boolean |
isShowLinesArea() |
void |
setLabelAngleXAxis(int labelAngleXAxis) |
void |
setShowLinesArea(boolean showLinesArea) |
buildXYDataSet, getBackgroundColor, getColor, getDomainConfiguration, getDomainPropertiesAvailable, getDomainProperty, getGraphicAlign, getHeight, getIntervalsSortCriteria, getIntervalsSortOrder, getLegendAnchor, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getRangeConfiguration, getRangePropertiesAvailable, getRangeProperty, getRangeScalarFunction, getTitle, getType, getUnit, getUnitI18nMap, getWidth, hasDataSetChanged, isAxisInteger, isShowLabelsXAxis, isShowLegend, isShowTitle, setAxisInteger, setBackgroundColor, setColor, setDataProvider, setDomainConfiguration, setDomainProperty, setGraphicAlign, setHeight, setIntervalsSortCriteria, setIntervalsSortOrder, setLegendAnchor, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setRangeConfiguration, setRangeProperty, setRangeScalarFunction, setShowLabelsXAxis, setShowLegend, setShowTitle, setTitle, setType, setUnit, setUnitI18nMap, setWidth
getDataDisplayerRenderer, getDataDisplayerType, getDataProvider, setDataDisplayerRenderer, setDataDisplayerType, setDefaultSettings
protected int labelAngleXAxis
protected boolean showLinesArea
public int getLabelAngleXAxis()
public void setLabelAngleXAxis(int labelAngleXAxis)
public boolean isShowLinesArea()
public void setShowLinesArea(boolean showLinesArea)
public void copyFrom(DataDisplayer sourceDisplayer)
copyFrom
in interface DataDisplayer
copyFrom
in class AbstractChartDisplayer
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.