|
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.ChartStyle
com.inet.report.chart.plot.BarStyle
public class BarStyle
This class defines the different styles for the bar chart.
This style belongs to the plot BarPlot.
BAR2D,
BAR2D_PERCENT,
BAR2D_STACKED,
BAR3D,
BAR3D_PERCENT,
BAR3D_STACKED,
Serialized Form| Field Summary | |
|---|---|
static BarStyle |
BAR2D
This is a 2D bar style. |
static BarStyle |
BAR2D_PERCENT
This is a 2D bar style with percent values. |
static BarStyle |
BAR2D_STACKED
This is a 2D bar style with stacked values. |
static BarStyle |
BAR3D
This is a 3D bar style. |
static BarStyle |
BAR3D_PERCENT
This is a 3D bar style with percent values. |
static BarStyle |
BAR3D_STACKED
This is a 3D bar style with stacked values. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style. |
AbstractPlot |
getDefaultPlot()
Creates a new bar plot and initializes the plot with default settings. |
boolean |
isPercentBar()
Returns this is a percent 2D or 3D style. |
boolean |
isSimpleBar()
Returns this is a simple 2D or 3D style. |
boolean |
isStackedBar()
Returns this is a stacked 2D or 3D style. |
| Methods inherited from class com.inet.report.chart.plot.ChartStyle |
|---|
hashCode, toString |
| Field Detail |
|---|
public static final BarStyle BAR2D
public static final BarStyle BAR2D_STACKED
public static final BarStyle BAR2D_PERCENT
public static final BarStyle BAR3D
public static final BarStyle BAR3D_STACKED
public static final BarStyle BAR3D_PERCENT
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ChartStylepublic AbstractPlot getDefaultPlot()
getDefaultPlot in class ChartStyleBarPlot.AbstractPlotpublic java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets in class ChartStylechart - the chart
Chart2public boolean isSimpleBar()
public boolean isStackedBar()
public boolean isPercentBar()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||