Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Extended HexbinLayer API

Compare
Choose a tag to compare
@baldram baldram released this 25 Aug 21:10
· 10 commits to master since this release
a32903e
  • added a new method void setData(T[] data) which is equivalent to withData(T[] data) but makes API more clear in the context of a updating data,
  • updated demo project with fancy random data generator button.