com.openpcl.pclrenderimage.softfont
Class PriBitmapCharacter
java.lang.Object
com.openpcl.pclrenderimage.softfont.PriBitmapCharacter
public class PriBitmapCharacter
- extends Object
- Version:
- 1.0
- Author:
- BrainCoders.com
Constructor Summary |
PriBitmapCharacter(int code,
int orientation,
int leftOffset,
int topOffset,
int width,
int height,
int deltaX,
byte[] rasterData,
int dataClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PriBitmapCharacter
public PriBitmapCharacter(int code,
int orientation,
int leftOffset,
int topOffset,
int width,
int height,
int deltaX,
byte[] rasterData,
int dataClass)
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