package grader.Main; import java.util.Collection; /** * * A classList is a list that holds class objects that store the * information of gradebooks. Segment is a list of segments that are in a histogram or pie chart. * * @author * @version * **/ public class BarHistogram { /** Default Constructor **/ public BarHistogram() { } protected ClassList cl; protected SegmentList sl; protected String gd; }