Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractImageContainerTransformation - Class in src.java.pl.burningice.plugins.image.ast
Base class for image container transformation workers
AbstractImageContainerTransformation() - Constructor in AbstractImageContainerTransformation
ACCURATE - Enum Constant in ScaleType
Action - Class in src.groovy.pl.burningice.plugins.image.engines
Object allows to build chains of action It instance is pass as a parameter to closure that user define and pass to execute method as parameter
Action() - Constructor in Action
actionMapping - Property in ImageUploadService
Map configuration key to action in this service
addGetter(String, FieldNode, ClassNode, int) - Method in AbstractImageContainerTransformation
addImageValidator(ClassNode, String) - Method in AbstractImageContainerTransformation
addNullableConstraint(ClassNode, String) - Method in AbstractImageContainerTransformation
addSetter(FieldNode, ClassNode, int) - Method in AbstractImageContainerTransformation
addTransientValue(ClassNode, String) - Method in AbstractImageContainerTransformation
applicationContext - Property in ImageUploadServiceTests
applicationContext - Property in ResourcePathProvider
APPROXIMATE - Enum Constant in ScaleType
Specify scale type provided by BI
author - Property in BurningImageGrailsPlugin
authorEmail - Property in BurningImageGrailsPlugin

B

beforeDelete() - Method in TestDbContainerDomainThird
BMP_EXTENSION - Property in ImageFile
BurningImageGrailsPlugin - Class in DefaultPackage
BurningImageGrailsPlugin() - Constructor in BurningImageGrailsPlugin
BurningImageService - Class in grails-app.services.pl.burningice.plugins.image
Main entry for the plugin
BurningImageService() - Constructor in BurningImageService
burningImageService - Property in BurningImageServiceImageMagickTests
burningImageService - Property in BurningImageServiceJAITests
burningImageService - Property in ImageUploadService
BurningImageServiceImageMagickTests - Class in test.unit.pl.burningice.plugins.image
BurningImageServiceImageMagickTests() - Constructor in BurningImageServiceImageMagickTests
BurningImageServiceJAITests - Class in test.unit.pl.burningice.plugins.image
BurningImageServiceJAITests() - Constructor in BurningImageServiceJAITests
BurningImageTagLib - Class in grails-app.taglib.pl.burningice.plugins.image
Taglib for usage with annotated image container
BurningImageTagLib() - Constructor in BurningImageTagLib
BurningImageTagLibTests - Class in test.integration.pl.burningice.plugins.image
BurningImageTagLibTests() - Constructor in BurningImageTagLibTests
bytesToBufferedImage(byte[]) - Method in ImageMagickScaleEngine

C

calculateSize(Dimension, Dimension) - Method in ImageMagickApproximateScaleEngine
children - Property in TestDbContainerDomainSecond
cleanUpTestDir() - Method in FileUploadUtils
CLIENT_COLOR_MAX_VALUE - Property in ImageMagickTextEngine
color - Property in DefaultTextEngine
Object representing image file
config - Property in ContainerWorker
CONFIG_NAMESPACE - Property in ConfigUtils
ConfigUtils - Class in src.groovy.pl.burningice.plugins.image
Class that provide access to configuration specified for BI
ConfigUtils() - Constructor in ConfigUtils
constraints - Property in Image
constraints - Property in TestDbContainerDomainFirst
constraints - Property in TestDbContainerDomainSecond
constraints - Property in TestDbContainerDomainThird
constraints - Property in TestDomain
constraints - Property in TestDomainSecond
constraints - Property in Underscored_Test_Domain
container - Property in ContainerWorker
container - Property in SaveToDbCommand
container - Property in SaveToFileCommand
ContainerUtils - Class in src.groovy.pl.burningice.plugins.image.container
Provide helper methods for working with ImageContainers
ContainerUtils() - Constructor in ContainerUtils
ContainerWorker - Class in src.groovy.pl.burningice.plugins.image.container
Provide interface for actions on image containers: File and Db
ContainerWorker() - Constructor in ContainerWorker
ContainerWorkerFactory - Class in src.groovy.pl.burningice.plugins.image.container
Factory for container workers
containerWorkerFactory - Property in BurningImageTagLib
ContainerWorkerFactory() - Constructor in ContainerWorkerFactory
containerWorkerFactory - Property in ImageUploadService
createBiImageFieldMapping() - Method in DBImageContainerTransformation
createDeleteImageCommandCall() - Method in DBImageContainerTransformation
crop(def, def, def, def) - Method in Action
Method allows to crop specified region from image or delta is smaller than 0 or crop region dimension is smaller or equal zero or crop region is beyond the image
CropEngine - Interface in src.groovy.pl.burningice.plugins.image.engines.crop
Interface that specify any rendering engine for image cropping in BI plugin
CropEngineFactory - Class in src.groovy.pl.burningice.plugins.image.engines.crop
Class that allows to produce cropping engine
CropEngineFactory() - Constructor in CropEngineFactory

