org.esa.beam.framework.ui
Interface PixelInfoFactory

All Known Implementing Classes:
ProductSceneView

public interface PixelInfoFactory

A factory for pixel information at a given pixel position.

Version:
$Revision$ $Date$
Author:
Norman Fomferra

Method Summary
 String createPixelInfoString(int pixelX, int pixelY)
          Creates a string containing all available information at the given pixel position.
 

Method Detail

createPixelInfoString

String createPixelInfoString(int pixelX,
                             int pixelY)
Creates a string containing all available information at the given pixel position. The string returned is a line separated text with each line containing a key/value pair.

Parameters:
pixelX - the pixel X co-ordinate
pixelY - the pixel Y co-ordinate
Returns:
the info string at the given position


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.