net.sf.webphotos.util.legacy
Class Photo

java.lang.Object
  extended by net.sf.webphotos.util.legacy.Photo

public class Photo
extends Object

Responsável pelas funções relacionadas a alterações de fotos. Armazena um método para reajustar o tamanho da foto.

Author:
Guilherme

Constructor Summary
Photo()
           
 
Method Summary
static void resize(String original, String resized, int maxSize)
          Redimensiona o tamanho da imagem, alterando o arquivo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photo

public Photo()
Method Detail

resize

public static void resize(String original,
                          String resized,
                          int maxSize)
Redimensiona o tamanho da imagem, alterando o arquivo.

Parameters:
original - Nome do arquivo original.
resized - Nome do arquivo redimensionado.
maxSize - Tamanho máximo.


Copyright © 2008-2012. All Rights Reserved.