| Constructor and Description | 
|---|
| MapFont.CharacterSprite(int width,
                       int height,
                       boolean[] data) | 
public MapFont.CharacterSprite(int width,
                       int height,
                       boolean[] data)
public boolean get(int row,
          int col)
row - The row, in the range [0,8).col - The column, in the range [0,8).public int getWidth()
public int getHeight()
Copyright © 2015. All rights reserved.