| Package | Description |
|---|---|
| org.gytheio.content.transform | |
| org.gytheio.content.transform.options |
| Class and Description |
|---|
| TransformationOptions
Interface defining values of options that are passed to content transformers.
|
| Class and Description |
|---|
| AbstractTransformationSourceOptions
Base implementation of TransformationSourceOptions which holds applicable mimetypes
and handles merge of options.
|
| AudioTransformationOptions
Options relating to audio transformations
|
| CropSourceOptions
DTO used to store options for ImageMagick cropping.
|
| ImageResizeOptions
Image resize options
|
| ImageTransformationOptions
Image transformation options
|
| PagedSourceOptions
Paged content conversion options to specify a page number range.
|
| SerializedTransformationOptionsAccessor
Defines methods for retrieving parameter values for use in building
transformation options.
|
| TemporalSourceOptions
Time-based content conversion options to specify an offset and duration.
|
| TransformationOptionLimits
Represents maximum source values (that result in exceptions if exceeded) or
limits on source values (that result in EOF (End Of File) being returned
early).
|
| TransformationOptionPair
A pair of transformation options that specify
A) a max value over which the source is not read (throws an Exception) or
B) a limit over which no more of the source is read (returns EOF)
Each pair represents a values such as an elapse time, KBytes read or number of pages read.
|
| TransformationOptionPair.Action
Action to take place for a given pair of values.
|
| TransformationOptions
Interface defining values of options that are passed to content transformers.
|
| TransformationOptionsImpl
Concrete implementation of transformation options
|
| TransformationSourceOptions
Defines options and demarcations needed to describe the details of how
the source should be transformed, independent of the target requirements.
|
| TransformationSourceOptions.TransformationSourceOptionsSerializer
Defines methods for serializing the source options into a parameter map and
deserializing from a serialized options accessor.
|
| VideoTransformationOptions
Options relating to video transformations
|
Copyright © 2017 Alfresco Software. All rights reserved.