us.zuercher.gpx2map.image.netpbm
Interface NetpbmImage

All Superinterfaces:
Image
All Known Implementing Classes:
AbstractNetpbmImage, PamImage, PpmImage

public interface NetpbmImage
extends Image

NetpbmImage represents a Netpbm-compatible image.

Author:
Stephan Zuercher

Method Summary
 int getMaxVal()
          Returns the image's maximum pixel color value.
 
Methods inherited from interface us.zuercher.gpx2map.image.Image
close, getDepth, getHeight, getNextRasterLine, getRaster, getWidth, hasAlphaChannel
 

Method Detail

getMaxVal

int getMaxVal()
Returns the image's maximum pixel color value.

Returns:
the image's maximum pixel color value.