Visuals devel API migrated to public
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / direction-enums.h
similarity index 73%
rename from dali-toolkit/devel-api/align-enums.h
rename to dali-toolkit/devel-api/direction-enums.h
index 7cba1cd..ff86b16 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_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.
@@ -34,25 +34,6 @@ namespace Direction
   };
 }
 
-/**
- * @brief Enum used to describe anchor point and parent origin of visuals
- */
-namespace Align
-{
-  enum Type
-  {
-    TOP_BEGIN      = 0,
-    TOP_CENTER,
-    TOP_END,
-    CENTER_BEGIN,
-    CENTER,
-    CENTER_END,
-    BOTTOM_BEGIN,
-    BOTTOM_CENTER,
-    BOTTOM_END
-  };
-}
-
 } // namespace Toolkit
 
 } // namespace Dali