cc.mallet.classify.evaluate
Class GraphItem

java.lang.Object
  extended by cc.mallet.classify.evaluate.GraphItem

public class GraphItem
extends java.lang.Object

Holds data for a point on a graph


Constructor Summary
GraphItem(java.lang.String title, int value, java.awt.Color color)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphItem

public GraphItem(java.lang.String title,
                 int value,
                 java.awt.Color color)