Interface IClientImageNavigator


public interface IClientImageNavigator
Interfaz que debe implementar quien quiera dibujar en ImageNavigator
Version:
12/06/2008
Author:
BorSanZa - Borja Sánchez Zamorano (borja.sanchez@iver.es)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawImage(Graphics2D g, double left, double top, double right, double bottom, double zoom, int width, int height)
    Metodo que es invocado cuando ImageNavigator va a pintar la imagen.
  • Method Details

    • drawImage

      void drawImage(Graphics2D g, double left, double top, double right, double bottom, double zoom, int width, int height) throws ImageUnavailableException
      Metodo que es invocado cuando ImageNavigator va a pintar la imagen. Pasa un Graphics para hacer el dibujado, y luego todas las posibles posiciones para hacer el pintado.
      Parameters:
      g -
      left -
      top -
      right -
      bottom -
      zoom -
      width -
      height -
      Throws:
      ImageUnavailableException