|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageTool
Method Summary | |
---|---|
void |
convert(File source,
File destination,
AbstractImageToolOption option,
ImageToolDirective... directives)
Converts and resizes an image with dimensions and directives |
void |
convert(File source,
File destination,
ImageToolDirective... directives)
Converts an image with some directives |
void |
convert(File source,
File destination,
Set<AbstractImageToolOption> options,
ImageToolDirective... directives)
Converts and resizes an image with dimensions and directives |
boolean |
isActivated()
Indicates if image tools are available |
Method Detail |
---|
boolean isActivated()
void convert(File source, File destination, ImageToolDirective... directives)
source
- destination
- directives
- void convert(File source, File destination, AbstractImageToolOption option, ImageToolDirective... directives)
source
- destination
- option
- directives
- void convert(File source, File destination, Set<AbstractImageToolOption> options, ImageToolDirective... directives)
source
- destination
- options
- directives
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |