org.pentaho.reporting.libraries.fonts.encoding

Interface Encoding

public interface Encoding extends EncodingCore

A simple encoding. This encoding transforms characters into bytes in a uniform way. Each character results in exactly the same number of bytes.

Author: Thomas Morgner

Method Summary
StringgetName()
StringgetName(Locale locale)

Method Detail

getName

public String getName()

getName

public String getName(Locale locale)