com.atlassian.confluence.util
Class ResizableImage

java.lang.Object
  extended by com.atlassian.confluence.util.ResizableImage

Deprecated. Since 5.5, not used.

@Deprecated
public class ResizableImage
extends java.lang.Object

Uses thumbnail class to resize image


Field Summary
static org.apache.log4j.Category log
          Deprecated. Since 5.5, use private logger
static java.lang.String RESIZE_DIR
          Deprecated.  
 
Constructor Summary
ResizableImage(java.io.File imageToResize)
          Deprecated.  
ResizableImage(java.io.InputStream inputStream, java.lang.String filename)
          Deprecated.  
 
Method Summary
 java.io.File resizeTo(int height, int width)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

@Deprecated
public static final org.apache.log4j.Category log
Deprecated. Since 5.5, use private logger

RESIZE_DIR

public static final java.lang.String RESIZE_DIR
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ResizableImage

public ResizableImage(java.io.File imageToResize)
Deprecated. 

ResizableImage

public ResizableImage(java.io.InputStream inputStream,
                      java.lang.String filename)
Deprecated. 
Method Detail

resizeTo

public java.io.File resizeTo(int height,
                             int width)
Deprecated. 


Copyright © 2003-2014 Atlassian. All Rights Reserved.