Uses of Enum Class
org.aoju.bus.core.lang.Scale.Mode
Packages that use Scale.Mode
Package
Description
图像处理相关类封装
图像处理元素封装
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
-
Uses of Scale.Mode in org.aoju.bus.core.image
Methods in org.aoju.bus.core.image with parameters of type Scale.ModeModifier and TypeMethodDescriptionImages.addImageElement(BufferedImage image, int x, int y, int width, int height, Scale.Mode mode) 添加图片元素Images.addImageElement(String imgUrl, int x, int y, int width, int height, Scale.Mode mode) 添加图片元素Constructors in org.aoju.bus.core.image with parameters of type Scale.ModeModifierConstructorDescriptionImages(BufferedImage bgImage, int width, int height, Scale.Mode zoomMode, String fileType) Images(String bgImageUrl, int width, int height, Scale.Mode zoomMode, String fileType) -
Uses of Scale.Mode in org.aoju.bus.core.image.element
Methods in org.aoju.bus.core.image.element that return Scale.ModeMethods in org.aoju.bus.core.image.element with parameters of type Scale.ModeConstructors in org.aoju.bus.core.image.element with parameters of type Scale.ModeModifierConstructorDescriptionImageElement(BufferedImage image, int x, int y, int width, int height, Scale.Mode mode) ImageElement(String imgUrl, int x, int y, int width, int height, Scale.Mode mode) -
Uses of Scale.Mode in org.aoju.bus.core.lang
Methods in org.aoju.bus.core.lang that return Scale.ModeModifier and TypeMethodDescriptionstatic Scale.ModeReturns the enum constant of this class with the specified name.static Scale.Mode[]Scale.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.