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. 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 DotHistogram { /** Default Constructor **/ public DotHistogram() { } protected ClassList cl; protected SegmentList sl; protected String gd; }