Class BarChart
java.lang.Object
de.willuhn.jameica.hbci.gui.chart.AbstractChart
de.willuhn.jameica.hbci.gui.chart.BarChart
- All Implemented Interfaces:
de.willuhn.jameica.gui.Part
,Chart
Implementierung eines Balken-Diagramms.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.willuhn.jameica.hbci.gui.chart.AbstractChart
addData, addFeature, getChart, getTitle, removeAllData, removeData, removeFeature, setChart, setTitle
-
Constructor Details
-
BarChart
public BarChart()
-
-
Method Details
-
redraw
Description copied from interface:Chart
Zeichnet das Chart neu. Ist eigentlich nur noetig, wenn sich die Daten tatsaechlich geaendert haben.- Throws:
RemoteException
- See Also:
-
paint
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- Overrides:
paint
in classAbstractChart
- Throws:
RemoteException
- See Also:
-
Part.paint(org.eclipse.swt.widgets.Composite)
-