Interface IntBuffer2DConsumer

  • All Known Implementing Classes:
    IntBuffer2D

    public interface IntBuffer2DConsumer
    Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow.
    Version:
    1.0, 09/24/99
    • Method Detail

      • addAllOf

        void addAllOf​(IntArrayList x,
                      IntArrayList y)
        Adds all specified (x,y) points to the receiver.
        Parameters:
        x - the x-coordinates of the points to be added.
        y - the y-coordinates of the points to be added.