hep.aida
Interface IInfo

All Known Implementing Classes:
Info

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.


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

void clear()
Clear the info area.


addText

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


addLegend

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


addLegend

void addLegend(ILineStyle style,
               String description)

addLegend

void addLegend(IFillStyle style,
               String description)


jHepWork 3.2 © jWork.org