Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab7efd4a18da4edb4d0e9c5b361f418ddd9696aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <title>Package-level Javadoc</title>
</head>
<body>
SWT internal image loading/saving support classes.
<h2>
Package Specification</h2>
This package contains the classes used by SWT to load and save images
in the various formats we support, including GIF, JPEG, PNG, BMP, and ICO.
<p>
Applications should not need to reference the classes in this package
directly.
</p>
</body>
</html>

Back to the top