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 Details

    • BarChart

      public BarChart()
  • Method Details

    • redraw

      public void redraw() throws RemoteException
      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

      public void paint(org.eclipse.swt.widgets.Composite parent) throws RemoteException
      Specified by:
      paint in interface de.willuhn.jameica.gui.Part
      Overrides:
      paint in class AbstractChart
      Throws:
      RemoteException
      See Also:
      • Part.paint(org.eclipse.swt.widgets.Composite)