Class DynamicLineSetPainter.BulkLineAccumulator
- java.lang.Object
-
- com.metsci.glimpse.core.painter.shape.DynamicLineSetPainter.BulkLineAccumulator
-
- Enclosing class:
- DynamicLineSetPainter
public static class DynamicLineSetPainter.BulkLineAccumulator extends Object
-
-
Constructor Summary
Constructors Constructor Description BulkLineAccumulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Object id, float x1, float y1, float x2, float y2)voidadd(Object id, float x1, float y1, float x2, float y2, float[] color)voidremove(Object id)
-