Package us.zuercher.gpx2map.image.netpbm

The package us.zuercher.gpx2map.image.netpbm provides classes that read, write and concenate Netpbm format image.

See:
          Description

Interface Summary
NetpbmImage NetpbmImage represents a Netpbm-compatible image.
NetpbmImageFactory.GzipRetryLogicTarget  
 

Class Summary
AbstractNetpbmImage AbstractNetpbmImage Provides basic operations that apply to all Netpbm format images.
NetpbmImageFactory NetpbmImageFactory is a factory for NetpbmImage objects.
NetpbmImageFactory.ExceptionHolder ExceptionHolder holds an IOException for later throwing.
NetpbmStitcher NetpbmStitcher concatenates NetpbmImage files horizontally and vertically to produce a single larger image.
PamImage PamImage is a read-only representation of a PAM image.
PpmImage PpmImage is a read-only representation of a PPM image.
WritablePpmImage WritablePpmImage is a write-only representation of a PPM image.
 

Exception Summary
UnknownNetpbmFormatException UnknownNetpbmFormatException is thrown when the NetpbmImageFactory cannot determine the format of an image file.
 

Package us.zuercher.gpx2map.image.netpbm Description

The package us.zuercher.gpx2map.image.netpbm provides classes that read, write and concenate Netpbm format image. In practice, only PPM and PAM images are supported.

Author $Author: stephan $
Version $Id: package.html 171 2006-01-14 17:22:52Z stephan $
Copyright Copyright (C) 2005-2005 Stephan Zuercher