Uses of Interface
com.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
-
Packages that use PixmapPacker.PackStrategy Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of PixmapPacker.PackStrategy in com.badlogic.gdx.graphics.g2d
Classes in com.badlogic.gdx.graphics.g2d that implement PixmapPacker.PackStrategy Modifier and Type Class Description static classPixmapPacker.GuillotineStrategyDoes bin packing by inserting to the right or below previously packed rectangles.static classPixmapPacker.SkylineStrategyDoes bin packing by inserting in rows.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type PixmapPacker.PackStrategy Constructor Description PixmapPacker(int pageWidth, int pageHeight, Pixmap.Format pageFormat, int padding, boolean duplicateBorder, boolean stripWhitespaceX, boolean stripWhitespaceY, PixmapPacker.PackStrategy packStrategy)Creates a new PixmapPacker which will insert all supplied pixmaps into one or morepageWidthbypageHeightpixmaps using the specified strategy.PixmapPacker(int pageWidth, int pageHeight, Pixmap.Format pageFormat, int padding, boolean duplicateBorder, PixmapPacker.PackStrategy packStrategy)
-