Class BitmapPacker.GuillotineStrategy

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

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