Uses of Enum Class
cloud.opencode.base.image.Position
Packages that use Position
-
Uses of Position in cloud.opencode.base.image
Subclasses with type arguments of type Position in cloud.opencode.base.imageMethods in cloud.opencode.base.image that return Position -
Uses of Position in cloud.opencode.base.image.watermark
Methods in cloud.opencode.base.image.watermark that return PositionModifier and TypeMethodDescriptionImageWatermark.position()Returns the value of thepositionrecord component.TextWatermark.position()Returns the value of thepositionrecord component.Watermark.position()Get watermark position 获取水印位置Methods in cloud.opencode.base.image.watermark with parameters of type PositionModifier and TypeMethodDescriptionstatic ImageWatermarkCreate watermark configuration with the given position.static ImageWatermarkCreate watermark configuration with position and opacity.static TextWatermarkCreate text watermark with position 创建带位置的文字水印ImageWatermark.withPosition(Position newPosition) Create copy with different position 创建使用不同位置的副本TextWatermark.withPosition(Position newPosition) Create copy with different position 创建使用不同位置的副本Constructors in cloud.opencode.base.image.watermark with parameters of type PositionModifierConstructorDescriptionImageWatermark(Position position, float opacity, int margin) Compact constructor with validation 紧凑构造函数(带验证)TextWatermark(String text, Position position, String fontFamily, int fontSize, int colorArgb, float opacity, int margin) Compact constructor with validation 紧凑构造函数(带验证)