Java com.badlogic.gdx.graphics.g2d PixmapPacker fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g2d PixmapPacker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g2d PixmapPacker.

The text is from its open source code.

Constructor

PixmapPacker(int width, int height, Format format, int padding, boolean duplicateBorder)

Creates a new ImagePacker which will insert all supplied images into a width by height image.

Method

voiddispose()
Disposes all resources, including Pixmap instances for the pages created so far.
intgetPageHeight()
ArraygetPages()
intgetPageWidth()