FreeHEP API
Version 3.0

hep.aida
Interface IInfo


public interface IInfo

The info class permits to access the info area of a region. Through it legends, statistics, text could be displayed. A legend is an association of a graphical marker and a text.

Author:
The AIDA team (http://aida.freehep.org/)

Method Summary
 void addLegend(IFillStyle style, String description)
           
 void addLegend(ILineStyle style, String description)
           
 void addLegend(IMarkerStyle style, String description)
          Add a marker, line or fill area legend.
 void addText(String text)
          Add a text.
 void clear()
          Clear the info area.
 

Method Detail

clear

public void clear()
Clear the info area.


addText

public void addText(String text)
Add a text. The text is appended to existing info elements.


addLegend

public void addLegend(IMarkerStyle style,
                      String description)
Add a marker, line or fill area legend. The legend is appended to existing elements.


addLegend

public void addLegend(ILineStyle style,
                      String description)

addLegend

public void addLegend(IFillStyle style,
                      String description)

FreeHEP API
Version 3.0

Copyright © 2000-2002 AIDA Team, All Rights Reserved.