Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.picture.api
Class ImagingConvertConstants

java.lang.Object
  extended by org.nuxeo.ecm.platform.picture.api.ImagingConvertConstants

public class ImagingConvertConstants
extends Object

Author:
Max Stepanov

Field Summary
static String CONVERSION_FORMAT
           
static String JPEG_CONVERSATION_FORMAT
           
static String OPERATION_CROP
           
static String OPERATION_RESIZE
          Operations
static String OPERATION_ROTATE
           
static String OPTION_CROP_X
           
static String OPTION_CROP_Y
           
static String OPTION_RESIZE_DEPTH
           
static String OPTION_RESIZE_HEIGHT
           
static String OPTION_RESIZE_WIDTH
          Operation specific options
static String OPTION_ROTATE_ANGLE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_RESIZE

public static final String OPERATION_RESIZE
Operations

See Also:
Constant Field Values

OPERATION_ROTATE

public static final String OPERATION_ROTATE
See Also:
Constant Field Values

OPERATION_CROP

public static final String OPERATION_CROP
See Also:
Constant Field Values

OPTION_RESIZE_WIDTH

public static final String OPTION_RESIZE_WIDTH
Operation specific options

See Also:
Constant Field Values

OPTION_RESIZE_HEIGHT

public static final String OPTION_RESIZE_HEIGHT
See Also:
Constant Field Values

OPTION_RESIZE_DEPTH

public static final String OPTION_RESIZE_DEPTH
See Also:
Constant Field Values

OPTION_CROP_X

public static final String OPTION_CROP_X
See Also:
Constant Field Values

OPTION_CROP_Y

public static final String OPTION_CROP_Y
See Also:
Constant Field Values

OPTION_ROTATE_ANGLE

public static final String OPTION_ROTATE_ANGLE
See Also:
Constant Field Values

CONVERSION_FORMAT

public static final String CONVERSION_FORMAT
See Also:
Constant Field Values

JPEG_CONVERSATION_FORMAT

public static final String JPEG_CONVERSATION_FORMAT
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.