org.apache.fontbox.cff.charset

Class CFFCharset.Entry

public static class CFFCharset.Entry extends Object

This class represents a single name/SID mapping of the charset.
Constructor Summary
protected Entry(int sid, String name)
Create a new instance of Entry with the given values.
Method Summary
StringgetName()
The Name of this entry.
intgetSID()
The SID of this entry.
StringtoString()

Constructor Detail

Entry

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

Parameters: sid the SID name the Name

Method Detail

getName

public String getName()
The Name of this entry.

Returns: the name

getSID

public int getSID()
The SID of this entry.

Returns: the SID

toString

public String toString()
{@inheritDoc }
Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.