|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.plot.AbstractPlot
com.inet.report.chart.plot.StandardPlot
com.inet.report.chart.plot.AbstractLinePlot
com.inet.report.chart.plot.LinePlot
public class LinePlot
A general class for plotting data of groups of values. This plot can
use data from any class that implements the BaseDataset interface.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.inet.report.chart.plot.AbstractPlot |
|---|
AbstractPlot.GradientSetting |
| Field Summary | |
|---|---|
static LineStyle |
DEFAULT_STYLE
Default chart style of this plot. |
| Fields inherited from class com.inet.report.chart.plot.StandardPlot |
|---|
ITEM_LABEL_POSITION_BASE, ITEM_LABEL_POSITION_CENTER, ITEM_LABEL_POSITION_INSIDE_OF_MAX, ITEM_LABEL_POSITION_OUTSIDE_OF_MAX |
| Fields inherited from class com.inet.report.chart.plot.AbstractPlot |
|---|
DEFAULT_COLOR_SEQUENCE, DEFAULT_FOREGROUND_ALPHA, DEFAULT_ITEM_LABEL_COLOR, DEFAULT_ITEM_LABEL_FONT, DEFAULT_OUTLINE_COLOR, DEFAULT_OUTLINE_STYLE, DEFAULT_OUTLINE_WIDTH, TOKEN_PLOT |
| Constructor Summary | |
|---|---|
LinePlot()
Creates a line plot with default line style. |
|
LinePlot(LineStyle style)
Creates a line plot with defined chart style. |
|
| Method Summary | |
|---|---|
ChartStyle |
getStyle()
Returns the style of this chart, ie. the general category this plot belongs to. |
void |
setCategoryAxis(GroupAxis categoryAxis)
Sets the category axis of this plot. |
void |
setDataAxis(ContinuousNumberAxis dataAxis)
Sets the data axis of this plot. |
void |
setStyle(LineStyle style)
Sets the chart style of this plot. |
| Methods inherited from class com.inet.report.chart.plot.StandardPlot |
|---|
getCategoryAxis, getDataAxis, getDataset, getItemLabelPosition, getSubProperties, isShowCumulativeValues, readProperties, refreshAutoTitles, saveSubProperties, setCategoryAxis, setDataAxis, setDataset, setItemLabelPosition, setShowCumulativeValues |
| Field Detail |
|---|
public static final LineStyle DEFAULT_STYLE
| Constructor Detail |
|---|
public LinePlot()
DEFAULT_STYLEpublic LinePlot(LineStyle style)
style - the chart style (null not permitted)LineStyle| Method Detail |
|---|
public void setCategoryAxis(GroupAxis categoryAxis)
categoryAxis - the category axis (null not permitted)StandardPlot.getCategoryAxis(),
GroupAxispublic void setDataAxis(ContinuousNumberAxis dataAxis)
dataAxis - the data axis (null not permitted)StandardPlot.getDataAxis(),
ContinuousNumberAxispublic ChartStyle getStyle()
getStyle in class com.inet.report.chart.plot.AbstractLinePlotBarStyle.BAR2D,
LineStyle.LINE_MARKER,
AreaStyle.AREA2D_STACKEDpublic void setStyle(LineStyle style)
style - the style (null not permitted)getStyle(),
LineStyle
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||