Interface PaintletManager

    • Method Detail

      • addPaintlet

        void addPaintlet​(Paintlet p)
        Adds the paintlet to the internal list.
        Parameters:
        p - the paintlet to add.
      • removePaintlet

        void removePaintlet​(Paintlet p)
        Removes this paintlet from its internal list.
        Parameters:
        p - the paintlet to remove
      • paintlets

        Iterator<Paintlet> paintlets()
        Returns an iterator over all currently stored paintlets.
        Returns:
        the paintlets