Class DChart

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.kopi.galite.visual.base.UComponent, org.kopi.galite.visual.chart.UChart, org.kopi.galite.visual.FileProductionListener, org.kopi.galite.visual.ModelCloseListener, org.kopi.galite.visual.ProgressDialogListener, org.kopi.galite.visual.UWindow, org.kopi.galite.visual.VActionListener, org.kopi.galite.visual.WaitDialogListener, org.kopi.galite.visual.WaitInfoListener

public class DChart extends DWindow implements org.kopi.galite.visual.chart.UChart
See Also:
  • Constructor Details

    • DChart

      public DChart(org.kopi.galite.visual.VWindow model)
      Creates a new chart view from its model.
      Parameters:
      model - The chart model.
  • Method Details

    • refresh

      public void refresh()
      Specified by:
      refresh in interface org.kopi.galite.visual.chart.UChart
    • setType

      public void setType(org.kopi.galite.visual.chart.UChartType type)
      Specified by:
      setType in interface org.kopi.galite.visual.chart.UChart
    • typeChanged

      public void typeChanged()
      Specified by:
      typeChanged in interface org.kopi.galite.visual.chart.UChart
    • run

      public void run() throws org.kopi.galite.visual.VException
      Description copied from class: DWindow
      starts the window
      Specified by:
      run in interface org.kopi.galite.visual.UWindow
      Specified by:
      run in class DWindow
      Throws:
      org.kopi.galite.visual.VException - an exception may be raised by triggers
    • run

      public void run(boolean visible) throws org.kopi.galite.visual.VException
      start a block and enter in the good field (rec)
      Throws:
      org.kopi.galite.visual.VException - may be raised by triggers
    • getType

      public org.kopi.galite.visual.chart.UChartType getType()
      Specified by:
      getType in interface org.kopi.galite.visual.chart.UChart