Uses of Interface
org.pentaho.reporting.libraries.fonts.encoding.Encoding
-
Packages that use Encoding Package Description org.pentaho.reporting.libraries.fonts.encoding org.pentaho.reporting.libraries.fonts.encoding.manual -
-
Uses of Encoding in org.pentaho.reporting.libraries.fonts.encoding
Subinterfaces of Encoding in org.pentaho.reporting.libraries.fonts.encoding Modifier and Type Interface Description interfaceComplexEncodingA complex encoding has a non-uniform relationship between the number of characters and the number of bytes generated.Classes in org.pentaho.reporting.libraries.fonts.encoding that implement Encoding Modifier and Type Class Description classExternalEncodingCreation-Date: 29.04.2006, 14:49:06Methods in org.pentaho.reporting.libraries.fonts.encoding that return Encoding Modifier and Type Method Description EncodingEncodingRegistry. getEncoding(String name)Constructors in org.pentaho.reporting.libraries.fonts.encoding with parameters of type Encoding Constructor Description EncodedOutputStreamWriter(OutputStream outputStream, Encoding encoding, EncodingErrorType errorType) -
Uses of Encoding in org.pentaho.reporting.libraries.fonts.encoding.manual
Classes in org.pentaho.reporting.libraries.fonts.encoding.manual that implement Encoding Modifier and Type Class Description classAsciiThis is a lucky case, as ASCII can be transformed directly.classBuiltInJavaEncodingclassIso8859_1This is a lucky case, as ISO-8859-1 can be transformed directly.classUtf16LE
-