Uses of Class
org.silverpeas.image.ImageToolDirective

Packages that use ImageToolDirective
org.silverpeas.image   
org.silverpeas.image.imagemagick   
 

Uses of ImageToolDirective in org.silverpeas.image
 

Methods in org.silverpeas.image that return ImageToolDirective
static ImageToolDirective ImageToolDirective.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageToolDirective[] ImageToolDirective.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.silverpeas.image with parameters of type ImageToolDirective
 void AbstractImageTool.convert(File source, File destination, AbstractImageToolOption option, ImageToolDirective... directives)
           
 void ImageTool.convert(File source, File destination, AbstractImageToolOption option, ImageToolDirective... directives)
          Converts and resizes an image with dimensions and directives
 void AbstractImageTool.convert(File source, File destination, ImageToolDirective... directives)
           
 void ImageTool.convert(File source, File destination, ImageToolDirective... directives)
          Converts an image with some directives
 void AbstractImageTool.convert(File source, File destination, Set<AbstractImageToolOption> options, ImageToolDirective... directives)
           
 void ImageTool.convert(File source, File destination, Set<AbstractImageToolOption> options, ImageToolDirective... directives)
          Converts and resizes an image with dimensions and directives
 

Method parameters in org.silverpeas.image with type arguments of type ImageToolDirective
protected abstract  void AbstractImageTool.convert(File source, File destination, Map<Class<AbstractImageToolOption>,AbstractImageToolOption> options, Set<ImageToolDirective> directives)
          Convert an image with dimensions and options directives
 

Uses of ImageToolDirective in org.silverpeas.image.imagemagick
 

Method parameters in org.silverpeas.image.imagemagick with type arguments of type ImageToolDirective
protected  void Im4javaImageTool.convert(File source, File destination, Map<Class<AbstractImageToolOption>,AbstractImageToolOption> options, Set<ImageToolDirective> directives)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.