D

data - Property in Image
DataSource - Class in grails-app.conf
DataSource() - Constructor in DataSource
DbContainerImageController - Class in grails-app.controllers.pl.burningice.plugins.image
Controller for serving images stored in DB
DbContainerImageController() - Constructor in DbContainerImageController
DbContainerWorker - Class in src.groovy.pl.burningice.plugins.image.container
Worker for DB container
DbContainerWorker() - Constructor in DbContainerWorker
DBImageContainer - Annotation Type in src.java.pl.burningice.plugins.image.ast
Annotation that allows to mark domain object that will act as image container for files saved in database
DBImageContainerTransformation - Class in src.java.pl.burningice.plugins.image.ast
Class execute transformation of objects marked by DBImageContainer annotation
DBImageContainerTransformation() - Constructor in DBImageContainerTransformation
DBImageContainerTransformationTests - Class in test.integration.pl.burningice.plugins.image.ast
DBImageContainerTransformationTests() - Constructor in DBImageContainerTransformationTests
DEFAULT_FIELD_NAME - Field in AbstractImageContainerTransformation
DEFAULT_IMAGE_MAGICK_COMPRESSION - Property in ConfigUtils
DEFAULT_IMAGE_MAGICK_QUALITY - Property in ConfigUtils
DEFAULT_RENDERING_ENGINE - Property in ConfigUtils
DefaultTextEngine - Class in src.groovy.pl.burningice.plugins.image.engines.text
Engine for typing text on image
DefaultTextEngine(Color, Font, ImageFile) - Constructor in DefaultTextEngine
Default class constructor
DefaultWatermarkEngine - Class in src.groovy.pl.burningice.plugins.image.engines.watermark
Base class for any watermark engine used by BI
DefaultWatermarkEngine() - Constructor in DefaultWatermarkEngine
delete() - Method in ContainerWorker
delete() - Method in DbContainerWorker
delete() - Method in FileContainerWorker
delete(ImageContainer, def) - Method in ImageUploadService
Allows to delete images associated with specified domain object
DeleteDbImageCommand - Class in src.groovy.pl.burningice.plugins.image.container
Command object that allows to delete images associated with DB image container.
DeleteDbImageCommand() - Constructor in DeleteDbImageCommand
dependsOn - Property in BurningImageGrailsPlugin
description - Property in BurningImageGrailsPlugin
documentation - Property in BurningImageGrailsPlugin
doWatermark(File, ImageFile, Map, float, Point) - Method in DefaultWatermarkEngine
doWatermark(File, ImageFile, Map, float, Point) - Method in ImageMagickWatermarkEngine
doWatermark(File, ImageFile, Map, float, Point) - Method in JaiWatermarkEngine
doWith(MultipartFile) - Method in BurningImageService
Executes work for file determined by MultipartFile interface
doWithApplicationContext - Property in BurningImageGrailsPlugin
doWithDynamicMethods - Property in BurningImageGrailsPlugin
doWithSpring - Property in BurningImageGrailsPlugin
doWithWebDescriptor - Property in BurningImageGrailsPlugin

E

email - Property in TestDomainSecond
evaluateScale(Dimension, Dimension) - Method in ImageMagickAccurateScaleEngine
evaluateScale(Dimension, Dimension) - Method in ImageMagickApproximateScaleEngine
execute(ImageFile, def, def, def, def) - Method in CropEngine
execute(File, ImageFile, Map, float) - Method in DefaultWatermarkEngine
execute(DBImageContainer) - Method in DeleteDbImageCommand
execute(ImageFile, def, def, def, def) - Method in ImageMagickCropEngine
execute(ImageFile, int, int) - Method in ImageMagickScaleEngine
execute(ImageContainer, MultipartFile, Closure) - Method in ImageUploadService
Execute actions on image
execute(ImageFile, def, def, def, def) - Method in JaiCropEngine
execute(ImageFile, int, int) - Method in JaiScaleEngine
Execute image scaling
execute(byte[], String) - Method in SaveCommand
execute(byte[], String) - Method in SaveToDbCommand
execute(byte[], String) - Method in SaveToFileCommand
execute(ImageFile, int, int) - Method in ScaleEngine
execute(File, ImageFile, Map, float) - Method in WatermarkEngine
execute(SaveCommand, Closure) - Method in Worker
Methods execute action on image Allows to specify output name by the user
executeOnImage(def, def) - Method in ImageUploadService
Perform specified chain of modification configured by the user
extensionEncoderMapping - Property in ImageFile
Mapping file extension >> JAI encoder

F

