Uses of Enum Class
com.jackmeng.halcyoninae.halcyon.utils.DeImage.Directional
Packages that use DeImage.Directional
-
Uses of DeImage.Directional in com.jackmeng.halcyoninae.halcyon.utils
Methods in com.jackmeng.halcyoninae.halcyon.utils that return DeImage.DirectionalModifier and TypeMethodDescriptionstatic DeImage.Directional
Returns the enum constant of this class with the specified name.static DeImage.Directional[]
DeImage.Directional.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jackmeng.halcyoninae.halcyon.utils with parameters of type DeImage.DirectionalModifier and TypeMethodDescriptionstatic BufferedImage
DeImage.createGradient
(BufferedImage img, int startOpacity, int endOpacity, DeImage.Directional opacityStartDirection) Creates a gradient from a certain side.