org.pentaho.reporting.libraries.fonts.truetype
Class NameTable.NameRecord

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.truetype.NameTable.NameRecord
Enclosing class:
NameTable

public static class NameTable.NameRecord
extends java.lang.Object


Constructor Summary
NameTable.NameRecord(byte[] data, int recordOffset, int stringOffset)
           
 
Method Summary
 int getLanguageId()
           
 java.lang.String getName()
           
 int getNameId()
           
 int getPlatformEncodingId()
           
 PlatformIdentifier getPlatformId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameTable.NameRecord

public NameTable.NameRecord(byte[] data,
                            int recordOffset,
                            int stringOffset)
                     throws EncodingException
Throws:
EncodingException
Method Detail

getPlatformId

public PlatformIdentifier getPlatformId()

getPlatformEncodingId

public int getPlatformEncodingId()

getLanguageId

public int getLanguageId()

getNameId

public int getNameId()

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object