com.atlassian.confluence.util
Class ResizableImage
java.lang.Object
com.atlassian.confluence.util.ResizableImage
Deprecated. Since 5.5, not used.
@Deprecated
public class ResizableImage
- extends Object
Uses thumbnail class to resize image
|
Field Summary |
static org.apache.log4j.Category |
log
Deprecated. Since 5.5, use private logger |
static String |
RESIZE_DIR
Deprecated. |
|
Method Summary |
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 |
log
@Deprecated
public static final org.apache.log4j.Category log
- Deprecated. Since 5.5, use private logger
RESIZE_DIR
public static final String RESIZE_DIR
- Deprecated.
- See Also:
- Constant Field Values
ResizableImage
public ResizableImage(File imageToResize)
- Deprecated.
ResizableImage
public ResizableImage(InputStream inputStream,
String filename)
- Deprecated.
resizeTo
public File resizeTo(int height,
int width)
- Deprecated.
Copyright © 2003–2015 Atlassian. All rights reserved.