field - Field in DBImageContainer
field - Field in FileImageContainer
FileContainerWorker - Class in src.groovy.pl.burningice.plugins.image.container
Worker for File container
FileContainerWorker() - Constructor in FileContainerWorker
fileExists(def) - Method in FileUploadUtils
FileImageContainer - Annotation Type in src.java.pl.burningice.plugins.image.ast
Annotation that allows to mark domain object that will act as image container for files saved in specified dir (non db storage)
FileImageContainerTransformation - Class in src.java.pl.burningice.plugins.image.ast
Object execute transformation of object marked by FileImageContainer annotation
FileImageContainerTransformation() - Constructor in FileImageContainerTransformation
FileImageContainerTransformationTests - Class in test.integration.pl.burningice.plugins.image.ast
FileImageContainerTransformationTests() - Constructor in FileImageContainerTransformationTests
fileName - Property in Action
Name of output file It is always return as a result of action
fileToByteArray(File) - Method in LocalImageFile
fileToMark - Property in JaiTextEngine
Object representing image file
FileUploadUtils - Class in src.groovy.pl.burningice.plugins.image.test
Class provide additional methods for testing file upload
FileUploadUtils() - Constructor in FileUploadUtils
FileUploadUtlis - Class in src.groovy.pl.burningice.plugins.image.test
FileUploadUtlis() - Constructor in FileUploadUtlis
font - Property in DefaultTextEngine
Object representing image canvas

G

get(def) - Method in ImageService
getAbsolutePath(String) - Method in ImageUploadServiceTests
getAsBufferedImage() - Method in ImageFile
Returns uploaded image as BufferedImage
getAsByteArray() - Method in ImageFile
Returns uploaded image as byte array
getAsJaiStream() - Method in ImageFile
Returns file as JAI RenderedOp object
getBeforeDeleteMethod(ClassNode) - Method in DBImageContainerTransformation
getBiImage() - Method in DBImageContainer
getConfig(ImageContainer) - Method in ContainerUtils
Returns configuration for specified container
getContainerConfig(String) - Method in ConfigUtils
getContentType(Image) - Method in DbContainerImageController
getEmptyMultipartFile() - Method in FileUploadUtils
getEncoder() - Method in ImageFile
Method returns encoder for file Encoder is mapped by file extension
getEngine() - Method in ConfigUtils
getExtension() - Method in ImageFile
Method returns file extension If there is GIF file, it will be transformed into format specified by GIF_OUTPUT_FORMAT const
getFile(def, def) - Method in FileUploadUtils
getFileExtension(Image) - Method in DbContainerImageController
getFilePath(def) - Method in FileUploadUtils
getFullName(def, ImageContainer, def) - Method in ContainerUtils
Returns full name (with extension) for image with specified size
getHasManyField(ClassNode) - Method in AbstractImageContainerTransformation
getImage() - Method in ImageContainer
getImageContainerName(def) - Method in ContainerUtils
Returns class name for specified container
getImageExtension(String) - Method in ContainerUtils
Retrieve file extension from name of file
getImageExtension() - Method in FileImageContainer
getImageMagickCompression() - Method in ConfigUtils
getImageMagickQuality() - Method in ConfigUtils
getInputStream() - Method in ImageFile
Returns InputStream object representing current file
getMappingField(ClassNode) - Method in DBImageContainerTransformation
getMultipartFile(def) - Method in FileUploadUtils
getName(def, ImageContainer, def) - Method in ContainerUtils
Returns name (without extension) for image with specified size
getName() - Method in ImageFile
Method returns name of file If file is gif, it will replace gif extension by format specified by GIF_OUTPUT_FORMAT
getOutputDir(Map) - Method in BurningImageTagLib
Returns directory where image is stored.
getPath(Map) - Method in ResourcePathProvider
getResourceData(def, DBImageContainer) - Method in BurningImageTagLib
Retrieve information about file name and storage directory on base of image size name and image container object
getResult() - Method in DefaultTextEngine
Returns write result
getResult() - Method in ImageMagickTextEngine
getResult() - Method in JaiTextEngine
Returns write result
getResult() - Method in TextEngine
getSaveCommand(String) - Method in ContainerWorker
getSaveCommand(String) - Method in DbContainerWorker
getSaveCommand(String) - Method in FileContainerWorker
getSize() - Method in ImageFile
Allows to get size of current image
getTransientsField(ClassNode) - Method in AbstractImageContainerTransformation
getWorker(def, def) - Method in BurningImageService
Create and configure object that execute specified manipulations on image
GIF_EXTENSION - Property in ImageFile
GIF_OUTPUT_FORMAT - Property in ImageFile
Gif image output format
grailsVersion - Property in BurningImageGrailsPlugin
graphics - Property in JaiTextEngine
Object representing image canvas

H

