blob: a3e92ede258cc12d94d7da833baaf8bf3dd48cd1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2004, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
Contains the factory class and supporting classes. The factory class may have dependencies into all the
different supported files formats hence it is separated into it's own package namespace. The factory class should
be the central location where specific variants of the <code>RenderedImage</code> implementors are created. This
allows clients to make generic calls to the factory with a file buffer and have it return a valid instance or not.
Clients therefore don't have to assume any knowledge of a specific image file type.
<p></p>
@canBeSeenBy %partners
</body>
</html>