| Modifier and Type | Class | Description |
|---|---|---|
class |
ChartDataUmsatzTyp.Entry |
Hilfsklasse, weil wir nur Absolut-Werte wollen.
|
| Constructor | Description |
|---|---|
ChartDataUmsatzTyp(int typ) |
|
ChartDataUmsatzTyp(int typ,
int days) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List |
getData() |
Liefert die zu zeichnende Datenreihe.
|
java.lang.String |
getDataAttribute() |
Liefert den Namen des Attributs, welches fuer die Werte
verwendet werden soll.
|
java.lang.String |
getLabel() |
Liefert das Label der Datenreihe.
|
java.lang.String |
getLabelAttribute() |
Liefert den Namen des Attributs fuer die Beschriftung.
|
public ChartDataUmsatzTyp(int typ)
typ - Art der Umsaetze.UmsatzTyp.TYP_AUSGABE,
UmsatzTyp.TYP_EGAL,
ct.public ChartDataUmsatzTyp(int typ,
int days)
typ - Art der Umsaetze.days - Anzahl der Tage.
ct.UmsatzTyp.TYP_AUSGABE,
UmsatzTyp.TYP_EGAL,
UmsatzTyp.TYP_EINNAHMEpublic java.util.List getData()
throws java.rmi.RemoteException
ChartDatagetData in interface ChartDatajava.rmi.RemoteExceptionChartData.getData()public java.lang.String getLabel()
throws java.rmi.RemoteException
ChartDatagetLabel in interface ChartDatajava.rmi.RemoteExceptionChartData.getLabel()public java.lang.String getDataAttribute()
throws java.rmi.RemoteException
ChartDatagetDataAttribute in interface ChartDatajava.rmi.RemoteExceptionChartData.getDataAttribute()public java.lang.String getLabelAttribute()
throws java.rmi.RemoteException
ChartDatagetLabelAttribute in interface ChartDatajava.rmi.RemoteExceptionChartData.getLabelAttribute()