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
public class BarChart extends AbstractChart
Implementierung eines Balken-Diagramms.
-
-
Constructor Summary
Constructors Constructor Description BarChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(org.eclipse.swt.widgets.Composite parent)
void
redraw()
Zeichnet das Chart neu.-
Methods inherited from class de.willuhn.jameica.hbci.gui.chart.AbstractChart
addData, getChart, getTitle, removeAllData, removeData, setChart, setTitle
-
-
-
-
Method Detail
-
redraw
public void redraw() throws java.rmi.RemoteException
Description copied from interface:Chart
Zeichnet das Chart neu. Ist eigentlich nur noetig, wenn sich die Daten tatsaechlich geaendert haben.- Throws:
java.rmi.RemoteException
- See Also:
Chart.redraw()
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent) throws java.rmi.RemoteException
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- Overrides:
paint
in classAbstractChart
- Throws:
java.rmi.RemoteException
- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
-