org.rcfaces.core.image
Interface IGenerationImageInformation
- All Superinterfaces:
- org.rcfaces.core.internal.contentAccessor.IGenerationResourceInformation, StateHolder
- All Known Implementing Classes:
- GenerationImageInformation
public interface IGenerationImageInformation
- extends org.rcfaces.core.internal.contentAccessor.IGenerationResourceInformation
- Version:
- $Revision: 1.2 $ $Date: 2010/08/10 14:02:30 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
| Fields inherited from interface org.rcfaces.core.internal.contentAccessor.IGenerationResourceInformation |
COMPUTE_RESOURCE_KEY_FROM_GENERATION_INFORMATION, RESPONSE_LAST_MODIFIED_PROPERTY, RESPONSE_MIME_TYPE_PROPERTY, RESPONSE_URL_SUFFIX_PROPERTY, SOURCE_KEY, SOURCE_URL |
| Methods inherited from interface org.rcfaces.core.internal.contentAccessor.IGenerationResourceInformation |
getAttribute, getComponent, getComponentClientId, getComputeResourceKeyFromGenerationInformation, getFilterProperties, getResponseLastModified, getResponseMimeType, getResponseSuffix, isProcessAtRequest, setAttribute, setComputeResourceKeyFromGenerationInformation, setResponseMimeType, setResponseSuffix |
WIDTH_PROPERTY
static final String WIDTH_PROPERTY
- See Also:
- Constant Field Values
HEIGHT_PROPERTY
static final String HEIGHT_PROPERTY
- See Also:
- Constant Field Values
ENCODER_MIME_TYPE_PROPERTY
static final String ENCODER_MIME_TYPE_PROPERTY
- See Also:
- Constant Field Values
ENCODER_SUFFIX_PROPERTY
static final String ENCODER_SUFFIX_PROPERTY
- See Also:
- Constant Field Values
COMPRESSION_QUALITY
static final String COMPRESSION_QUALITY
- See Also:
- Constant Field Values
COMPRESSION_MODE
static final String COMPRESSION_MODE
- See Also:
- Constant Field Values
COMPRESSION_TYPE
static final String COMPRESSION_TYPE
- See Also:
- Constant Field Values
COMPRESSION_PROGRESSIVE_MODE
static final String COMPRESSION_PROGRESSIVE_MODE
- See Also:
- Constant Field Values
setImageHeight
void setImageHeight(int imageHeight)
getImageHeight
int getImageHeight()
setImageWidth
void setImageWidth(int imageWidth)
getImageWidth
int getImageWidth()
getEncoderMimeType
String getEncoderMimeType()
setEncoderMimeType
void setEncoderMimeType(String mimeType)
getEncoderSuffix
String getEncoderSuffix()
setEncoderSuffix
void setEncoderSuffix(String suffix)
Copyright © 2006-2011 Vedana. All Rights Reserved.