naterich2 / surfaceplotter

Automatically exported from code.google.com/p/surfaceplotter
0 stars 0 forks source link

ProgressiveSurfaceModel increasing the definition #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The maximumDefinition of ProgressiveSurfaceModel seems to be limited to 6.

Because this variable is defined with default visibility (package-private) and 
there is no setter, it is not possible to increase its value from outside.

Is it possible to provide a setter for it?

PS: Thanks for a great Project.

Original issue reported on code.google.com by harshad...@gmail.com on 9 Sep 2011 at 6:29

GoogleCodeExporter commented 9 years ago
ok

Original comment by e...@ericaro.net on 9 Oct 2011 at 3:42

GoogleCodeExporter commented 9 years ago
I've provided getter and setters for this attribute. But it is a bit dangerous 
to change the value after initialization.

Original comment by e...@ericaro.net on 9 Oct 2011 at 3:48