public class JRDesignBarPlot extends JRBaseBarPlot implements JRDesignCategoryPlot
JRBaseChartPlot.JRBaseSeriesColorJRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CATEGORY_AXIS_LABEL_COLOR |
static String |
PROPERTY_CATEGORY_AXIS_LABEL_FONT |
static String |
PROPERTY_CATEGORY_AXIS_LINE_COLOR |
static String |
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR |
static String |
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT |
static String |
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK |
static String |
PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS |
static String |
PROPERTY_ITEM_LABEL |
static String |
PROPERTY_VALUE_AXIS_LABEL_COLOR |
static String |
PROPERTY_VALUE_AXIS_LABEL_FONT |
static String |
PROPERTY_VALUE_AXIS_LINE_COLOR |
static String |
PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR |
static String |
PROPERTY_VALUE_AXIS_TICK_LABEL_FONT |
static String |
PROPERTY_VALUE_AXIS_TICK_LABEL_MASK |
static String |
PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS |
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, categoryAxisVerticalTickLabels, domainAxisMaxValueExpression, domainAxisMinValueExpression, itemLabel, PROPERTY_SHOW_LABELS, PROPERTY_SHOW_TICK_LABELS, PROPERTY_SHOW_TICK_MARKS, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, showLabels, showTickLabels, showTickMarks, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask, valueAxisVerticalTickLabelsbackcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColorsPROPERTY_CATEGORY_AXIS_LABEL_EXPRESSION, PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION, PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION, PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION, PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION, PROPERTY_VALUE_AXIS_LABEL_EXPRESSIONPROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION| Constructor and Description |
|---|
JRDesignBarPlot(JRChartPlot plot,
JRChart chart) |
clone, collectExpressions, getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getItemLabel, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getShowLabels, getShowTickLabels, getShowTickMarks, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels, setCategoryAxisTickLabelRotation, setShowLabels, setShowTickLabels, setShowTickMarksaddSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsclonepublic static final String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
public static final String PROPERTY_CATEGORY_AXIS_LABEL_FONT
public static final String PROPERTY_CATEGORY_AXIS_LINE_COLOR
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_VALUE_AXIS_LABEL_COLOR
public static final String PROPERTY_VALUE_AXIS_LABEL_FONT
public static final String PROPERTY_VALUE_AXIS_LINE_COLOR
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_ITEM_LABEL
public JRDesignBarPlot(JRChartPlot plot, JRChart chart)
public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
setCategoryAxisLabelExpression in interface JRDesignCategoryPlotpublic void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
public void setCategoryAxisLabelColor(Color categoryAxisLabelColor)
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
public void setCategoryAxisTickLabelColor(Color categoryAxisTickLabelColor)
public void setCategoryAxisTickLabelMask(String categoryAxisTickLabelMask)
public void setCategoryAxisVerticalTickLabels(Boolean categoryAxisVerticalTickLabels)
public void setCategoryAxisLineColor(Color categoryAxisLineColor)
public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
setValueAxisLabelExpression in interface JRDesignCategoryPlotpublic void setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
setDomainAxisMinValueExpression in interface JRDesignCategoryPlotpublic void setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
setDomainAxisMaxValueExpression in interface JRDesignCategoryPlotpublic void setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
setRangeAxisMinValueExpression in interface JRDesignCategoryPlotpublic void setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
setRangeAxisMaxValueExpression in interface JRDesignCategoryPlotpublic void setValueAxisLabelFont(JRFont valueAxisLabelFont)
public void setValueAxisLabelColor(Color valueAxisLabelColor)
public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
public void setValueAxisTickLabelColor(Color valueAxisTickLabelColor)
public void setValueAxisTickLabelMask(String valueAxisTickLabelMask)
public void setValueAxisVerticalTickLabels(Boolean valueAxisVerticalTickLabels)
public void setValueAxisLineColor(Color valueAxisLineColor)
public void setItemLabel(JRItemLabel itemLabel)
public void setCategoryAxisFormat(JRAxisFormat axisFormat)
setCategoryAxisFormat in interface JRDesignCategoryPlotpublic void setValueAxisFormat(JRAxisFormat axisFormat)
setValueAxisFormat in interface JRDesignCategoryPlotCopyright © 2017. All rights reserved.