Package idare.imagenode.Properties
Class LabelGenerator
- java.lang.Object
-
- idare.imagenode.Properties.LabelGenerator
-
public class LabelGenerator extends Object
A Class to produce continuous labels in an alphanumeric fashion. (i.e. A, B, C, ... AA,AB,AC...)- Author:
- Thomas Pfau
-
-
Constructor Summary
Constructors Constructor Description LabelGenerator()
-
-
-
Method Detail
-
getLabel
public String getLabel()
Get the next label- Returns:
- the next label.
-
-