jACOB 2.7 API Documentation.

de.tif.jacob.screen.event
Class ILineChartEventHandler

java.lang.Object
  extended by EventHandler
      extended by de.tif.jacob.screen.event.GuiEventHandler
          extended by de.tif.jacob.screen.event.IGroupMemberEventHandler
              extended by de.tif.jacob.screen.event.IChartEventHandler
                  extended by de.tif.jacob.screen.event.ILineChartEventHandler

public abstract class ILineChartEventHandler
extends IChartEventHandler

Abstract event handler class for line charts. Derived implementations of this event handler class have to be used to "hook" application-specific business logic to line charts.


Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Constructor Summary
ILineChartEventHandler()
           
 
Method Summary
 
Methods inherited from class de.tif.jacob.screen.event.IChartEventHandler
getColors, getDataElements, getLegendLabels, getTitle, getXAxisLabels, getXAxisTitle, getYAxisTitle
 
Methods inherited from class de.tif.jacob.screen.event.IGroupMemberEventHandler
onGroupStatusChanged, onHide, onShow
 
Methods inherited from class de.tif.jacob.screen.event.GuiEventHandler
alert, alert, alert
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

ILineChartEventHandler

public ILineChartEventHandler()

jACOB 2.7 API Documentation.