Class DynamicLineSetPainter.BulkLineAccumulator

    • Constructor Detail

      • BulkLineAccumulator

        public BulkLineAccumulator()
    • Method Detail

      • add

        public void add​(Object id,
                        float x1,
                        float y1,
                        float x2,
                        float y2,
                        float[] color)
      • add

        public void add​(Object id,
                        float x1,
                        float y1,
                        float x2,
                        float y2)
      • remove

        public void remove​(Object id)