Class GraphItem


  • public class GraphItem
    extends java.lang.Object
    Holds data for a point on a graph
    • Constructor Summary

      Constructors 
      Constructor Description
      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)