hasFieldInClosure(FieldNode, String) - Method in AbstractImageContainerTransformation
hasImage - Property in BurningImageTagLib
Allows to check if specified image container has saved image
hasImage() - Method in ContainerWorker
hasImage() - Method in DbContainerWorker
hasImage() - Method in FileContainerWorker
hasMany - Property in TestDbContainerDomainSecond
hasMany - Property in TestDomainSecond

I

Image - Class in grails-app.domain.pl.burningice.plugins.image.ast
Domain class for saving images uploaded by user
Image() - Constructor in Image
IMAGE_MAGICK - Enum Constant in RenderingEngine
ImageContainer - Interface in src.java.pl.burningice.plugins.image.ast.intarface
Base interface for all interfaces used to mark image container
ImageFile - Class in src.groovy.pl.burningice.plugins.image.file
Base class for all image sources (File, MultipartFile)
ImageFile(String, byte[]) - Constructor in ImageFile
Default constructor
ImageFileFactory - Class in src.groovy.pl.burningice.plugins.image.file
Produce ImageFile object depends on source
ImageFileFactory() - Constructor in ImageFileFactory
ImageFileTests - Class in test.unit.pl.burningice.plugins.image
ImageFileTests() - Constructor in ImageFileTests
ImageMagickAccurateScaleEngine - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Class allows to scale image with accurate width and height.
ImageMagickAccurateScaleEngine() - Constructor in ImageMagickAccurateScaleEngine
ImageMagickApproximateScaleEngine - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Class allows to scale image with approximate width and height Result image will not contain exact width and height given by user if there will be image deformation
ImageMagickApproximateScaleEngine() - Constructor in ImageMagickApproximateScaleEngine
imageMagickColor - Property in ImageMagickTextEngine
ImageMagickCropEngine - Class in src.groovy.pl.burningice.plugins.image.engines.crop
Engine to cropping image by using ImageMagick
ImageMagickCropEngine() - Constructor in ImageMagickCropEngine
ImageMagickScaleEngine - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Class allows to scale image with approximate width and height Result image will not contain exact width and height given by user if there will be image deformation
ImageMagickScaleEngine() - Constructor in ImageMagickScaleEngine
ImageMagickTextEngine - Class in src.groovy.pl.burningice.plugins.image.engines.text
Engine for typing text on image
ImageMagickTextEngine(Color, Font, ImageFile) - Constructor in ImageMagickTextEngine
ImageMagickWatermarkEngine - Class in src.groovy.pl.burningice.plugins.image.engines.watermark
Class for image watermarking with ImageMagick rendering engine
ImageMagickWatermarkEngine() - Constructor in ImageMagickWatermarkEngine
images - Property in TestDomainSecond
ImageService - Class in grails-app.services.pl.burningice.plugins.image.ast
Service for accessing images stored in database
imageService - Property in DbContainerImageController
ImageService() - Constructor in ImageService
imageSource - Property in ImageMagickTextEngine
ImageUploadService - Class in grails-app.services.pl.burningice.plugins.image
Service for image upload handling
imageUploadService - Property in BurningImageTagLibTests
ImageUploadService() - Constructor in ImageUploadService
imageUploadService - Property in ImageUploadServiceTests
ImageUploadServiceTests - Class in test.integration.pl.burningice.plugins.image
ImageUploadServiceTests() - Constructor in ImageUploadServiceTests
ImageValidator - Class in src.groovy.pl.burningice.plugins.image.validator
Class allows to validate uploaded image associated with specified grails domain class.
ImageValidator() - Constructor in ImageValidator
img - Property in BurningImageTagLib
Display html img tag with path to stored image
index - Property in DbContainerImageController
init() - Method in DefaultTextEngine
init() - Method in ImageMagickTextEngine
init() - Method in JaiTextEngine
isPersisted() - Method in ContainerWorker

J

JAI - Enum Constant in RenderingEngine
Specify rendering engines that can be used with BI
JaiAccurateScaleEngine - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Class allows to scale image with accurate width and height.
JaiAccurateScaleEngine() - Constructor in JaiAccurateScaleEngine
JaiApproximateScaleEngine - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Class allows to scale image with approximate width and height Result image will not contain exact width and height given by user if there will be image deformation
JaiApproximateScaleEngine() - Constructor in JaiApproximateScaleEngine
JaiCropEngine - Class in src.groovy.pl.burningice.plugins.image.engines.crop
Engine to cropping image by using JAI rendering engine
JaiCropEngine() - Constructor in JaiCropEngine
JaiScaleEngine - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Abstract class for all scale engines
JaiScaleEngine() - Constructor in JaiScaleEngine
JaiTextEngine - Class in src.groovy.pl.burningice.plugins.image.engines.text
Engine for typing text on image
JaiTextEngine(Color, Font, ImageFile) - Constructor in JaiTextEngine
JaiWatermarkEngine - Class in src.groovy.pl.burningice.plugins.image.engines.watermark
Class for image watermarking with JAI rendering engine
JaiWatermarkEngine() - Constructor in JaiWatermarkEngine
JMAGICK_COLOR_MAX_VALUE - Property in ImageMagickTextEngine
JPG_EXTENSION - Property in ImageFile

