hep.aida
Interface IInfo
-
- All Known Implementing Classes:
- Info
public interface IInfoThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddLegend(IFillStyle style, java.lang.String description)voidaddLegend(ILineStyle style, java.lang.String description)voidaddLegend(IMarkerStyle style, java.lang.String description)Add a marker, line or fill area legend.voidaddText(java.lang.String text)Add a text.voidclear()Clear the info area.
-
-
-
Method Detail
-
clear
void clear()
Clear the info area.
-
addText
void addText(java.lang.String text)
Add a text. The text is appended to existing info elements.
-
addLegend
void addLegend(IMarkerStyle style, java.lang.String description)
Add a marker, line or fill area legend. The legend is appended to existing elements.
-
addLegend
void addLegend(ILineStyle style, java.lang.String description)
-
addLegend
void addLegend(IFillStyle style, java.lang.String description)
-
-
DMelt 3.0 © DataMelt by jWork.ORG