source:
branches/HeuristicLab.Hive_Milestone2/sources/HeuristicLab.Visualization/3.2/LabelProvider/ILabelProvider.cs
@
1835
Last change on this file since 1835 was 1385, checked in by gkragl, 16 years ago | |
---|---|
File size: 258 bytes |
Line | |
---|---|
1 | using System.Xml; |
2 | |
3 | namespace HeuristicLab.Visualization.LabelProvider { |
4 | public interface ILabelProvider { |
5 | string GetLabel(double value); |
6 | XmlNode GetLabelProviderXmlNode(); |
7 | ILabelProvider PopulateLabelProviderXmlNode(XmlNode node); |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.