com.openpcl.pclrenderimage.softfont
Class PriBitmapCharacter

java.lang.Object
  extended by com.openpcl.pclrenderimage.softfont.PriBitmapCharacter

public class PriBitmapCharacter
extends Object

Version:
1.0
Author:
BrainCoders.com

Field Summary
protected  int code
           
protected  int dataClass
           
protected  int deltaX
           
protected  int height
           
protected  int leftOffset
           
protected  int orientation
           
static int PLAIN_DATA
           
protected  byte[] rasterData
           
static int RL_COMPRESSED_DATA
           
protected  int topOffset
           
protected  int width
           
 
Constructor Summary
PriBitmapCharacter(int code, int orientation, int leftOffset, int topOffset, int width, int height, int deltaX, byte[] rasterData, int dataClass)
           
 
Method Summary
 void addRasterData(byte[] b)
           
 int getCode()
           
 int getDataClass()
           
 int getDeltaX()
           
 int getHeight()
           
 int getLeftOffset()
           
 int getOrientation()
           
 byte[] getRasterData()
           
 int getTopOffset()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAIN_DATA

public static final int PLAIN_DATA
See Also:
Constant Field Values

RL_COMPRESSED_DATA

public static final int RL_COMPRESSED_DATA
See Also:
Constant Field Values

code

protected int code

orientation

protected int orientation

leftOffset

protected int leftOffset

topOffset

protected int topOffset

width

protected int width

height

protected int height

deltaX

protected int deltaX

dataClass

protected int dataClass

rasterData

protected byte[] rasterData
Constructor Detail

PriBitmapCharacter

public PriBitmapCharacter(int code,
                          int orientation,
                          int leftOffset,
                          int topOffset,
                          int width,
                          int height,
                          int deltaX,
                          byte[] rasterData,
                          int dataClass)
Method Detail

getCode

public int getCode()

getOrientation

public int getOrientation()

getLeftOffset

public int getLeftOffset()

getTopOffset

public int getTopOffset()

getWidth

public int getWidth()

getHeight

public int getHeight()

getDeltaX

public int getDeltaX()

getRasterData

public byte[] getRasterData()

addRasterData

public void addRasterData(byte[] b)

getDataClass

public int getDataClass()


OpenPCL http://www.openpcl.com