Uses of Enum Class
com.jackmeng.halcyoninae.cloudspin.SpeedStyle
Packages that use SpeedStyle
-
Uses of SpeedStyle in com.jackmeng.halcyoninae.cloudspin
Methods in com.jackmeng.halcyoninae.cloudspin that return SpeedStyleModifier and TypeMethodDescriptionstatic SpeedStyle
Returns the enum constant of this class with the specified name.static SpeedStyle[]
SpeedStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpeedStyle in com.jackmeng.halcyoninae.cloudspin.lib
Methods in com.jackmeng.halcyoninae.cloudspin.lib with parameters of type SpeedStyleModifier and TypeMethodDescriptionstatic BufferedImage
GradientGenerator.make
(SpeedStyle style, Dimension requiredDim, Color yi, Color er, boolean lock) Create a gradient based on the colors given.