blob: 049e66b53617c2c27b4c904a2771e6e37de50fe9 [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>
This package contains the default interfaces for defining and using a <code>RenderedImage</code>.
The concept of a RenderedImage is to encapsulate the image format from the clients.
It also allows for dynamic rendering of the image format based on the current resolution of the
device or scale factor. Vector formats can then be taken advantage of since this can provide more
or less detail depending on the target resolution.
<p></p>
@canBeSeenBy %partners
</body>
</html>