public class JRDesignLinePlot extends JRBaseLinePlot implements JRDesignCategoryPlot
JRBaseChartPlot.JRBaseSeriesColorJRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CATEGORY_AXIS_LABEL_COLOR |
static java.lang.String |
PROPERTY_CATEGORY_AXIS_LABEL_FONT |
static java.lang.String |
PROPERTY_CATEGORY_AXIS_LINE_COLOR |
static java.lang.String |
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR |
static java.lang.String |
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT |
static java.lang.String |
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK |
static java.lang.String |
PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS |
static java.lang.String |
PROPERTY_VALUE_AXIS_LABEL_COLOR |
static java.lang.String |
PROPERTY_VALUE_AXIS_LABEL_FONT |
static java.lang.String |
PROPERTY_VALUE_AXIS_LINE_COLOR |
static java.lang.String |
PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR |
static java.lang.String |
PROPERTY_VALUE_AXIS_TICK_LABEL_FONT |
static java.lang.String |
PROPERTY_VALUE_AXIS_TICK_LABEL_MASK |
static java.lang.String |
PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS |
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, categoryAxisVerticalTickLabels, domainAxisMaxValueExpression, domainAxisMinValueExpression, PROPERTY_SHOW_LINES, PROPERTY_SHOW_SHAPES, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, 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 |
|---|
JRDesignLinePlot(JRChartPlot plot,
JRChart chart) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCategoryAxisFormat(JRAxisFormat axisFormat) |
void |
setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor) |
void |
setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression) |
void |
setCategoryAxisLabelFont(JRFont categoryAxisLabelFont) |
void |
setCategoryAxisLineColor(java.awt.Color categoryAxisLineColor) |
void |
setCategoryAxisTickLabelColor(java.awt.Color categoryAxisTickLabelColor) |
void |
setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont) |
void |
setCategoryAxisTickLabelMask(java.lang.String categoryAxisTickLabelMask) |
void |
setCategoryAxisVerticalTickLabels(java.lang.Boolean categoryAxisVerticalTickLabels) |
void |
setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression) |
void |
setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression) |
void |
setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression) |
void |
setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression) |
void |
setValueAxisFormat(JRAxisFormat axisFormat) |
void |
setValueAxisLabelColor(java.awt.Color valueAxisLabelColor) |
void |
setValueAxisLabelExpression(JRExpression valueAxisLabelExpression) |
void |
setValueAxisLabelFont(JRFont valueAxisLabelFont) |
void |
setValueAxisLineColor(java.awt.Color valueAxisLineColor) |
void |
setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor) |
void |
setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont) |
void |
setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask) |
void |
setValueAxisVerticalTickLabels(java.lang.Boolean valueAxisVerticalTickLabels) |
clone, collectExpressions, getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getShowLines, getShowShapes, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels, setCategoryAxisTickLabelRotation, setShowLines, setShowShapesaddSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, 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 java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
public static final java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_FONT
public static final java.lang.String PROPERTY_CATEGORY_AXIS_LINE_COLOR
public static final java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
public static final java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
public static final java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
public static final java.lang.String PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
public static final java.lang.String PROPERTY_VALUE_AXIS_LABEL_COLOR
public static final java.lang.String PROPERTY_VALUE_AXIS_LABEL_FONT
public static final java.lang.String PROPERTY_VALUE_AXIS_LINE_COLOR
public static final java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
public static final java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
public static final java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
public static final java.lang.String PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
public JRDesignLinePlot(JRChartPlot plot, JRChart chart)
public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
setCategoryAxisLabelExpression in interface JRDesignCategoryPlotpublic void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
public void setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor)
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
public void setCategoryAxisTickLabelColor(java.awt.Color categoryAxisTickLabelColor)
public void setCategoryAxisTickLabelMask(java.lang.String categoryAxisTickLabelMask)
public void setCategoryAxisVerticalTickLabels(java.lang.Boolean categoryAxisVerticalTickLabels)
public void setCategoryAxisLineColor(java.awt.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(java.awt.Color valueAxisLabelColor)
public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
public void setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor)
public void setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask)
public void setValueAxisVerticalTickLabels(java.lang.Boolean valueAxisVerticalTickLabels)
public void setValueAxisLineColor(java.awt.Color valueAxisLineColor)
public void setCategoryAxisFormat(JRAxisFormat axisFormat)
setCategoryAxisFormat in interface JRDesignCategoryPlotpublic void setValueAxisFormat(JRAxisFormat axisFormat)
setValueAxisFormat in interface JRDesignCategoryPlot© 2001-2010 Jaspersoft Corporation www.jaspersoft.com