X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Farc-visual-properties-devel.h;h=8be5a941c8386eae16a8ca7068f636acf6b0dc89;hb=144dda05c357f536307dc5802dbf5c26cee53c33;hp=a10df8aceff70c886cdb5cb88852d330f5230825;hpb=a00bbe499550a054e6692eb46b32f8c1548f3647;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h index a10df8a..8be5a94 100644 --- a/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h @@ -23,19 +23,15 @@ namespace Dali { - namespace Toolkit { - namespace DevelArcVisual { - /** * @brief ArcVisual Properties. */ namespace Property { - /** * @brief Enumeration for the instance of properties belonging to the ArcVisual. */ @@ -43,21 +39,21 @@ enum { /** * @brief The thickness of the arc. - * @details Name "thickness", type Property::FLOAT. + * @details Name "thickness", type Property::FLOAT, animatable. * @note Mandatory. */ THICKNESS = VISUAL_PROPERTY_START_INDEX, /** * @brief The start angle where the arc begins in degrees. - * @details Name "startAngle", type Property::FLOAT. + * @details Name "startAngle", type Property::FLOAT, animatable. * @note Optional. If not specified, the default is 0. */ START_ANGLE, /** * @brief The sweep angle of the arc in degrees. - * @details Name "sweepAngle", type Property::FLOAT. + * @details Name "sweepAngle", type Property::FLOAT, animatable. * The arc starts at a specified start angle and sweeps clockwise, drawing slices of pie. * @note Optional. If not specified, the default is 360. */ @@ -79,11 +75,10 @@ enum */ namespace Cap { - enum Type { - BUTT, ///< The arc does not extend beyond its two endpoints. - ROUND ///< The arc will be extended by a half circle with the center at the end. + BUTT, ///< The arc does not extend beyond its two endpoints. + ROUND ///< The arc will be extended by a half circle with the center at the end. }; } // namespace Cap