Class CodePointBuffer
java.lang.Object
org.pentaho.reporting.libraries.fonts.encoding.CodePointBuffer
- All Implemented Interfaces:
 Serializable
Creation-Date: 20.04.2006, 16:46:50
- Author:
 - Thomas Morgner
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CodePointBuffer
public CodePointBuffer(int[] data)  - 
CodePointBuffer
public CodePointBuffer(int length)  
 - 
 - 
Method Details
- 
getBuffer
public int[] getBuffer(int[] buffer)  - 
getBuffer
public int[] getBuffer() - 
getData
public int[] getData() - 
setData
public void setData(int[] data, int length, int offset)  - 
getLength
public int getLength() - 
getOffset
public int getOffset() - 
getCursor
public int getCursor() - 
ensureSize
public void ensureSize(int length)  - 
setCursor
public void setCursor(int cursor)  
 -