public class LegendItem extends Object implements Comparable<LegendItem>
| Constructor and Description |
|---|
LegendItem(String name,
long count,
String fq) |
public void setRGB(int colour)
public String getName()
public long getCount()
public String getFq()
public void setColour(int colour)
public int getColour()
public int getRed()
public int getBlue()
public int getGreen()
public int compareTo(LegendItem o)
compareTo in interface Comparable<LegendItem>o - Copyright © 2014. All rights reserved.