update20130718

This commit is contained in:
stubbfel
2013-07-18 21:19:08 +02:00
parent f1dc9a54c8
commit 2bc4a3e89a
4 changed files with 67 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ class Cluster {
private $clusterId;
public $clusterSize;
public $peerClusterRatioNorm;
private $bgColor = "white";
public $bgColor = "white";
private $range = 0.20;
public function __construct($clusterArray = array(), $clusterId) {