}
if (showBootstrap)
{
- if (showDistances)
- {
- nodeLabel = nodeLabel + " : ";
+ int btstrap = node.getBootstrap();
+ if (btstrap>-1)
+ {
+ if (showDistances)
+ {
+ nodeLabel = nodeLabel + " : ";
+ }
+ nodeLabel = nodeLabel + String.valueOf(node.getBootstrap());
}
- nodeLabel = nodeLabel + String.valueOf(node.getBootstrap());
}
if (!nodeLabel.equals(""))
{
if (showBootstrap)
{
- if (showDistances)
- {
- nodeLabel = nodeLabel + " : ";
+ int btstrap = node.getBootstrap();
+ if (btstrap>-1)
+ {
+ if (showDistances)
+ {
+ nodeLabel = nodeLabel + " : ";
+ }
+ nodeLabel = nodeLabel + String.valueOf(node.getBootstrap());
}
-
- nodeLabel = nodeLabel + String.valueOf(node.bootstrap);
}
if (!nodeLabel.equals(""))