com.moneydance.awt
Class ThermometerGraph.Segment

java.lang.Object
  extended by com.moneydance.awt.ThermometerGraph.Segment
Enclosing class:
ThermometerGraph

public class ThermometerGraph.Segment
extends java.lang.Object


Constructor Summary
ThermometerGraph.Segment(java.lang.String label, double portion, java.awt.Color color)
           
 
Method Summary
 java.awt.Color getColor()
           
 java.lang.String getLabel()
           
 double portion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThermometerGraph.Segment

public ThermometerGraph.Segment(java.lang.String label,
                                double portion,
                                java.awt.Color color)
Method Detail

getColor

public java.awt.Color getColor()

getLabel

public java.lang.String getLabel()

portion

public double portion()