public class DynamicPointPainterExample extends Object implements GlimpseLayoutProvider
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.
Constructor and Description |
---|
DynamicPointPainterExample() |
Modifier and Type | Method and Description |
---|---|
SimplePlot2D |
getLayout() |
static void |
main(String[] args) |
public SimplePlot2D getLayout()
getLayout
in interface GlimpseLayoutProvider
Copyright © 2016 Metron, Inc.. All rights reserved.