|
|
|
@ -262,7 +262,7 @@ public class plasmaGrafics {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private static void drawNetworkPicturePeer(ymageMatrix img, int x, int y, int innerradius, int outerradius, yacySeed seed, String colorDot, String colorLine, String colorText, boolean corona) {
|
|
|
|
|
String name = seed.getName().toUpperCase() + ":" + seed.hash /*+ ":" + (((double) ((int) (100 * (((double) yacySeed.dhtPosition(seed.hash)) / ((double) yacySeed.maxDHTDistance))))) / 100.0)*/;
|
|
|
|
|
String name = seed.getName().toUpperCase() /*+ ":" + seed.hash + ":" + (((double) ((int) (100 * (((double) yacySeed.dhtPosition(seed.hash)) / ((double) yacySeed.maxDHTDistance))))) / 100.0)*/;
|
|
|
|
|
if (name.length() < shortestName) shortestName = name.length();
|
|
|
|
|
if (name.length() > longestName) longestName = name.length();
|
|
|
|
|
int angle = (int) (360 * seed.dhtPosition());
|
|
|
|
|