Package com.jogamp.opengl.util.packrect
Interface RectVisitor
-
public interface RectVisitor
Iteration construct without exposing the internals of the RectanglePacker and without implementing a complex Iterator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(Rect rect)
-
-
-
Method Detail
-
visit
void visit(Rect rect)
-
-