Interface RectVisitor


  • public interface RectVisitor
    Iteration construct without exposing the internals of the RectanglePacker and without implementing a complex Iterator.
    • Method Detail

      • visit

        void visit​(Rect rect)