Uses of Class
org.pentaho.reporting.libraries.fonts.truetype.mappings.PlatformIdentifier

Packages that use PlatformIdentifier
org.pentaho.reporting.libraries.fonts.truetype   
org.pentaho.reporting.libraries.fonts.truetype.mappings   
 

Uses of PlatformIdentifier in org.pentaho.reporting.libraries.fonts.truetype
 

Methods in org.pentaho.reporting.libraries.fonts.truetype that return PlatformIdentifier
 PlatformIdentifier NameTable.NameRecord.getPlatformId()
           
 

Methods in org.pentaho.reporting.libraries.fonts.truetype with parameters of type PlatformIdentifier
 String NameTable.getName(int type, PlatformIdentifier platformId, int platformEncoding, int rawLanguage)
           
 

Uses of PlatformIdentifier in org.pentaho.reporting.libraries.fonts.truetype.mappings
 

Subclasses of PlatformIdentifier in org.pentaho.reporting.libraries.fonts.truetype.mappings
 class CustomPlatformIdentifier
          Creation-Date: 07.11.2005, 15:42:07
 class IsoPlatformIdentifier
          Creation-Date: 07.11.2005, 15:27:14
 class MacintoshPlatformIdentifier
          Creation-Date: 07.11.2005, 15:11:56
 class MicrosoftPlatformIdentifier
          Creation-Date: 07.11.2005, 15:29:42
 class UnicodePlatformIdentifier
          Creation-Date: 06.11.2005, 21:44:21
 

Fields in org.pentaho.reporting.libraries.fonts.truetype.mappings declared as PlatformIdentifier
static PlatformIdentifier PlatformIdentifier.ISO
           
static PlatformIdentifier PlatformIdentifier.MACINTOSH
           
static PlatformIdentifier PlatformIdentifier.MICROSOFT
           
static PlatformIdentifier PlatformIdentifier.UNICODE
           
 

Methods in org.pentaho.reporting.libraries.fonts.truetype.mappings that return PlatformIdentifier
static PlatformIdentifier PlatformIdentifier.getIdentifier(int param)