K


L

lastname - Property in TestDomainSecond
loadedImage - Property in Action
Image that is set to manipulate
loadedImage - Property in DefaultTextEngine
Object representing uploaded image
loadedImage - Property in Worker
Object represents image to manipulate
LocalImageFile - Class in src.groovy.pl.burningice.plugins.image.file
Representing files stored locally on the disk
LocalImageFile(File) - Constructor in LocalImageFile
Class constructor
log(String) - Method in AbstractImageContainerTransformation

M

magickImage - Property in ImageMagickTextEngine
mapping - Property in Image
mapping - Property in TestDbContainerDomainThird
mappings - Property in UrlMappings
MAX_IMAGE_SIZE - Property in Image
MultipartImageFile - Class in src.groovy.pl.burningice.plugins.image.file
Representing image file uploaded na server as a MultipartFile
MultipartImageFile(MultipartFile) - Constructor in MultipartImageFile
Class constructor

N

NAME_ELEMENTS_DELIMITER - Property in ContainerUtils
name - Property in TestDbContainerDomainSecond
name - Property in TestDbContainerDomainThird
namePrefix - Property in TestDbContainerDomainThird
namespace - Property in BurningImageTagLib
nonGeneric(ClassNode) - Method in AbstractImageContainerTransformation

O

onChange - Property in BurningImageGrailsPlugin
onConfigChange - Property in BurningImageGrailsPlugin
outputFilePath - Property in SaveToFileCommand

P

pluginExcludes - Property in BurningImageGrailsPlugin
PNG_EXTENSION - Property in ImageFile
produce(ImageContainer) - Method in ContainerWorkerFactory
Method will produce worker based on passed image container
produce(MultipartFile) - Method in ImageFileFactory
Overloaded method that will produce MultipartImageFile
produceAccurateEngine(RenderingEngine) - Method in ScaleEngineFactory
produceApproximateEngine(RenderingEngine) - Method in ScaleEngineFactory
produceEngine(RenderingEngine) - Method in CropEngineFactory
produceEngine(RenderingEngine, Color, Font, ImageFile) - Method in TextEngineFactory
produceEngine(RenderingEngine) - Method in WatermarkEngineFactory

Q


R

recalculateColorRange(int) - Method in ImageMagickTextEngine
RenderingEngine - Enum in src.groovy.pl.burningice.plugins.image.engines
Specify rendering engines that can be used with BI
resize(def) - Method in JaiApproximateScaleEngine
We provide two types of image resize to eliminate situation when scale is > 1, for such action SubsampleAverage throw exception For this situation we resize image by "scale"
resizeByScale - Property in JaiApproximateScaleEngine
Resize option for scale > 1
resizeBySubsampleAverage - Property in JaiApproximateScaleEngine
Resize option for scale <= 1
resource - Property in BurningImageTagLib
Create link to image stored on the server
ResourcePathProvider - Class in src.groovy.pl.burningice.plugins.image
Allows to retrieve path to image resources
resourcePathProvider - Property in ContainerWorkerFactory
resourcePathProvider - Property in FileContainerWorker
resourcePathProvider - Property in ImageUploadService
ResourcePathProvider() - Constructor in ResourcePathProvider
RESULT_DIR - Property in BurningImageServiceImageMagickTests
RESULT_DIR - Property in BurningImageServiceJAITests
RESULT_DIR - Property in DBImageContainerTransformationTests
RESULT_DIR - Property in FileImageContainerTransformationTests
RESULT_DIR - Property in ImageUploadServiceTests
resultDir - Property in Worker
Path to output directory

S

