org.jfree.report.util
Class EncodingSupport

java.lang.Object
  extended byorg.jfree.report.util.EncodingSupport

public final class EncodingSupport
extends java.lang.Object

A global registry for all supported encodings.

Author:
Thomas Morgner.

Method Summary
static boolean isSupportedEncoding(java.lang.String encoding)
          Returns true if the encoding is valid, and false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSupportedEncoding

public static boolean isSupportedEncoding(java.lang.String encoding)
Returns true if the encoding is valid, and false otherwise.

Parameters:
encoding - the encoding (name).
Returns:
A boolean.