openslide-java icon indicating copy to clipboard operation
openslide-java copied to clipboard

Clean up paintRegion methods

Open bgilbert opened this issue 9 years ago • 3 comments

There are three methods, consisting of the low-level read_region wrapper plus two additional layers of wrappers. Their names and parameter lists aren't particularly clear/consistent. The low-level method, at least, should probably be called readRegion* rather than paintRegion* for consistency with OpenSlide and OpenSlide Python.

Clean up this part of the API.

bgilbert avatar Jan 16 '16 01:01 bgilbert

Where is it best to discuss the Java API? Here? Through the mailing list?

CamNZ avatar Apr 02 '18 01:04 CamNZ

The mailing list is probably better for user-visible API changes.

bgilbert avatar Apr 09 '18 06:04 bgilbert

I don’t understand the meaning of each parameter of paintRegion!Can someone explain?

linruicheng1997 avatar Oct 13 '21 09:10 linruicheng1997