save(ImageContainer, boolean, Closure) - Method in ImageUploadService
save(String, ImageFile) - Method in Worker
Save changed image TODO: Check if this can be replaced by SaveCommand object
SaveCommand - Interface in src.groovy.pl.burningice.plugins.image.container
Interface for save comands of DB and File containers
SaveToDbCommand - Class in src.groovy.pl.burningice.plugins.image.container
Provide usability of saving images in DB
SaveToDbCommand(DBImageContainer, String) - Constructor in SaveToDbCommand
SaveToFileCommand - Class in src.groovy.pl.burningice.plugins.image.container
Provide usability of saving images in file
SaveToFileCommand(FileImageContainer, String) - Constructor in SaveToFileCommand
scaleAccurate(def, def) - Method in Action
Method allows to scale image with accurate width and height Width and height will be always (almost ;)) equals to set parameters Image will no be deformed but first scaled and next cropped on the center (if it will necessary)
scaleApproximate(def, def) - Method in Action
Method allows to scale image with approximate width and height Width and height of image will never be greater than parameters width and height but it could be lover (image could not be deformed)
ScaleEngine - Interface in src.groovy.pl.burningice.plugins.image.engines.scale
Interface that specify any rendering engine for image scaling in BI plugin
ScaleEngineFactory - Class in src.groovy.pl.burningice.plugins.image.engines.scale
Class that allows to produce scaling engine
ScaleEngineFactory() - Constructor in ScaleEngineFactory
scaleImage(byte[], Dimension, Dimension) - Method in ImageMagickAccurateScaleEngine
scaleImage(byte[], Dimension, Dimension) - Method in ImageMagickApproximateScaleEngine
scaleImage(byte[], Dimension, Dimension) - Method in ImageMagickScaleEngine
scaleImage - Property in ImageUploadService
Performs scaling on image
scaleImage(def, def, def) - Method in JaiAccurateScaleEngine
scaleImage(def, def, def) - Method in JaiApproximateScaleEngine
scaleImage(def, def, def) - Method in JaiScaleEngine
Start scaling transformation
ScaleType - Enum in src.groovy.pl.burningice.plugins.image.engines.scale
Specify scale type provided by BI
setBiImage(Map) - Method in DBImageContainer
setImageExtension(String) - Method in FileImageContainer
setUp() - Method in BurningImageServiceImageMagickTests
setUp() - Method in BurningImageServiceJAITests
setUp() - Method in BurningImageTagLibTests
setUp() - Method in DBImageContainerTransformationTests
setUp() - Method in FileImageContainerTransformationTests
setUp() - Method in ImageUploadServiceTests
SIZE_CORRECTION - Property in ImageMagickAccurateScaleEngine
Specify image size correction for scaling Sometimes during scaling there are situations when one of the sides don't match requested size (is lover by one px) Can be fixed by adding this 1px to image size before scale calculations.
SIZE_CORRECTION - Property in JaiAccurateScaleEngine
Sometimes scale of image is lowered by 1px and when there is crop action, exception is risen because crop region not match.
size - Property in SaveToDbCommand
SOURCE_DIR - Property in FileUploadUtils
source - Property in ImageFile
sourceFileName - Property in ImageFile
Name of the source file

T

