libgdx API

com.badlogic.gdx.graphics.g2d.stbtt
Class StbTrueTypeFont.Bitmap

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.stbtt.StbTrueTypeFont.Bitmap
All Implemented Interfaces:
Disposable
Enclosing class:
StbTrueTypeFont

public static class StbTrueTypeFont.Bitmap
extends java.lang.Object
implements Disposable


Field Summary
 StbTrueTypeFont.Box box
           
 Pixmap pixmap
           
 
Constructor Summary
StbTrueTypeFont.Bitmap(Pixmap pixmap, StbTrueTypeFont.Box box)
           
 
Method Summary
 void dispose()
          Releases all resources of this object.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pixmap

public final Pixmap pixmap

box

public final StbTrueTypeFont.Box box
Constructor Detail

StbTrueTypeFont.Bitmap

public StbTrueTypeFont.Bitmap(Pixmap pixmap,
                              StbTrueTypeFont.Box box)
Method Detail

dispose

public void dispose()
Description copied from interface: Disposable
Releases all resources of this object.

Specified by:
dispose in interface Disposable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)