Interface RectVisitor


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

    Modifier and Type
    Method
    Description
    void
    visit(Rect rect)
     
  • Method Details

    • visit

      void visit(Rect rect)