org.jimageanalyst
Class JImageAnalystFactory

java.lang.Object
  extended by org.jimageanalyst.JImageAnalystFactory

public final class JImageAnalystFactory
extends java.lang.Object

Factory class for an easy way to obtain preconfigured JImageAnalyst instances.

Version:
$LastChangedRevision: 2 $
Author:
Oliver J. Siegmar

Method Summary
static JImageAnalyst getDefaultInstance()
          Returns a JImageAnalyst instance with all format analyzers registered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultInstance

public static JImageAnalyst getDefaultInstance()
Returns a JImageAnalyst instance with all format analyzers registered. The instance will return the same instance over and over again (singleton). To avoid memory leaks when several class loaders are used, this instance will be stored using a WeakReference.

Returns:
a JImageAnalyst instance with all format analyzers registered


Copyright © 2006-2007. All Rights Reserved.