X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=8eff9faf8662664fa2340b54e0687933dd5acb50;hp=9b98812f272507e303377b0dd5336b9629fc0428;hb=64ab85adddb845055d75789f5a0faf9081ac0552;hpb=8b3b9640acbe887e8a56a2dddf031b0564b1632b diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 9b98812..8eff9fa 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_IMAGE_VISUAL_PROPERTIES_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,7 +54,11 @@ enum { /** * @brief The URL of the image. - * @details Name "url", type Property::STRING. + * @details Name "url", type Property::STRING or Property::ARRAY of Property::STRING + * @note The array form is used for generating animated image visuals. + * @note The number of threads used for local and remote image loading can be controlled by the + * environment variables DALI_TEXTURE_LOCAL_THREADS and DALI_TEXTURE_REMOTE_THREADS respectively. + * The default values are 4 threads for local image loading and 8 threads for remote image loading. * @SINCE_1_1.45 * @note Mandatory. */ @@ -117,15 +121,6 @@ enum BORDER_ONLY, /** - * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. - * @details Name "batchingEnabled", type Property::BOOLEAN. - * @SINCE_1_2.0 - * @note Optional. If not specified, the default is false. - * @note For Image visuals only. Not to be used with NPatch or SVG images. - */ - BATCHING_ENABLED, - - /** * @brief The image area to be displayed. * @details Name "pixelArea", type Property::VECTOR4. * It is a rectangular area.