Home / Development / Documentation / 2.0.44 / PieColorListEntry
TreeGraph 2
 


info.bioinfweb.treegraph.gui.dialogs.elementformats.piecolor
Class PieColorListEntry

java.lang.Object
  extended by info.bioinfweb.treegraph.gui.dialogs.elementformats.piecolor.PieColorListEntry

public class PieColorListEntry
extends Object

Represents an entry in the pie color list of the IconPieChartLabelPanel.

Since:
2.0.43
Author:
Ben Stöver

Field Summary
private  Color color
           
private  String id
           
 
Constructor Summary
PieColorListEntry(String id, Color color)
           
 
Method Summary
 Color getColor()
           
 String getID()
           
 void setColor(Color color)
           
 void setID(String id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private String id

color

private Color color
Constructor Detail

PieColorListEntry

public PieColorListEntry(String id,
                         Color color)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getID

public String getID()

setID

public void setID(String id)

getColor

public Color getColor()

setColor

public void setColor(Color color)