hep.aida.ref.plotter
Class Info

java.lang.Object
  extended by hep.aida.ref.plotter.Info
All Implemented Interfaces:
IInfo

public class Info
extends Object
implements IInfo


Constructor Summary
Info()
           
 
Method Summary
 void addLegend(IFillStyle iFillStyle, String str)
           
 void addLegend(ILineStyle iLineStyle, String str)
           
 void addLegend(IMarkerStyle iMarkerStyle, String str)
          Add a marker, line or fill area legend.
 void addText(String str)
          Add a text.
 void clear()
          Clear the info area.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info()
Method Detail

addLegend

public void addLegend(IMarkerStyle iMarkerStyle,
                      String str)
Description copied from interface: IInfo
Add a marker, line or fill area legend. The legend is appended to existing elements.

Specified by:
addLegend in interface IInfo

addLegend

public void addLegend(ILineStyle iLineStyle,
                      String str)
Specified by:
addLegend in interface IInfo

addLegend

public void addLegend(IFillStyle iFillStyle,
                      String str)
Specified by:
addLegend in interface IInfo

addText

public void addText(String str)
Description copied from interface: IInfo
Add a text. The text is appended to existing info elements.

Specified by:
addText in interface IInfo

clear

public void clear()
Description copied from interface: IInfo
Clear the info area.

Specified by:
clear in interface IInfo


jHepWork 3.2 © jWork.org