Class DynamicPointPainterExample
- java.lang.Object
-
- com.metsci.glimpse.core.examples.scatterplot.DynamicPointPainterExample
-
public class DynamicPointPainterExample extends Object
Demonstrates use of DynamicPointSetPainter. This painter is useful when painting large sets of points which can change dynamically and must be individually colored.
TrackPainter is another option for painting large numbers of points, but it can only efficiently draw large groups of points with a single color. ShadedPointPainter allows even more control over the coloring of points (via a shader) but does not allow easy dynamic addition and removal of points.
- Author:
- ulman
-
-
Constructor Summary
Constructors Constructor Description DynamicPointPainterExample()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-