Package com.moneydance.awt
Class ThermometerGraph.Segment
java.lang.Object
com.moneydance.awt.ThermometerGraph.Segment
- Enclosing class:
- ThermometerGraph
public class ThermometerGraph.Segment
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Segment(java.lang.String label, double portion, java.awt.Color color)
Construct a graph segment with the given label, proportion and colorSegment(java.lang.String label, double portion, java.awt.Color color, java.lang.Object target)
Construct a graph segment with the given label, proportion, color and target -
Method Summary
-
Constructor Details
-
Segment
public Segment(java.lang.String label, double portion, java.awt.Color color)Construct a graph segment with the given label, proportion and color -
Segment
public Segment(java.lang.String label, double portion, java.awt.Color color, java.lang.Object target)Construct a graph segment with the given label, proportion, color and target
-
-
Method Details