org.pentaho.reporting.libraries.fonts.encoding
Class CodePointBuffer
java.lang.Object
org.pentaho.reporting.libraries.fonts.encoding.CodePointBuffer
- All Implemented Interfaces:
- java.io.Serializable
public class CodePointBuffer
- extends java.lang.Object
- implements java.io.Serializable
Creation-Date: 20.04.2006, 16:46:50
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodePointBuffer
public CodePointBuffer(int[] data)
CodePointBuffer
public CodePointBuffer(int length)
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)