org.apache.fontbox.cff.charset
Class CFFCharset.Entry

java.lang.Object
  extended by org.apache.fontbox.cff.charset.CFFCharset.Entry
Enclosing class:
CFFCharset

public static class CFFCharset.Entry
extends Object

This class represents a single name/SID mapping of the charset.


Constructor Summary
protected CFFCharset.Entry(int sid, String name)
          Create a new instance of Entry with the given values.
 
Method Summary
 String getName()
          The Name of this entry.
 int getSID()
          The SID of this entry.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CFFCharset.Entry

protected CFFCharset.Entry(int sid,
                           String name)
Create a new instance of Entry with the given values.

Parameters:
sid - the SID
name - the Name
Method Detail

getSID

public int getSID()
The SID of this entry.

Returns:
the SID

getName

public String getName()
The Name of this entry.

Returns:
the name

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.