to.etc.domui.util.images.converters
Class ImageThumbnail

java.lang.Object
  extended by to.etc.domui.util.images.converters.ImageResize
      extended by to.etc.domui.util.images.converters.ImageThumbnail
All Implemented Interfaces:
IImageConversionSpecifier

public class ImageThumbnail
extends ImageResize

A specialization indicating that the target conversion is a thumbnail instead of a normal smaller image.

Author:
Frits Jalvingh Created on Oct 8, 2008

Constructor Summary
ImageThumbnail(int height, int width)
           
ImageThumbnail(int height, int width, int filterspec)
           
ImageThumbnail(int height, int width, int filterspec, java.lang.String targetMime)
           
ImageThumbnail(int height, int width, java.lang.String targetMime)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class to.etc.domui.util.images.converters.ImageResize
getConversionKey, getFilterSpec, getHeight, getTargetMime, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageThumbnail

public ImageThumbnail(int height,
                      int width,
                      int filterspec,
                      java.lang.String targetMime)

ImageThumbnail

public ImageThumbnail(int height,
                      int width,
                      java.lang.String targetMime)

ImageThumbnail

public ImageThumbnail(int height,
                      int width,
                      int filterspec)

ImageThumbnail

public ImageThumbnail(int height,
                      int width)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ImageResize