tearDown() - Method in BurningImageServiceImageMagickTests
tearDown() - Method in BurningImageServiceJAITests
tearDown() - Method in DBImageContainerTransformationTests
tearDown() - Method in FileImageContainerTransformationTests
tearDown() - Method in ImageUploadServiceTests
testAbsolutePath() - Method in ImageUploadServiceTests
testActionWraper() - Method in ImageUploadServiceTests
testBaseSetupLocalFile() - Method in BurningImageServiceJAITests
testBaseSetupMultipart() - Method in BurningImageServiceJAITests
testBinding() - Method in DBImageContainerTransformationTests
testBinding() - Method in FileImageContainerTransformationTests
testCachingEnabled() - Method in DBImageContainerTransformationTests
testChainExecutions() - Method in BurningImageServiceImageMagickTests
testChainExecutions() - Method in BurningImageServiceJAITests
testChaining() - Method in BurningImageServiceJAITests
testCropBmpLocalFile() - Method in BurningImageServiceImageMagickTests
testCropBmpLocalFile() - Method in BurningImageServiceJAITests
testCropError() - Method in BurningImageServiceImageMagickTests
testCropError() - Method in BurningImageServiceJAITests
testCropGifLocalFile() - Method in BurningImageServiceImageMagickTests
testCropGifLocalFile() - Method in BurningImageServiceJAITests
testCropJpgLocalFile() - Method in BurningImageServiceImageMagickTests
testCropJpgLocalFile() - Method in BurningImageServiceJAITests
testCropPngLocalFile() - Method in BurningImageServiceImageMagickTests
testCropPngLocalFile() - Method in BurningImageServiceJAITests
TestDbContainerDomainFirst - Class in grails-app.domain.pl.burningice.plugins.image.ast.test
Domain class used in tests of DBImageContainer AST transformation
TestDbContainerDomainFirst() - Constructor in TestDbContainerDomainFirst
TestDbContainerDomainSecond - Class in grails-app.domain.pl.burningice.plugins.image.ast.test
Domain class used in tests of DBImageContainer AST transformation
TestDbContainerDomainSecond() - Constructor in TestDbContainerDomainSecond
TestDbContainerDomainThird - Class in grails-app.domain.pl.burningice.plugins.image.ast.test
Domain class used in tests of DBImageContainer AST transformation
TestDbContainerDomainThird() - Constructor in TestDbContainerDomainThird
testDBImageContainerInterface() - Method in DBImageContainerTransformationTests
testDbImageDelete() - Method in ImageUploadServiceTests
testDbResource() - Method in BurningImageTagLibTests
testDelete() - Method in ImageUploadServiceTests
testDeleteDbContainerAndRelatedImages() - Method in ImageUploadServiceTests
testDeleteDbContainerAndRelatedImagesWithDeleteBeforeMethodExists() - Method in ImageUploadServiceTests
TestDomain - Class in grails-app.domain.pl.burningice.plugins.image.ast.test
Domain class used in tests of FileImageContainer AST transformation
TestDomain() - Constructor in TestDomain
TestDomainSecond - Class in grails-app.domain.pl.burningice.plugins.image.ast.test
Domain class used in tests of FileImageContainer AST transformation
TestDomainSecond() - Constructor in TestDomainSecond
testFileImageContainerConstraints() - Method in DBImageContainerTransformationTests
testFileImageContainerConstraints() - Method in FileImageContainerTransformationTests
testFileImageContainerInterface() - Method in FileImageContainerTransformationTests
testGetAsByteArrayFirstThenAsJaiStreamBmp() - Method in ImageFileTests
testGetAsByteArrayFirstThenAsJaiStreamJpg() - Method in ImageFileTests
testGetAsByteArrayFirstThenAsJaiStreamPng() - Method in ImageFileTests
testGetAsJaiStreamFirstThenAsByteArrayBmp() - Method in ImageFileTests
testGetAsJaiStreamFirstThenAsByteArrayGif() - Method in ImageFileTests
testGetAsJaiStreamFirstThenAsByteArrayJpg() - Method in ImageFileTests
testGetAsJaiStreamFirstThenAsByteArrayPng() - Method in ImageFileTests
testHasImage() - Method in BurningImageTagLibTests
testImage() - Method in BurningImageTagLibTests
testImageConstraints() - Method in DBImageContainerTransformationTests
testImageConstraints() - Method in FileImageContainerTransformationTests
testLazyFalse() - Method in DBImageContainerTransformationTests
testPlayWithApiMultipartFile() - Method in ImageFileTests
testProduceFile() - Method in ImageFileTests
testResource() - Method in BurningImageTagLibTests
testResourceAbsolutePath() - Method in BurningImageTagLibTests
testScale() - Method in ImageUploadServiceTests
testScaleAccurateBmp() - Method in BurningImageServiceImageMagickTests
testScaleAccurateGif() - Method in BurningImageServiceImageMagickTests
testScaleAccurateHeightBiggerBothSidesSmaller() - Method in BurningImageServiceImageMagickTests
testScaleAccurateLocalFileBmp() - Method in BurningImageServiceJAITests
testScaleAccurateLocalFileGif() - Method in BurningImageServiceJAITests
testScaleAccurateLocalFileJpg() - Method in BurningImageServiceJAITests
testScaleAccurateLocalFileJpgBig() - Method in BurningImageServiceJAITests
testScaleAccurateLocalFilePng() - Method in BurningImageServiceJAITests
testScaleAccurateMultipartFileJpg() - Method in BurningImageServiceJAITests
testScaleAccuratePng() - Method in BurningImageServiceImageMagickTests
testScaleAccurateWidthBiggerBothSidesSmaller() - Method in BurningImageServiceImageMagickTests
testScaleAndWatermak() - Method in ImageUploadServiceTests
testScaleApproximateLocalFileBmp() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFileBmpWithName() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFileGif() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFileGifWithName() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFileJpg() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFileJpgWithName() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFilePng() - Method in BurningImageServiceJAITests
testScaleApproximateLocalFilePngWithName() - Method in BurningImageServiceJAITests
testScaleApproximateMultipartFile() - Method in BurningImageServiceImageMagickTests
testScaleApproximateMultipartFile() - Method in BurningImageServiceJAITests
testScaleApproximateMultipartFileJpgWithName() - Method in BurningImageServiceJAITests
testScaleApproximateWidthBiggerBothSidesSmaller() - Method in BurningImageServiceImageMagickTests
testScaleApproximateWidthBiggerHeightSmaller() - Method in BurningImageServiceImageMagickTests
testScaleApproximateWidthBiggerWidthSmaller() - Method in BurningImageServiceImageMagickTests
testScaleDbImageDefaultCustomFiled() - Method in ImageUploadServiceTests
testScaleDbImageDefaultFiled() - Method in ImageUploadServiceTests
testScaleImageMagickApproximate() - Method in ImageUploadServiceTests
testTest() - Method in BurningImageServiceImageMagickTests
testTextBmpLocalFile() - Method in BurningImageServiceImageMagickTests
testTextBmpLocalFile() - Method in BurningImageServiceJAITests
testTextGifLocalFile() - Method in BurningImageServiceImageMagickTests
testTextGifLocalFile() - Method in BurningImageServiceJAITests
testTextJpgLocalFile() - Method in BurningImageServiceImageMagickTests
testTextJpgLocalFile() - Method in BurningImageServiceJAITests
testTextLocalFile() - Method in BurningImageServiceImageMagickTests
testTextPngLocalFile() - Method in BurningImageServiceImageMagickTests
testTextPngLocalFile() - Method in BurningImageServiceJAITests
testWatermak() - Method in ImageUploadServiceTests
testWatermarkBmp() - Method in BurningImageServiceImageMagickTests
testWatermarkError() - Method in BurningImageServiceJAITests
testWatermarkGif() - Method in BurningImageServiceImageMagickTests
testWatermarkJpg() - Method in BurningImageServiceImageMagickTests
testWatermarkLocalBmp() - Method in BurningImageServiceJAITests
testWatermarkLocalGif() - Method in BurningImageServiceJAITests
testWatermarkLocalJpg() - Method in BurningImageServiceJAITests
testWatermarkLocalJpgLocation() - Method in BurningImageServiceJAITests
testWatermarkLocalPng() - Method in BurningImageServiceJAITests
testWatermarkPng() - Method in BurningImageServiceImageMagickTests
testWatermarkRemoteJpgLocation() - Method in BurningImageServiceJAITests
testWithHasMany() - Method in BurningImageTagLibTests
text(Closure) - Method in Action
Method allows to type text on image
TextEngine - Interface in src.groovy.pl.burningice.plugins.image.engines.text
Created by IntelliJ IDEA.
TextEngineFactory - Class in src.groovy.pl.burningice.plugins.image.engines.text
Created by IntelliJ IDEA.
TextEngineFactory() - Constructor in TextEngineFactory
title - Property in BurningImageGrailsPlugin
toByteArray(BufferedImage) - Method in ImageFile
Converts BufferedImage object pass as a parameter to byte array
toString() - Method in ContainerWorker
transactional - Property in BurningImageService
This gets rid of exception for not using native acceleration
transactional - Property in ImageService
transactional - Property in ImageUploadService
transformGeneral(ClassNode, String) - Method in AbstractImageContainerTransformation
transformPosition(def, def, def) - Method in DefaultWatermarkEngine
transformSpecified(ClassNode, String) - Method in AbstractImageContainerTransformation
transformSpecified(ClassNode, String) - Method in DBImageContainerTransformation
transformSpecified(ClassNode, String) - Method in FileImageContainerTransformation
transients - Property in TestDbContainerDomainThird
transients - Property in TestDomainSecond
type - Property in Image

