|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgrader.PieChart.PieChart
public class PieChart
Generic JavaDoc for PieChart
| Field Summary | |
|---|---|
protected java.util.Collection<PieSector> |
piesector
|
| Constructor Summary | |
|---|---|
PieChart()
Default Constructor |
|
| Method Summary | |
|---|---|
protected PieChart |
createPieChart(GradeScale gradescale)
Creates the piechart from gradescale when the gradescale functionality is first called |
protected GradeScale |
modifyPieChart(Class gs,
GradeScale newclass)
Modifies the displayed piechart, histogram, gradetable and the gradescale given the modified piechart. |
protected Class |
savePieChart(Class gs,
GradeScale newclass)
Saves the modified gradescale given the modified piechart. |
protected int |
sumOfPercentageInSector(PieChart piechart,
int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Collection<PieSector> piesector
| Constructor Detail |
|---|
public PieChart()
| Method Detail |
|---|
protected PieChart createPieChart(GradeScale gradescale)
protected GradeScale modifyPieChart(Class gs,
GradeScale newclass)
protected Class savePieChart(Class gs,
GradeScale newclass)
protected int sumOfPercentageInSector(PieChart piechart,
int index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||