public static class ExperimentExplorerPlotServlet.ColumnKey extends Object implements Comparable<ExperimentExplorerPlotServlet.ColumnKey>
Additionally, this class allows us to map annotations to colors that are used to draw small colored boxes below each column label.
Modifier and Type | Field and Description |
---|---|
private Map<String,Color> |
annotations |
private Comparable |
id |
private String |
title |
Constructor and Description |
---|
ExperimentExplorerPlotServlet.ColumnKey(Comparable id,
String title) |
private final Comparable id
private final String title
public ExperimentExplorerPlotServlet.ColumnKey(Comparable id, String title)
public int compareTo(ExperimentExplorerPlotServlet.ColumnKey o)
compareTo
in interface Comparable<ExperimentExplorerPlotServlet.ColumnKey>