Class BitmapPacker

java.lang.Object
org.oscim.utils.BitmapPacker

public class BitmapPacker extends Object
  • Constructor Details

    • BitmapPacker

      public BitmapPacker(int atlasWidth, int atlasHeight, int padding, boolean flipY)
    • BitmapPacker

      public BitmapPacker(int atlasWidth, int atlasHeight, int padding, BitmapPacker.PackStrategy packStrategy, boolean flipY)
  • Method Details