com.atlassian.confluence.util
Class ResizableImage
java.lang.Object
com.atlassian.confluence.util.ResizableImage
public class ResizableImage
- extends java.lang.Object
Uses thumbnail class to resize image
Field Summary |
static org.apache.log4j.Category |
log
|
static java.lang.String |
RESIZE_DIR
|
Method Summary |
java.io.File |
resizeTo(int height,
int width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Category log
RESIZE_DIR
public static final java.lang.String RESIZE_DIR
- See Also:
- Constant Field Values
ResizableImage
public ResizableImage(java.io.File imageToResize)
ResizableImage
public ResizableImage(java.io.InputStream inputStream,
java.lang.String filename)
resizeTo
public java.io.File resizeTo(int height,
int width)
Copyright © 2003-2014 Atlassian. All Rights Reserved.