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