Class BarChart

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Part, Chart

    public class BarChart
    extends AbstractChart
    Implementierung eines Balken-Diagramms.
    • Constructor Detail

      • BarChart

        public BarChart()
    • 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 interface de.willuhn.jameica.gui.Part
        Overrides:
        paint in class AbstractChart
        Throws:
        java.rmi.RemoteException
        See Also:
        Part.paint(org.eclipse.swt.widgets.Composite)