altosuilib: Add setNotify/fireSeriesChanged methods to AltosUIGrapher
authorKeith Packard <keithp@keithp.com>
Fri, 1 Mar 2013 20:28:34 +0000 (12:28 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Mar 2013 20:28:34 +0000 (12:28 -0800)
commit351e4110f519d18bb36747955578e9e5b9aeec7b
treefdb39d5940b6090e29cb3d81c7b79c070e9d8de5
parentd0bd0093a65b73a178da6ddcafcc4dbaa3caca39
altosuilib: Add setNotify/fireSeriesChanged methods to AltosUIGrapher

This will let the data adding functions disable notifications while
adding all of the graph data, and then send a single notification when
the data sets are complete, which speeds up creating of the graph
elements quite a bit.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUIGrapher.java
altosuilib/AltosUIMarker.java