Class BitmapPacker.SkylineStrategy

java.lang.Object
org.oscim.utils.BitmapPacker.SkylineStrategy
All Implemented Interfaces:
BitmapPacker.PackStrategy
Enclosing class:
BitmapPacker

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