|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.utils.Distribution
public class Distribution
Stores a set of chips, their values and offsets.
Field Summary | |
---|---|
java.util.Vector<ChipOffSet> |
chips
|
Constructor Summary | |
---|---|
Distribution()
|
Method Summary | |
---|---|
void |
add(int offx,
int offy,
int val)
Adds a chip to the set. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector<ChipOffSet> chips
Constructor Detail |
---|
public Distribution()
Method Detail |
---|
public void add(int offx, int offy, int val)
offx
- Offset on x-axis.offy
- Offset on y-axis.val
- Value of the chip.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |