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