final class CenterCircle extends Circle<VotespaceV>
Circle.RegisterPainter
Modifier and Type | Field and Description |
---|---|
(package private) static float |
CENTER_CIRCLE_RADIUS
The radius of the center circle.
|
Constructor and Description |
---|
CenterCircle(VotespaceV votespaceV)
Constructs a CenterCircle.
|
Modifier and Type | Method and Description |
---|---|
(package private) NodeV |
candidateV()
The current candidate view for all nodes of this circle, or null if there is none.
|
(package private) float |
nodularStandOff()
The radius of clear space surrounding each count node of this circle.
|
void |
setParent(VotespaceV v)
Sets the parent of this view; and if the parent is not null, simultaneously
appends the SVG component of this view to that of the parent.
|
capacity, inCircle, isVisible, level, mosquitoBar, nodeV, outCircle, registerPainter, setCountNodeV, setMosquitoBar, setVisible, svgView, votespaceV
parent
static final float CENTER_CIRCLE_RADIUS
CenterCircle(VotespaceV votespaceV)
NodeV candidateV()
Circle
candidateV
in class Circle<VotespaceV>
float nodularStandOff()
Circle
nodularStandOff
in class Circle<VotespaceV>
public void setParent(VotespaceV v)
SVGParaNest
setParent
in class SVGParaNest<VotespaceV>
SVGWrapper.svgView()