com.badlogic.gdx.graphics.g2d
Class PixmapPacker.ManagedPixmapTextureData

java.lang.Object
  extended by com.badlogic.gdx.graphics.glutils.PixmapTextureData
      extended by com.badlogic.gdx.graphics.g2d.PixmapPacker.ManagedPixmapTextureData
All Implemented Interfaces:
TextureData
Enclosing class:
PixmapPacker

public class PixmapPacker.ManagedPixmapTextureData
extends PixmapTextureData


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.badlogic.gdx.graphics.TextureData
TextureData.TextureDataType
 
Constructor Summary
PixmapPacker.ManagedPixmapTextureData(Pixmap pixmap, Pixmap.Format format, boolean useMipMaps)
           
 
Method Summary
 boolean isManaged()
           
 
Methods inherited from class com.badlogic.gdx.graphics.glutils.PixmapTextureData
consumeCompressedData, consumePixmap, disposePixmap, getFormat, getHeight, getType, getWidth, isPrepared, prepare, useMipMaps
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixmapPacker.ManagedPixmapTextureData

public PixmapPacker.ManagedPixmapTextureData(Pixmap pixmap,
                                             Pixmap.Format format,
                                             boolean useMipMaps)
Method Detail

isManaged

public boolean isManaged()
Specified by:
isManaged in interface TextureData
Overrides:
isManaged in class PixmapTextureData
Returns:
whether this implementation can cope with a EGL context loss.


Copyright © 2013. All Rights Reserved.