U

Underscored_Test_Domain - Class in grails-app.domain.pl.burningice.plugins.image.ast.test
Domain class used in tests of FileImageContainer AST transformation
Underscored_Test_Domain() - Constructor in Underscored_Test_Domain
undersored - Property in TestDomainSecond
update(BufferedImage) - Method in ImageFile
Allows to update current image data
UrlMappings - Class in grails-app.conf
UrlMappings() - Constructor in UrlMappings

V

validate(MultipartFile, ImageContainer) - Method in ImageValidator
valueOf(String) - Method in RenderingEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in ScaleType
Returns the enum constant of this type with the specified name.
values() - Method in RenderingEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Property in BurningImageGrailsPlugin
visit(ASTNode[], SourceUnit) - Method in AbstractImageContainerTransformation

W

watermark(def, def, def) - Method in Action
Method allows to add watermark to image
WatermarkEngine - Interface in src.groovy.pl.burningice.plugins.image.engines.watermark
Base interface for any watermarking engine used by BI
WatermarkEngineFactory - Class in src.groovy.pl.burningice.plugins.image.engines.watermark
Class for producing watermark engine
WatermarkEngineFactory() - Constructor in WatermarkEngineFactory
watermarkImage - Property in ImageUploadService
Performs watermarking on image
WEB_APP_RESULT_DIR - Property in ImageUploadServiceTests
work(def, def, def, ImageFile) - Method in Worker
Perform work
Worker - Class in src.groovy.pl.burningice.plugins.image.engines
Execute actions on image
Worker() - Constructor in Worker
write(String, int, int) - Method in DefaultTextEngine
Performs write actions
write(String, int, int) - Method in ImageMagickTextEngine
write(String, int, int) - Method in JaiTextEngine
Performs write actions
write(String, int, int) - Method in TextEngine

X


Y


Z


_

_Install - Class in scripts
_Install() - Constructor in _Install
_testTransientFields() - Method in FileImageContainerTransformationTests
It seems that there is no trancient fileds in tests ....
_Uninstall - Class in scripts
_Uninstall() - Constructor in _Uninstall
_Upgrade - Class in scripts
_Upgrade() - Constructor in _Upgrade

Groovy Documentation