Klasse LinePlot
java.lang.Object
com.inet.report.chart.plot.AbstractPlot
com.inet.report.chart.plot.StandardPlot
com.inet.report.chart.plot.AbstractLinePlot
com.inet.report.chart.plot.LinePlot
- Alle implementierten Schnittstellen:
ChartPlot, Serializable
public class LinePlot
extends com.inet.report.chart.plot.AbstractLinePlot
A general class for plotting data of groups of values. This plot can
use data from any class that implements the
BaseDataset interface.- Seit:
- 8.0
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen AbstractPlot
AbstractPlot.GradientSetting -
Feldübersicht
FelderVon Klasse geerbte Felder StandardPlot
ITEM_LABEL_POSITION_BASE, ITEM_LABEL_POSITION_CENTER, ITEM_LABEL_POSITION_INSIDE_OF_MAX, ITEM_LABEL_POSITION_OUTSIDE_OF_MAX -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetStyle()Returns the style of this chart, ie. the general category this plot belongs to.voidsetCategoryAxis(GroupAxis categoryAxis) Sets the category axis of this plot.voidsetDataAxis(ContinuousNumberAxis dataAxis) Sets the data axis of this plot.voidSets the chart style of this plot.Von Klasse geerbte Methoden com.inet.report.chart.plot.AbstractLinePlot
getDrawOutOfScale, getSubProperties, isDrawConnectedLines, readProperties, setDrawConnectedLines, setDrawOutOfScaleVon Klasse geerbte Methoden StandardPlot
getCategoryAxis, getDataAxis, getDataset, getItemLabelPosition, getReferencedObject, isShowCumulativeValues, refreshAutoTitles, saveSubProperties, setCategoryAxis, setDataAxis, setDataset, setItemLabelPosition, setShowCumulativeValuesVon Klasse geerbte Methoden AbstractPlot
getBackColor, getColorFormula, getColorSequence, getForegroundAlpha, getGradientSetting, getItemLabelColor, getItemLabelFont, getItemLabelFormat, getItemLabelFormatFormula, getItemShape, getOutlineColor, getOutlineStyle, getOutlineWidth, isColorBySeries, isDrawOutline, isSameColorsForSameGroups, isShowLabel, isShowValue, saveProperties, setBackColor, setColorBySeries, setColorFormula, setColorSequence, setDrawOutline, setForegroundAlpha, setGradientSetting, setItemLabelColor, setItemLabelFont, setItemLabelFormat, setItemLabelFormatFormula, setItemShape, setOutlineColor, setOutlineStyle, setOutlineWidth, setSameColorsForSameGroups, setShowLabel, setShowValue
-
Felddetails
-
DEFAULT_STYLE
Default chart style of this plot.
-
-
Konstruktordetails
-
LinePlot
public LinePlot()Creates a line plot with default line style.- Seit:
- 8.0
- Siehe auch:
-
LinePlot
Creates a line plot with defined chart style. Initializes all properties with default values.- Parameter:
style- the chart style (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
-
Methodendetails
-
setCategoryAxis
Sets the category axis of this plot. The category axis shows the values of the first group field.- Parameter:
categoryAxis- the category axis (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
setDataAxis
Sets the data axis of this plot. The data axis shows the summarized values of the data fields.- Parameter:
dataAxis- the data axis (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
getStyle
Returns the style of this chart, ie. the general category this plot belongs to.- Angegeben von:
getStylein Klassecom.inet.report.chart.plot.AbstractLinePlot- Gibt zurück:
- the style
- Siehe auch:
-
setStyle
Sets the chart style of this plot.- Parameter:
style- the style (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-