Creates a new Monitor object.paramvalue The value. this.value = new Point(value);
this.value = new Point(value);
Getter for value.returnReturns the value. return new Point(value);
return new Point(value);