Class PixmapPacker.SkylineStrategy

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

public static class PixmapPacker.SkylineStrategy extends Object implements PixmapPacker.PackStrategy
Does bin packing by inserting in rows. This is good at packing images that have similar heights.