|
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
public abstract class ChartStyle
A general class for all chart styles.
BarStyle,
LineStyle,
AreaStyle,
Chart3DStyle,
PieStyle,
MultiplePieStyle,
PolarStyle,
StockStyle,
XYStyle,
GanttStyle,
ContinuousBarStyle,
ContinuousLineStyle,
ContinuousAreaStyle,
Serialized Form| Constructor Summary | |
|---|---|
protected |
ChartStyle(java.lang.String name)
Set the name with this method. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
abstract java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style. |
abstract AbstractPlot |
getDefaultPlot()
Creates a default plot properly for this chart style. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Constructor Detail |
|---|
protected ChartStyle(java.lang.String name)
name - of the chart style.,| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic abstract AbstractPlot getDefaultPlot()
AbstractPlotpublic abstract java.util.List getAllowedDatasets(Chart2 chart)
chart - the chart
Chart2
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||