Package | Description |
---|---|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CenterCircle
A circular view of base candidate nodes, to be situated at the center of votespace.
|
(package private) class |
VoterCircle
A semi-circular, fan-out view of voter nodes, ordered clockwise by dart sector.
|
Modifier and Type | Method and Description |
---|---|
(package private) Circle<?> |
Circle.inCircle()
The circle at the next level inward, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeV.setParent(Circle<?> circle) |
Constructor and Description |
---|
Circle(Circle<?> _inCircle,
int _level,
VotespaceV _votespaceV)
Constructs a Circle.
|
VoterCircle(Circle<?> _inCircle,
int _level,
VotespaceV vV)
Constructs a VoterCircle.
|
VoterNodeV(VotespaceV vV,
int dartSector,
Circle<?> parent)
Constructs a VoterNodeV.
|