package com.github.AAChartModel.AAChartCore.AATools; public enum AALinearGradientDirection { ToTop, //⇧⇧⇧⇧⇧⇧ ToBottom, //⇩⇩⇩⇩⇩⇩ ToLeft, //⇦⇦⇦⇦⇦⇦ ToRight, //⇨⇨⇨⇨⇨⇨ ToTopLeft, //⇖⇖⇖⇖⇖⇖ ToTopRight, //⇗⇗⇗⇗⇗⇗ ToBottomLeft, //⇙⇙⇙⇙⇙⇙ ToBottomRight, //⇘⇘⇘⇘⇘⇘ }