Uses of Interface
org.pentaho.reporting.libraries.fonts.encoding.EncodingCore

Packages that use EncodingCore
org.pentaho.reporting.libraries.fonts.encoding   
org.pentaho.reporting.libraries.fonts.encoding.manual   
 

Uses of EncodingCore in org.pentaho.reporting.libraries.fonts.encoding
 

Subinterfaces of EncodingCore in org.pentaho.reporting.libraries.fonts.encoding
 interface ComplexEncoding
          A complex encoding has a non-uniform relationship between the number of characters and the number of bytes generated.
 interface Encoding
          A simple encoding.
 

Classes in org.pentaho.reporting.libraries.fonts.encoding that implement EncodingCore
 class External8BitEncodingCore
          This is an autogenerated file.
 class ExternalEncoding
          Creation-Date: 29.04.2006, 14:49:06
 

Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type EncodingCore
ExternalEncoding(String name, EncodingCore core, org.pentaho.reporting.libraries.resourceloader.Resource resource)
           
 

Uses of EncodingCore in org.pentaho.reporting.libraries.fonts.encoding.manual
 

Classes in org.pentaho.reporting.libraries.fonts.encoding.manual that implement EncodingCore
 class Ascii
          This is a lucky case, as ASCII can be transformed directly.
 class BuiltInJavaEncoding
           
 class Iso8859_1
          This is a lucky case, as ISO-8859-1 can be transformed directly.
 class Utf16LE
          Creation-Date: 20.04.2006, 18:01:39