com.objectwave.uiWidget
Class GraphItem

java.lang.Object
  |
  +--com.objectwave.uiWidget.GraphItem

public class GraphItem
extends java.lang.Object


Constructor Summary
GraphItem(java.lang.Object object, int value, java.awt.Color color)
           
GraphItem(java.lang.String title, int value, java.awt.Color color)
           
 
Method Summary
 java.awt.Rectangle getBounds()
           
 java.awt.Color getColor()
           
 int getIndex()
           
 java.lang.Object getObject()
           
 java.lang.String getTitle()
           
 int getValue()
           
 void setBounds(java.awt.Rectangle b)
           
 
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.Object object,
                 int value,
                 java.awt.Color color)

GraphItem

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

getBounds

public java.awt.Rectangle getBounds()

getColor

public java.awt.Color getColor()

getIndex

public int getIndex()

getObject

public java.lang.Object getObject()

getTitle

public java.lang.String getTitle()

getValue

public int getValue()

setBounds

public void setBounds(java.awt.Rectangle b)