|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvsp.Item
public class Item
Object for storing histogram items
Field Summary | |
---|---|
private int |
count
|
private long |
marks
|
private double |
value
|
Constructor Summary | |
---|---|
Item(int count,
long marks,
double value)
Create one histogram column |
Method Summary | |
---|---|
int |
getCount()
Get number count |
long |
getMarks()
Number of mark to print |
double |
getValue()
Get approximate value of number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int count
private long marks
private double value
Constructor Detail |
---|
public Item(int count, long marks, double value)
count
- number countmarks
- number of mark to printvalue
- approximate value of numberMethod Detail |
---|
public int getCount()
public long getMarks()
public double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |