Uses of Class
bookExamples.ch27BusinessGraphics.charts.DoubleDataBean

Packages that use DoubleDataBean
bookExamples.ch27BusinessGraphics.charts   
 

Uses of DoubleDataBean in bookExamples.ch27BusinessGraphics.charts
 

Constructors in bookExamples.ch27BusinessGraphics.charts with parameters of type DoubleDataBean
BarGraph(DoubleDataBean _dd)
          Constructor used if only height and width should be set, using defaults for all global variables.
LineGraph(DoubleDataBean _dd)
          Default constructor, used to instantiate an instance of LineGraph by the testing class
PieGraph(DoubleDataBean _dd)
          Constructor used to set the data, labels and title only
Ticks(DoubleDataBean _dd, java.awt.Dimension d)