Class PixmapPacker.GuillotineStrategy

java.lang.Object
arc.graphics.g2d.PixmapPacker.GuillotineStrategy
All Implemented Interfaces:
PixmapPacker.PackStrategy
Enclosing class:
PixmapPacker

public static class PixmapPacker.GuillotineStrategy extends Object implements PixmapPacker.PackStrategy
Does bin packing by inserting to the right or below previously packed rectangles. This is good at packing arbitrarily sized images.