Package | Description |
---|---|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CenterNodeV
A view of a central candidate's count node.
|
(package private) class |
VoterNodeV
A view of a voter's count node.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract NodeV |
Circle.candidateV()
The current candidate view for all nodes of this circle, or null if there is none.
|
(package private) NodeV |
VoterCircle.candidateV() |
(package private) NodeV |
CenterCircle.candidateV() |
(package private) NodeV |
Circle.nodeV(int offset)
Returns the node view at the specified dart sector offset.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Circle.setCountNodeV(NodeV v,
int offset)
Sets a node view.
|